Re: buildworld fail: ld: error: undefined symbol: test_no_kevents

2022-06-06 Thread Klaus Küchemann
> Am 06.06.2022 um 13:42 schrieb Ronald Klop : > > > ….. Will take 10+ hours to compile clang for the millionth time. > I also often prefer compiling on target hardware… but to be honest: cross compiling on -j(fullspeed)-machines to PXE-boot one slow boards is the only „painless" workflow.

Re: buildworld fail: ld: error: undefined symbol: test_no_kevents

2022-06-06 Thread Ronald Klop
ionth time. Ronald. [1] https://en.wiktionary.org/wiki/PEBCAK Van: Dimitry Andric Datum: maandag, 6 juni 2022 12:16 Aan: Ronald Klop CC: freebsd-current , Mark Johnston Onderwerp: Re: buildworld fail: ld: error: undefined symbol: test_no_kevents Looks like it might be using an old version of

Re: buildworld fail: ld: error: undefined symbol: test_no_kevents

2022-06-06 Thread Klaus Küchemann
> Am 06.06.2022 um 11:59 schrieb Ronald Klop : > > on my rpi4….. > 10:04:45 > 10:04:45 > ld: error: undefined symbol: kevent_cmp > > Any thoughts? Similar experience? > > Yes, similar experience(~1 week ago) , specially when using NO_CLEAN flag , as far as I remember.. `got around this

Re: buildworld fail: ld: error: undefined symbol: test_no_kevents

2022-06-06 Thread Dimitry Andric
Looks like it might be using an old version of tests/sys/kqueue/libkqueue/common.h, after https://cgit.freebsd.org/src/commit/?id=c728c56c870abe230e45cee5c477f0d890ebacef ? Without seeing how the .o files have been compiled, specifically with which -I flags, it is impossible to see what is goi

buildworld fail: ld: error: undefined symbol: test_no_kevents

2022-06-06 Thread Ronald Klop
Hi, Building on aarch64/14-CURRENT fails with this error on my rpi4. It failed on incremental build and tried a clean build today. First failure was on "World build started on Sun May 29 00:25:17 UTC 2022". This weekend it still fails (I'm building weekly in Jenkins). 10:04:44 ===> tests/sys/kq

Re: r266298: make buildworld fail: fatal error: 'llvm/ADT/APFloat.h' file not found #include "llvm/ADT/APFloat.h"

2014-05-18 Thread O. Hartmann
Am Sun, 18 May 2014 21:22:25 +0200 (CEST) Trond Endrestøl schrieb: > On Sat, 17 May 2014 10:11+0200, O. Hartmann wrote: > > > With 11.0-CURRENT's sources (r266298) buildworld fails: > > > > [...] > > /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp:15:10: > > fata

Re: r266298: make buildworld fail: fatal error: 'llvm/ADT/APFloat.h' file not found #include "llvm/ADT/APFloat.h"

2014-05-18 Thread Trond Endrestøl
On Sat, 17 May 2014 10:11+0200, O. Hartmann wrote: > With 11.0-CURRENT's sources (r266298) buildworld fails: > > [...] > /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp:15:10: > fatal error: 'llvm/ADT/APFloat.h' file not found #include "llvm/ADT/APFloat.h" >

Re: r266298: make buildworld fail: fatal error: 'llvm/ADT/APFloat.h' file not found #include "llvm/ADT/APFloat.h"

2014-05-17 Thread Dimitry Andric
On 17 May 2014, at 13:35, Dimitry Andric wrote: > On 17 May 2014, at 10:11, O. Hartmann wrote: >> With 11.0-CURRENT's sources (r266298) buildworld fails: >> >> [...] >> /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp:15:10: >> fatal error: 'llvm/ADT/APFloat.h' fil

Re: r266298: make buildworld fail: fatal error: 'llvm/ADT/APFloat.h' file not found #include "llvm/ADT/APFloat.h"

2014-05-17 Thread Dimitry Andric
On 17 May 2014, at 10:11, O. Hartmann wrote: > With 11.0-CURRENT's sources (r266298) buildworld fails: > > [...] > /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp:15:10: > fatal error: 'llvm/ADT/APFloat.h' file not found #include "llvm/ADT/APFloat.h" > ^ >

r266298: make buildworld fail: fatal error: 'llvm/ADT/APFloat.h' file not found #include "llvm/ADT/APFloat.h"

2014-05-17 Thread O. Hartmann
With 11.0-CURRENT's sources (r266298) buildworld fails: [...] /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp:15:10: fatal error: 'llvm/ADT/APFloat.h' file not found #include "llvm/ADT/APFloat.h" ^ 1 error generated. /usr/src/lib/clang/libllvmsupport/../../

Re: r235510: recent buildworld fail

2012-05-18 Thread Hartmann, O.
On 05/17/12 00:24, Dimitry Andric wrote: > On 2012-05-16 20:48, O. Hartmann wrote:> When compiling world (make > buildworld) I receive the bewlo error, which >> seems very strange! >> The error occured out of the blue on a FreeBSD 10.0-CURRENT/amd64 box. > ... >> /usr/obj/usr/src/tmp/usr/bin/ld: W

Re: r235510: recent buildworld fail

2012-05-18 Thread Hartmann, O.
On 05/17/12 00:24, Dimitry Andric wrote: > On 2012-05-16 20:48, O. Hartmann wrote:> When compiling world (make > buildworld) I receive the bewlo error, which >> seems very strange! >> The error occured out of the blue on a FreeBSD 10.0-CURRENT/amd64 box. > ... >> /usr/obj/usr/src/tmp/usr/bin/ld: W

Re: r235510: recent buildworld fail

2012-05-16 Thread Dimitry Andric
On 2012-05-16 20:48, O. Hartmann wrote:> When compiling world (make buildworld) I receive the bewlo error, which > seems very strange! > The error occured out of the blue on a FreeBSD 10.0-CURRENT/amd64 box. ... > /usr/obj/usr/src/tmp/usr/bin/ld: Warning: size of symbol > `_ZNSi6ignoreEv@GLIBCXX_3

r235510: recent buildworld fail

2012-05-16 Thread O. Hartmann
When compiling world (make buildworld) I receive the bewlo error, which seems very strange! The error occured out of the blue on a FreeBSD 10.0-CURRENT/amd64 box. The line /usr/obj/usr/src/tmp/usr/bin/ld: Warning: size of symbol `_ZNSi6ignoreEv@GLIBCXX_3.4' changed from 243 in /usr/obj/usr/src/tm

buildworld fail

1999-08-30 Thread Joao Pedras
I'm getting this for a couple of builds with today's code : t_terminal_io': terminal.o(.text+0x1e4): undefined reference to `tgetent' terminal.o(.text+0x2c2): undefined reference to `tgetstr' terminal.o(.text+0x34e): undefined reference to `tgetflag' terminal.o(.text+0x362): undefined reference t