Date: Sun, 29 Oct 2023 13:29:31 +0530 From: khush patil <khushpatil786@gmail.com> To: freebsd-doc@freebsd.org, 0mp@freebsd.org Subject: building-on-non-freebsd-hosts Message-ID: <CAM0GrHF1rAny-9=fLQbd9r2m3r_U3x=xLKwWtag%2BCV_5DqFOaA@mail.gmail.com>
index | next in thread | raw e-mail
[-- Attachment #1 --]
Hi Mateusz,
I tried the instructions mentioned in freebsd handbook
But it seems that there is some issue
I ran the command MAKEOBJDIRPREFIX=/home/kp/freebsd tools/build/make.py
--bootstrap-toolchain TARGET=amd64 TARGET_ARCH=amd64 buildworld
but there is some error which i cannot rectify
/home/kp/freebsd/home/kp/freebsd-src/amd64.amd64/tmp/legacy/usr/sbin/ld:
cannot find -lprivatezstd: No such file or directory
dpkg -l | grep libbz2
ii libbz2-1.0:amd64 1.0.8-5build1
amd64 high-quality
block-sorting file compressor library - runtime
ii libbz2-1.0:i386 1.0.8-5build1
i386 high-quality
block-sorting file compressor library - runtime
ii libbz2-dev:amd64 1.0.8-5build1
amd64 high-quality
block-sorting file compressor library - development
dpkg -l | grep libarchive
ii libarchive-cpio-perl 0.10-1.1
all module for
manipulations of cpio archives
ii libarchive-dev:amd64 3.6.0-1ubuntu1
amd64 Multi-format
archive and compression library (development files)
ii libarchive-tools 3.6.0-1ubuntu1
amd64 FreeBSD
implementations of 'tar' and 'cpio' and other archive tools
ii libarchive-zip-perl 1.68-1
all Perl module for
manipulation of ZIP archives
ii libarchive13:amd64 3.6.0-1ubuntu1
amd64 Multi-format
archive and compression library (shared library)
dpkg -l | grep libzstd
ii libzstd-dev:amd64 1.4.8+dfsg-3build1
amd64 fast lossless
compression algorithm -- development files
ii libzstd1:amd64 1.4.8+dfsg-3build1
amd64 fast lossless
compression algorithm
ii libzstd1:i386 1.4.8+dfsg-3build1
i386 fast lossless
compression algorithm
dpkg -l | grep zstd
ii libzstd-dev:amd64 1.4.8+dfsg-3build1
amd64 fast lossless
compression algorithm -- development files
ii libzstd1:amd64 1.4.8+dfsg-3build1
amd64 fast lossless
compression algorithm
ii libzstd1:i386 1.4.8+dfsg-3build1
i386 fast lossless
compression algorithm
ii python3-zstd 1.5.0.2-1build1
amd64 python bindings
to Yann Collet ZSTD compression library
ii zstd 1.4.8+dfsg-3build1
amd64 fast lossless
compression algorithm -- CLI tool
this is done on Linux mint 21.2 (Ubuntu 22.04.2)
[-- Attachment #2 --]
<div dir="ltr"><div class="gmail_default" style="font-family:arial black,sans-serif">Hi <span style="color:rgb(51,51,51);font-family:sans-serif;font-size:13.3333px">Mateusz,<br><br>I tried the instructions mentioned in freebsd handbook<br><br>But it seems that there is some issue <br> <br>I </span><span style="color:rgb(51,51,51);font-family:sans-serif;font-size:13.3333px">ran the command </span><span style="font-family:inherit;font-size:1em;background-color:rgb(246,246,246);color:rgb(20,20,20)">MAKEOBJDIRPREFIX=/home/kp/freebsd tools/build/make.py --bootstrap-toolchain TARGET=amd64 TARGET_ARCH=amd64 buildworld<br></span><span style="color:rgb(51,51,51);font-family:sans-serif;font-size:13.3333px"><br>but there is some error which i cannot rectify<br><br></span><span style="color:rgb(20,20,20);font-family:monospace,monospace;font-size:16px;background-color:rgb(222,227,231)">/home/kp/freebsd/home/kp/freebsd-src/amd64.amd64/tmp/legacy/usr/sbin/ld: cannot find -lprivatezstd: No such file or directory<br></span><span style="color:rgb(51,51,51);font-family:sans-serif;font-size:13.3333px"><br></span><pre class="gmail-bbCodeCode" dir="ltr" style="box-sizing:border-box;font-family:Monaco,Menlo,Consolas,"Roboto Mono","Andale Mono","Ubuntu Mono",monospace;font-size:13px;margin-top:0px;margin-bottom:0px;padding:10px 10px 0px;line-height:1.4;overflow:auto;direction:ltr;color:rgb(20,20,20);background-color:rgb(246,246,246)"><code style="box-sizing:border-box;font-family:inherit;font-size:1em">dpkg -l | grep libbz2
ii libbz2-1.0:amd64 1.0.8-5build1 amd64 high-quality block-sorting file compressor library - runtime
ii libbz2-1.0:i386 1.0.8-5build1 i386 high-quality block-sorting file compressor library - runtime
ii libbz2-dev:amd64 1.0.8-5build1 amd64 high-quality block-sorting file compressor library - development</code></pre><span style="color:rgb(51,51,51);font-family:sans-serif;font-size:13.3333px"> </span></div><div class="gmail_default" style="font-family:arial black,sans-serif"><pre class="gmail-bbCodeCode" dir="ltr" style="box-sizing:border-box;font-family:Monaco,Menlo,Consolas,"Roboto Mono","Andale Mono","Ubuntu Mono",monospace;font-size:13px;margin-top:0px;margin-bottom:0px;padding:10px 10px 0px;line-height:1.4;overflow:auto;direction:ltr;color:rgb(20,20,20);background-color:rgb(246,246,246)"><code style="box-sizing:border-box;font-family:inherit;font-size:1em">dpkg -l | grep libarchive
ii libarchive-cpio-perl 0.10-1.1 all module for manipulations of cpio archives
ii libarchive-dev:amd64 3.6.0-1ubuntu1 amd64 Multi-format archive and compression library (development files)
ii libarchive-tools 3.6.0-1ubuntu1 amd64 FreeBSD implementations of 'tar' and 'cpio' and other archive tools
ii libarchive-zip-perl 1.68-1 all Perl module for manipulation of ZIP archives
ii libarchive13:amd64 3.6.0-1ubuntu1 amd64 Multi-format archive and compression library (shared library)</code></pre></div><div class="gmail_default" style="font-family:arial black,sans-serif"><span style="color:rgb(51,51,51);font-family:sans-serif;font-size:13.3333px"><br></span></div><div class="gmail_default" style="font-family:arial black,sans-serif"><pre class="gmail-bbCodeCode" dir="ltr" style="box-sizing:border-box;font-family:Monaco,Menlo,Consolas,"Roboto Mono","Andale Mono","Ubuntu Mono",monospace;font-size:13px;margin-top:0px;margin-bottom:0px;padding:10px 10px 0px;line-height:1.4;overflow:auto;direction:ltr;color:rgb(20,20,20);background-color:rgb(246,246,246)"><code style="box-sizing:border-box;font-family:inherit;font-size:1em">dpkg -l | grep libzstd
ii libzstd-dev:amd64 1.4.8+dfsg-3build1 amd64 fast lossless compression algorithm -- development files
ii libzstd1:amd64 1.4.8+dfsg-3build1 amd64 fast lossless compression algorithm
ii libzstd1:i386 1.4.8+dfsg-3build1 i386 fast lossless compression algorithm</code></pre></div><div class="gmail_default" style="font-family:arial black,sans-serif"><span style="color:rgb(51,51,51);font-family:sans-serif;font-size:13.3333px"><br></span></div><div class="gmail_default" style="font-family:arial black,sans-serif"><pre class="gmail-bbCodeCode" dir="ltr" style="box-sizing:border-box;font-family:Monaco,Menlo,Consolas,"Roboto Mono","Andale Mono","Ubuntu Mono",monospace;font-size:13px;margin-top:0px;margin-bottom:0px;padding:10px 10px 0px;line-height:1.4;overflow:auto;direction:ltr;color:rgb(20,20,20);background-color:rgb(246,246,246)"><code style="box-sizing:border-box;font-family:inherit;font-size:1em">dpkg -l | grep zstd
ii libzstd-dev:amd64 1.4.8+dfsg-3build1 amd64 fast lossless compression algorithm -- development files
ii libzstd1:amd64 1.4.8+dfsg-3build1 amd64 fast lossless compression algorithm
ii libzstd1:i386 1.4.8+dfsg-3build1 i386 fast lossless compression algorithm
ii python3-zstd 1.5.0.2-1build1 amd64 python bindings to Yann Collet ZSTD compression library
ii zstd 1.4.8+dfsg-3build1 amd64 fast lossless compression algorithm -- CLI tool</code></pre></div><div class="gmail_default" style="font-family:arial black,sans-serif"><br><span style="color:rgb(20,20,20);font-family:"Segoe UI","Helvetica Neue",Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans",sans-serif;font-size:16px">this is done on Linux mint 21.2 (Ubuntu 22.04.2)</span><br></div></div>
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAM0GrHF1rAny-9=fLQbd9r2m3r_U3x=xLKwWtag%2BCV_5DqFOaA>
