bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruce Korb <bkorb@gnu.org>
To: GNU lib bugs <bug-gnulib@gnu.org>
Cc: Mathieu Lirzin <mthl@gnu.org>
Subject: Re: Trying to bootstrap my project, distcheck doesn't configure
Date: Mon, 14 Sep 2020 14:11:17 -0700	[thread overview]
Message-ID: <3d79d3ef-2a5c-c122-09aa-dd55ad460c3b@gnu.org> (raw)
In-Reply-To: <87d02ob434.fsf@herbrand>

Sorry, Mathieu, I can now see I sent it to the wrong list.

On 9/14/20 11:33 AM, Mathieu Lirzin wrote:
I'm hitting this that I've never seen before:
>>> $ grep do_not_make_me au*bld/autoopts/Makefile.am
>>> do_not_make_me_la_LIBADD += @LTALLOCA@
>>> do_not_make_me_la_DEPENDENCIES += @LTALLOCA@
>>> EXTRA_do_not_make_me_la_SOURCES += alloca.c
>>> EXTRA_do_not_make_me_la_SOURCES += dup2.c
>>> do_not_make_me_la_SOURCES += fd-hook.c
>>> do_not_make_me_la_SOURCES += gettext.h
>>> EXTRA_do_not_make_me_la_SOURCES += msvc-inval.c
>>> EXTRA_do_not_make_me_la_SOURCES += msvc-nothrow.c
>>> EXTRA_do_not_make_me_la_SOURCES += nanosleep.c
>>> do_not_make_me_la_SOURCES += parse-duration.c
>>> EXTRA_do_not_make_me_la_SOURCES += raise.c
>>> EXTRA_do_not_make_me_la_SOURCES += select.c
>>> do_not_make_me_la_SOURCES += sig-handler.c
>>> EXTRA_do_not_make_me_la_SOURCES += sigaction.c
>>> EXTRA_do_not_make_me_la_SOURCES += sigprocmask.c
>>> do_not_make_me_la_SOURCES += sockets.h sockets.c
>>> do_not_make_me_la_SOURCES += stat-time.c
>>> do_not_make_me_la_SOURCES += sys_socket.c
>>> do_not_make_me_la_SOURCES += timespec.c
>>> do_not_make_me_la_SOURCES += unistd.c
>> which trigger error messages that I can get around by hacking in dummy
>> initial assignments, but I'm guessing that's not the intended
>> method. I need a clue, please? Thank you.

It seems that gnulib-tool inserts these into my Makefile.am, but doesn't 
insert the initial plain assignment. I have no idea what new ones may 
crop up, so I've added a "##FIX-DO-NOT-MAKE-ME" line to my 
Makefile.am's. That gets fixed by figuring out which ones get 
automatically inserted. e.g.:

> BUILT_SOURCES          =
> MOSTLYCLEANFILES    =
> EXTRA_do_not_make_me_la_SOURCES =
> do_not_make_me_la_DEPENDENCIES  =
> do_not_make_me_la_LIBADD        =
> do_not_make_me_la_SOURCES       =

But I still have confusing problems:

> autoopts/Makefile.am:33: warning: variable 
> 'EXTRA_do_not_make_me_la_SOURCES' is defined but no program or
> autoopts/Makefile.am:33: library has 'do_not_make_me_la' as canonical 
> name (possible typo)
> autoopts/Makefile.am:36: warning: variable 'do_not_make_me_la_SOURCES' 
> is defined but no program or
> autoopts/Makefile.am:36: library has 'do_not_make_me_la' as canonical 
> name (possible typo)
> autoopts/Makefile.am:35: warning: variable 'do_not_make_me_la_LIBADD' 
> is defined but no program or
> autoopts/Makefile.am:35: library has 'do_not_make_me_la' as canonical 
> name (possible typo)
> autoopts/Makefile.am:34: warning: variable 
> 'do_not_make_me_la_DEPENDENCIES' is defined but no program or
> autoopts/Makefile.am:34: library has 'do_not_make_me_la' as canonical 
> name (possible typo)
> doc/Makefile.am:40: installing 'config/texinfo.tex'

and I have no obvious workaround for it. And Googling 'gnulib 
do_not_make_me' yields nothing.



       reply	other threads:[~2020-09-14 21:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAKRnqNLXD7waxPm7h=5S2-HkAe9WMVsLDtCuNrOFy_eyJZeZBQ@mail.gmail.com>
     [not found] ` <56102afd-8924-3338-722f-da03e590dd63@gnu.org>
     [not found]   ` <87d02ob434.fsf@herbrand>
2020-09-14 21:11     ` Bruce Korb [this message]
2020-09-14 22:53       ` Trying to bootstrap my project, distcheck doesn't configure Bruno Haible
2020-09-15 14:16         ` Bruce Korb
2020-09-18 15:58           ` gc-pbkdf2-sha1 is deprecated Bruce Korb
2020-09-18 16:32             ` Bruno Haible
2020-09-21 22:49               ` Bruce Korb
2020-09-22 15:04                 ` Bruce Korb
2020-09-22 17:03                   ` Bruno Haible
2020-09-23 16:55                     ` gc-pbkdf2-sha1 must not be deprecated Bruce Korb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3d79d3ef-2a5c-c122-09aa-dd55ad460c3b@gnu.org \
    --to=bkorb@gnu.org \
    --cc=bug-gnulib@gnu.org \
    --cc=mthl@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).