bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] getopt-posix-tests: fix Makefile typo


From: Bruno Haible
Subject: Re: [PATCH] getopt-posix-tests: fix Makefile typo
Date: Mon, 19 Dec 2016 19:18:07 +0100
User-agent: KMail/4.8.5 (Linux/3.8.0-44-generic; KDE/4.8.5; x86_64; ; )

Thanks Paul.

> * modules/getopt-posix-tests (test_getopt_posix_LDADD):
> Fix typo: the last ‘_’ was missing in the name.
> I suspect that the typo explains this build failure:
> https://buildfarm.opencsw.org/buildbot/builders/ggrep-solaris10-sparc/builds/39

Yes it was the cause for sure. The log reads:

  CCLD     test-getopt-posix
Undefined                       first referenced
 symbol                             in file
libintl_gettext                     ../lib/libgreputils.a(getopt.o)
ld: fatal: symbol referencing errors. No output written to test-getopt-posix
collect2: error: ld returned 1 exit status

which indicates that test_getopt_posix_LDADD came out empty - because of the
typo.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]