make buildworld

  1. dbdemon

    Solved stable/14: make buildworld fails with "sh: llvm-min-tblgen: not found"

    Anyone else seen this? Is there a solution or workaround? Or am I doing something wrong? make cleanworld make -j14 buildworld <snip> Building /usr/obj/usr/src/amd64.amd64/tmp/obj-tools/usr.bin/clang/clang-tblgen/ClangCommentHTMLNamedCharacterReferenceEmitter.o Building...
  2. nbari

    bhyve - make -j8 buildworld *** [vdev_raidz_math_sse2.o] Error code 1

    I installed FreeBSD 13-2 RELEASE in a bhyve vm, I wanted to install Poudriere but many ports failed with error like: !!! Jail is newer than host. (Jail: 1302505, Host: 1302001) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures...
  3. PaulWebster

    Permanent CI/BuildBox targeting STABLE, an idea I just had.

    Good day all, So I am at the moment building a 13-STABLE world on one of my systems and am thinking, hey I can kick the /usr/obj over to my other FreeBSD/amd64 systems and save some build time then a thought struck me. Would anyone else be interested in such a thing as a prebuilt bog standard...
  4. D

    make buildworld speed up possibilities

    Im new to freebsd and want/have to compile the system by myself. are there some tweaks or pro-tipps to speed up the whole process (besides the -j option)? what to do if the compilation fails? what will happen next if I cancel the process mid compilation? 'make' should begin from the point which...
  5. Alain De Vos

    make buildworld warning : dwarf2

    Make buildworld of 12.0 prints alot of warnings : warning: DWARF2 only supports one section per compilation unit -----> .section .note.GNU-stack,"",%progbits Is this serious ? Or can it be disregarded ?
  6. olafz

    12.0-RELEASE: 'make buildworld' fails

    I have installed a fresh copy of src.tgz of 12.0-RELEASE. As usual, I tried a 'make buildworld' on my 11.2-RELEASE-p6 system, but it fails now: ranlib -D libc_nonshared.a --- lib/libc__L --- make[4]: "/usr/src/lib/libc/Makefile" line 187: amd64 libc requires linker ifunc support ***...
  7. sidetone

    Solved GSSAPI buildworld error

    When building the world from source by make buildworld, the error shows: /usr/src/lib/libgssapi/gss_accept_sec_context.c:29:10: fatal error: 'gsssapi/gssapi.h' file not found #include <gssapi/gssapi.h> 1 error generated. *** Error code 1 Stop. make[4]: stopped in /usr/src/lib/libgssapi ***...
  8. HL1234

    Generell question about freebsd-update

    Sorry, if this is a tedious question but I can not find an answer. Assuming that I, or anyone, have upgrade FreeBSD with his own kernel settings (not GENERIC) by compiling it. Also, I or anyone, has been build the Userland with make buildworld with own settings in /etc/src.conf. After all is...
  9. HL1234

    Solved Some of my setting in .tcshrc break "make buildworld"?

    Hello I find out that some of my setting in .tcshrc disturb make buildworld so its crashed with an unspecific error message. In some logs I created with: date > _done.log make buildworld > buildworld.log && echo "done" >> _done.log && date >> _done.log & I see that in a very long command line of...
  10. HL1234

    Solved make buildworld can not compile 32 bit libraries

    Hello, I've rent a virtual 64 bit Server at the company Netcup and like to compile the FreeBSD system, after a minimal install. When it comes to building 32 bit libraries the build crashes with "/libc.so.7: unsupported file layout" after a compile command "clang -m32 -DCOMPAT_32BIT......" For...
  11. HL1234

    Solved make buildworld runs into "./libc.so.7: unsupported file layout "

    Hello, I've downloaded the latest sources for FreeBSD 11.0 RELEASE, exactly: svn://svn.freebsd.org/base/release/11.0.1 and have done a # make buildworld with: script buildworld.log make -j2 buildworld after 90 minutes it comes to that error, where I can not find any help. This is the end of the...
Back
Top