Current-Users archive

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

Re: Automated report: NetBSD-current/i386 build failure



    Date:        Thu, 29 Oct 2020 15:53:25 +0000 (UTC)
    From:        NetBSD Test Fixture <bracket%NetBSD.org@localhost>
    Message-ID:  <160398680587.14474.16594358311982355553%babylon5.netbsd.org@localhost>


  |     /tmp/build/2020.10.29.12.38.06-i386/tools/lib/gcc/i486--netbsdelf/9.3.0/../../../../i486--netbsdelf/bin/ld: /tmp/build/2020.10.29.12.38.06-i386/destdir/usr/lib/libsqlite3.so: undefined reference to `log'
  |     collect2: error: ld returned 1 exit status
  |     *** [dig] Error code 1
  |     --- dependall-games ---
  |     --- dependall-bin ---

It is possible that the following patch will fix this, but right now
I'm in the middle of something else, and cannot do a build to verify
that this is the right change.

Nia: please always do a build.sh release before committing any significant
change.   An efficient way for me, is to work on several (unrelated)
changes, then do one release build (and fix any problems and repeat) and
then when all is OK, go back to each of the updates and commit them
individually.   How many of those there should be depends upon how
much you're working on at once, but if needed, doing the first
release build (which sometimes takes a while if enough has changed)
while you're doing something else (like sleeping) can also help.

kre

Index: Makefile
===================================================================
RCS file: /cvsroot/src/external/public-domain/sqlite/bin/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	14 Feb 2013 21:07:25 -0000	1.5
+++ Makefile	29 Oct 2020 16:35:15 -0000
@@ -5,7 +5,7 @@
 SRCS=		shell.c
 
 DPADD+=		${LIBSQLITE3} ${LIBEDIT} ${LIBTERIMINFO}
-LDADD+=		-lsqlite3 -ledit -lterminfo
+LDADD+=		-lsqlite3 -ledit -lterminfo -lm
 
 BINDIR=		/usr/bin
 




Home | Main Index | Thread Index | Old Index