NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[solved]: build.sh and X




On Wed, 25 Jul 2012, Chavdar Ivanov wrote:

On 25 July 2012 20:41, Darrel <levitch%iglou.com@localhost> wrote:

According to the output of './build.sh -h' this is how to include Xorg?

-x             Set MKX11=yes; build X11 from X11SRCDIR

The NetBSD Guide actually reports this:

-x          Set MKX11=yes; build X11R6 from X11SRCDIR

but the files are under /usr/X11R7
----------------------------------------
(9) @ 15:15:09> xdpyinfo | grep release
vendor release number:    11003000
----------------------------------------

None of the X11 files on my netbsd-6 system are newer than May:
-r-xr-xr-x  1 root  wheel    25417 May 23 02:10 xwud

With the bind security advisory recently posted, I have decided to rebuild
the system.

Can someone please explain if -x means that build.sh will include X11R7 in
the distribution which will become installed?

Yes.

I use something along the lines of:

...
export MKUNPRIVED=yes
cd /usr/src
cvs up -dPA  2>&1 | tee /tmp/srcu.txt
cd /usr/xsrc
cvs up -dPA
cd /usr/src
./build.sh -m amd64 -j24 -x -U -u -O /usr/obj/auto-current/amd64 -T
/usr/obj/auto-current/tools -D /usr/obj/auto-current/destdir/amd64 -R
/usr/obj/auto-current/releasedir -X /usr/xsrc release 2>&1 | tee
/tmp/b64.log
...

Here is my Xorg:

~ ls -l /usr/X11R7/bin/Xorg
-rws--x--x  1 root  wheel  2555203 Jul 25 09:12 /usr/X11R7/bin/Xorg




Thank you, Chavdar!

I am running 'pkg_chk -fsa' at the moment and will be building very soon.

Darrel


Home | Main Index | Thread Index | Old Index