Hi,

I am currently about to setup an -CURRENT system, which should gets
updated via a build server that’s runs on -STABLE and shares the src
and obj directories via NFS to -CURRENT system.

While doing a „make -s -j 4 buildworld buildkernel“ the builds fails
randomly with the following error.

-------------------------------------------------------------------------------------------------
===> sbin/fsirand (all)
===> sbin/gbde (all)
===> sbin/geom (all)
===> kerberos5/libexec/kimpersonate (all)
ld: error: undefined symbol: glabel_class_commands
>>> referenced by geom.c
>>>               geom.o:(get_class)

ld: error: undefined symbol: glabel_version
>>> referenced by geom.c
>>>               geom.o:(get_class)

ld: error: undefined symbol: gpart_class_commands
>>> referenced by geom.c
>>>               geom.o:(get_class)

ld: error: undefined symbol: gpart_version
>>> referenced by geom.c
>>>               geom.o:(get_class)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
--- geom.full ---
*** [geom.full] Error code 1

make[4]: stopped in /home/gbergling/sources/freebsd/freebsd/sbin/geom
1 error

make[4]: stopped in /home/gbergling/sources/freebsd/freebsd/sbin/geom
A failure has been detected in another branch of the parallel make
-------------------------------------------------------------------------------------------------

I also tried the build without the „j“-Flag but the error was the same.

Do you have any hints what could have caused this?

The -STABLE machine is stock and no special things are setup within
src.conf or make.conf.

Best regards,

Gordon
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to