build error

  1. dbdemon

    Error when building 14.0-STABLE: incompatible integer to pointer conversion

    I'm trying to build the stable/14 branch, but I keep getting the below error: # kldload filemon # make j14 buildworld ... building shared library librt.so.1 Building /usr/obj/usr/src/amd64.amd64/obj-lib32/lib/librt/librt.so.1.debug Building...
  2. kottiberyu

    Buildworld error

    Hi, I recently forked FreeBSD 13 from github and debranded what I could find, when I went to build it using make -j2 buildworld KERNCONF=MODEDKERNEL -DNO_CLEAN . It errors out with libunwind and when building the dependencies using make depend it errors out saying it cannot find llvm-tblgen...
  3. epopen

    Just updated 13.1 to 13.2 via src and got buildworld failed about kbdcontrol

    Hi All As title, I switched source code to RELEASE-13.2 as follows and got buildworld failed about kbdcontrol, please refer build log git checkout releng/13.2 I tried to code search, google and relation result is follows for build control @ /etc/src.conf WITHOUT_LEGACY_CONSOLE=yes It added in...
  4. IPR

    science/py-tensorflow build

    Hi all! For several days I have been trying to build science/py-tensorflow, but everything stops with various errors. If anyone can build this package with the CPUTYPE?=core2 option and put it in a public place I would be very grateful.
  5. First_Law_of_Unix

    How to Install Caffe (Deep Learning Framework)?

    Hello, I'm trying to build Caffe from it's github source (This is the OpenCL version of Caffe): https://github.com/BVLC/caffe/tree/opencl Getting the following error after doing: cmake -DBLAS=open -DUSE_OPENCL=ON -DUSE_CLGEMM=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_TIMER=ON...
  6. V

    py38-setuptools conflict with py37-setuptools

    I have built xorg from ports and it required python3.7 and in the process installed py37-setuptools (which isn't even a specific official port, there is only py-setuptools). Now whenever I try to build something that requires python3.8 and py38-setuptools (default build from py-setuptools port)...
  7. ulzeraj

    Solved Nanobsd: "missing directory in specification" while building disk image

    Hi. I've searched the forums and the net for this without success. I'm trying to build a 13.0 nanobsd image from qemu-amd64-uefi.cfg. The build machine is a default amd64 12.2-STABLE. This is what I did so far: - Git cloned the https://github.com/freebsd/freebsd-src repo into /usr/src...
  8. ashmodei

    Virtualbox-ose-5.2.34_4 build fails

    Hello everyone! I run into an issue with building virtualbox port. It seems like something wrong with VboxDbgConsole and(or) QT, but DEBUG option is off. I can't figure out how to solve the issue and googling didn't help. I've attached the log chunk where errors appear. System: FreeBSD 12.1...
  9. Y

    12-STABLE fails to build: use of undeclared identifier 'compiler_flags'

    rev.347511 The error looks like in https://forums.freebsd.org/threads/freebsd-12-alpha8-and-later-buildworld-failure.67964/ , but I don't understand the link there to "Topics about unsupported FreeBSD versions". I am building 12-STABLE on 11.2-STABLE, both are supported. ---...
  10. 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 ***...
  11. Pander

    Building new spell checker

    We are developing a new spell checker Nuspell. This a pure C++ implementation and the successor to Hunspell, while supporting existing Hunspell language files. Nuspell is supported by Mozilla and will find its way into browsers, text editors and IDEs, but it has also a shared library and command...
  12. 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...
Back
Top