Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2018 17:05:43 +1030
From:      "Daniel O'Connor" <doconnor@gsoft.com.au>
To:        emulation@FreeBSD.org
Subject:   Re: linux-c6-* ports broken
Message-ID:  <B43946C8-EABD-49AF-9516-01C03CCAF7A9@gsoft.com.au>
In-Reply-To: <053C9D6E-3C2C-4C07-85C5-9B04F5A8720B@gsoft.com.au>
References:  <ECD19149-475F-42D4-86D6-FD689B534083@gsoft.com.au> <053C9D6E-3C2C-4C07-85C5-9B04F5A8720B@gsoft.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
I filed a PR - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226593

> On 14 Mar 2018, at 15:42, Daniel O'Connor <doconnor@gsoft.com.au> =
wrote:
>=20
> After talking with xmj on IRC I find this patch fixes it..
> --- /usr/ports/Mk/Uses/linux.mk.orig	2018-03-14 05:11:44.746867000 =
+0000
> +++ /usr/ports/Mk/Uses/linux.mk	2018-03-14 05:11:54.686219000 =
+0000
> @@ -267,7 +267,7 @@
> .if !target(do-install)
> do-install:
> 	(cd ${WRKSRC} && \
> -		${FIND} * | ${CPIO} -dumpl --quiet ${STAGEDIR}${PREFIX})
> +		${FIND} * | ${CPIO} --insecure -dumpl --quiet =
${STAGEDIR}${PREFIX})
> .for d in bin lib lib64 sbin
> 	[ ! -e ${STAGEDIR}${PREFIX}/${d} -o -L ${STAGEDIR}${PREFIX}/${d} =
] || \
> 		(cd ${STAGEDIR}${PREFIX} && \
>=20
> But that seems, well.. insecure :)
>=20
>> On 14 Mar 2018, at 15:34, Daniel O'Connor <doconnor@gsoft.com.au> =
wrote:
>>=20
>> Hi,
>> I am getting the following trying to install linux-c6-* ports on =
-current.
>> I have a 12.x box from a few weeks ago with a fresh portsnap.
>>=20
>> [test12 5:03] /usr/ports/devel/linux-c6-libgfortran> sudo make =
install
>> Password:
>> =3D=3D=3D>   linux-c6-libgfortran-4.4.7_5 depends on file: =
/usr/local/sbin/pkg - found
>> =3D=3D=3D> Fetching all distfiles required by =
linux-c6-libgfortran-4.4.7_5 for building
>> =3D=3D=3D>  Extracting for linux-c6-libgfortran-4.4.7_5
>> =3D> SHA256 Checksum OK for centos/libgfortran-4.4.7-18.el6.i686.rpm.
>> =3D> SHA256 Checksum OK for =
centos/libgfortran-4.4.7-18.el6.x86_64.rpm.
>> =3D=3D=3D>  Patching for linux-c6-libgfortran-4.4.7_5
>> =3D=3D=3D>  Configuring for linux-c6-libgfortran-4.4.7_5
>> =3D=3D=3D>  Staging for linux-c6-libgfortran-4.4.7_5
>> =3D=3D=3D>   linux-c6-libgfortran-4.4.7_5 depends on package: =
linux_base-c6>0 - found
>> =3D=3D=3D>   Generating temporary packing list
>> (cd =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/linux-c6-libgfortran-4=
.4.7_5 &&  /usr/bin/find * | /usr/bin/cpio -dumpl --quiet =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux)
>> cpio: usr: Cannot extract through symlink =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=

>> cpio: usr/lib: Cannot extract through symlink =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/lib
>> cpio: usr/lib/libgfortran.so.3: Cannot extract through symlink =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/lib/libgfortran.so.3
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/lib/libgfortran.so.3.0.0
>> cpio: usr/lib64: Cannot extract through symlink =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/lib64
>> cpio: usr/lib64/libgfortran.so.3: Cannot extract through symlink =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/lib64/libgfortran.so.3
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/lib64/libgfortran.so.3.0.0
>> [ ! -e =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/bin=
 -o -L =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/bin=
 ] ||  (cd =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux =
&&  /usr/bin/find bin | /usr/bin/cpio -dumpl --quiet usr && /bin/rm -f =
-r bin)
>> [ ! -e =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/lib=
 -o -L =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/lib=
 ] ||  (cd =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux =
&&  /usr/bin/find lib | /usr/bin/cpio -dumpl --quiet usr && /bin/rm -f =
-r lib)
>> [ ! -e =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/lib=
64 -o -L =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/lib=
64 ] ||  (cd =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux =
&&  /usr/bin/find lib64 | /usr/bin/cpio -dumpl --quiet usr && /bin/rm -f =
-r lib64)
>> [ ! -e =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/sbi=
n -o -L =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/sbi=
n ] ||  (cd =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux =
&&  /usr/bin/find sbin | /usr/bin/cpio -dumpl --quiet usr && /bin/rm -f =
-r sbin)
>> [ ! -e =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/share/icons -o  -L =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/share/icons ] ||  (cd =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/share && /usr/bin/find icons |  /usr/bin/cpio -dumpl --quiet =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/usr/local/share =
&&  /bin/rm -f -r icons)
>> =3D=3D=3D=3D> Compressing man pages (compress-man)
>> =3D=3D=3D>  Installing for linux-c6-libgfortran-4.4.7_5
>> =3D=3D=3D>  Checking if linux-c6-libgfortran already installed
>> =3D=3D=3D>   Registering installation for =
linux-c6-libgfortran-4.4.7_5
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/lib/libgfortran.so.3:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/lib/libgfortran.so.3.0.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/lib64/libgfortran.so.3:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/devel/linux-c6-libgfortran/work/stage/compat/linux/usr=
/lib64/libgfortran.so.3.0.0:No such file or directory
>> *** Error code 74
>>=20
>> Stop.
>> make: stopped in /usr/ports/devel/linux-c6-libgfortran
>>=20
>> Similarly..
>> [test12 4:34] /usr/ports/graphics/linux-c6-dri> sudo make install
>> Password:
>> =3D=3D=3D>   linux-c6-dri-11.0.7_5 depends on file: =
/usr/local/sbin/pkg - found
>> =3D=3D=3D> Fetching all distfiles required by linux-c6-dri-11.0.7_5 =
for building
>> =3D=3D=3D>  Extracting for linux-c6-dri-11.0.7_5
>> =3D> SHA256 Checksum OK for centos/mesa-libGL-11.0.7-4.el6.i686.rpm.
>> =3D> SHA256 Checksum OK for centos/mesa-libGLU-11.0.7-4.el6.i686.rpm.
>> =3D> SHA256 Checksum OK for =
centos/mesa-dri-drivers-11.0.7-4.el6.i686.rpm.
>> =3D> SHA256 Checksum OK for =
centos/mesa-private-llvm-3.6.2-1.el6.i686.rpm.
>> =3D> SHA256 Checksum OK for centos/libdrm-2.4.65-2.el6.i686.rpm.
>> =3D> SHA256 Checksum OK for centos/freeglut-2.6.0-1.el6.i686.rpm.
>> =3D> SHA256 Checksum OK for =
centos/mesa-libGL-11.0.7-4.el6.x86_64.rpm.
>> =3D> SHA256 Checksum OK for =
centos/mesa-libGLU-11.0.7-4.el6.x86_64.rpm.
>> =3D> SHA256 Checksum OK for =
centos/mesa-dri-drivers-11.0.7-4.el6.x86_64.rpm.
>> =3D> SHA256 Checksum OK for =
centos/mesa-private-llvm-3.6.2-1.el6.x86_64.rpm.
>> =3D> SHA256 Checksum OK for centos/libdrm-2.4.65-2.el6.x86_64.rpm.
>> =3D> SHA256 Checksum OK for centos/freeglut-2.6.0-1.el6.x86_64.rpm.
>> =3D=3D=3D>  Patching for linux-c6-dri-11.0.7_5
>> =3D=3D=3D>  Configuring for linux-c6-dri-11.0.7_5
>> =3D=3D=3D>  Staging for linux-c6-dri-11.0.7_5
>> =3D=3D=3D>   linux-c6-dri-11.0.7_5 depends on package: =
linux-c6-expat>0 - found
>> =3D=3D=3D>   linux-c6-dri-11.0.7_5 depends on package: =
linux-c6-elfutils-libelf>0 - found
>> =3D=3D=3D>   linux-c6-dri-11.0.7_5 depends on package: =
linux-c6-libpciaccess>0 - found
>> =3D=3D=3D>   linux-c6-dri-11.0.7_5 depends on package: =
linux-c6-xorg-libs>0 - found
>> =3D=3D=3D>   Generating temporary packing list
>> (cd =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/linux-c6-dri-11.0.7_5 &&  =
/usr/bin/find * | /usr/bin/cpio -dumpl --quiet =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux)
>> cpio: etc: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/etc
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/etc/drir=
c
>> cpio: lib: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/lib
>> cpio: lib/udev: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/lib/udev=

>> cpio: lib/udev/rules.d: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/lib/udev=
/rules.d
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/lib/udev=
/rules.d/91-drm-modeset.rules
>> cpio: usr: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr
>> cpio: usr/lib: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib
>> cpio: usr/lib/libGL.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libGL.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libGL.so.1.2.0
>> cpio: usr/lib/libGLU.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libGLU.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libGLU.so.1.3.1
>> cpio: usr/lib/libglapi.so: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libglapi.so
>> cpio: usr/lib/libglapi.so.0: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libglapi.so.0
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libglapi.so.0.0.0
>> cpio: usr/lib/dri: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/r300_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/r600_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/radeonsi_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/swrast_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/vmwgfx_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/i915_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/i965_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/r200_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/radeon_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libLLVM-3.6-mesa.so
>> cpio: usr/lib/libdrm.so.2: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm.so.2
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm.so.2.4.0
>> cpio: usr/lib/libdrm_amdgpu.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_amdgpu.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_amdgpu.so.1.0.0
>> cpio: usr/lib/libdrm_intel.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_intel.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_intel.so.1.0.0
>> cpio: usr/lib/libdrm_nouveau.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_nouveau.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_nouveau.so.1.0.0
>> cpio: usr/lib/libdrm_nouveau2.so.2: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_nouveau2.so.2
>> cpio: usr/lib/libdrm_radeon.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_radeon.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_nouveau2.so.2.0.0
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_radeon.so.1.0.1
>> cpio: usr/lib/libglut.so.3: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libglut.so.3
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libglut.so.3.9.0
>> cpio: usr/share: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e
>> cpio: usr/share/doc: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc
>> cpio: usr/share/doc/mesa-private-llvm-3.6.2: Cannot extract through =
symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/mesa-private-llvm-3.6.2
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/mesa-private-llvm-3.6.2/LICENSE.TXT
>> cpio: usr/share/doc/libdrm-2.4.65: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/libdrm-2.4.65
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/libdrm-2.4.65/README
>> cpio: usr/share/doc/freeglut-2.6.0: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/AUTHORS
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/COPYING
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/ChangeLog
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/INSTALL
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/NEWS
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/README
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/TODO
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/download.html
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/freeglut.html
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/freeglut_logo.png
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/freeglut_user_interface.html
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/index.html
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/ogl_sm.png
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/progress.html
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/structure.html
>> cpio: usr/lib64: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4
>> cpio: usr/lib64/libGL.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libGL.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libGL.so.1.2.0
>> cpio: usr/lib64/libGLU.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libGLU.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libGLU.so.1.3.1
>> cpio: usr/lib64/libglapi.so: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libglapi.so
>> cpio: usr/lib64/libglapi.so.0: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libglapi.so.0
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libglapi.so.0.0.0
>> cpio: usr/lib64/dri: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/r300_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/r600_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/radeonsi_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/swrast_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/vmwgfx_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/i915_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/i965_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/r200_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/radeon_dri.so
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libLLVM-3.6-mesa.so
>> cpio: usr/lib64/libdrm.so.2: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm.so.2
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm.so.2.4.0
>> cpio: usr/lib64/libdrm_amdgpu.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_amdgpu.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_amdgpu.so.1.0.0
>> cpio: usr/lib64/libdrm_intel.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_intel.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_intel.so.1.0.0
>> cpio: usr/lib64/libdrm_nouveau.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_nouveau.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_nouveau.so.1.0.0
>> cpio: usr/lib64/libdrm_nouveau2.so.2: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_nouveau2.so.2
>> cpio: usr/lib64/libdrm_radeon.so.1: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_radeon.so.1
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_nouveau2.so.2.0.0
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_radeon.so.1.0.1
>> cpio: usr/lib64/libglut.so.3: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libglut.so.3
>> cpio: Cannot extract through symlink =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libglut.so.3.9.0
>> [ ! -e =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/bin -o =
-L /tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/bin =
] ||  (cd =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux &&  =
/usr/bin/find bin | /usr/bin/cpio -dumpl --quiet usr && /bin/rm -f -r =
bin)
>> [ ! -e =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/lib -o =
-L /tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/lib =
] ||  (cd =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux &&  =
/usr/bin/find lib | /usr/bin/cpio -dumpl --quiet usr && /bin/rm -f -r =
lib)
>> [ ! -e =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/lib64 =
-o -L =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/lib64 =
] ||  (cd =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux &&  =
/usr/bin/find lib64 | /usr/bin/cpio -dumpl --quiet usr && /bin/rm -f -r =
lib64)
>> [ ! -e =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/sbin =
-o -L =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/sbin ] =
||  (cd =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux &&  =
/usr/bin/find sbin | /usr/bin/cpio -dumpl --quiet usr && /bin/rm -f -r =
sbin)
>> [ ! -e =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/icons -o  -L =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/icons ] ||  (cd =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e && /usr/bin/find icons |  /usr/bin/cpio -dumpl --quiet =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/usr/local/share &&  =
/bin/rm -f -r icons)
>> =3D=3D=3D=3D> Compressing man pages (compress-man)
>> =3D=3D=3D>  Installing for linux-c6-dri-11.0.7_5
>> =3D=3D=3D>  Checking if linux-c6-dri already installed
>> =3D=3D=3D>   Registering installation for linux-c6-dri-11.0.7_5
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/etc/drir=
c:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/i915_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/i965_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/r200_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/r300_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/r600_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/radeon_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/radeonsi_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/swrast_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
dri/vmwgfx_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libGL.so.1.2.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libGLU.so.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libGLU.so.1.3.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libLLVM-3.6-mesa.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm.so.2:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm.so.2.4.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_amdgpu.so.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_amdgpu.so.1.0.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_intel.so.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_intel.so.1.0.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_nouveau.so.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_nouveau.so.1.0.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_nouveau2.so.2:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_nouveau2.so.2.0.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_radeon.so.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libdrm_radeon.so.1.0.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libglapi.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libglapi.so.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libglapi.so.0.0.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libglut.so.3:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
libglut.so.3.9.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib/=
udev/rules.d/91-drm-modeset.rules:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/i915_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/i965_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/r200_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/r300_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/r600_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/radeon_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/radeonsi_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/swrast_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/dri/vmwgfx_dri.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libGL.so.1.2.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libGLU.so.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libGLU.so.1.3.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libLLVM-3.6-mesa.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm.so.2:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm.so.2.4.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_amdgpu.so.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_amdgpu.so.1.0.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_intel.so.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_intel.so.1.0.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_nouveau.so.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_nouveau.so.1.0.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_nouveau2.so.2:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_nouveau2.so.2.0.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_radeon.so.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libdrm_radeon.so.1.0.1:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libglapi.so:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libglapi.so.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libglapi.so.0.0.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libglut.so.3:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/lib6=
4/libglut.so.3.9.0:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/AUTHORS:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/COPYING:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/ChangeLog:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/INSTALL:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/NEWS:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/README:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/TODO:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/download.html:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/freeglut.html:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/freeglut_logo.png:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/freeglut_user_interface.html:No such file or =
directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/index.html:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/ogl_sm.png:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/progress.html:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/freeglut-2.6.0/structure.html:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/libdrm-2.4.65/README:No such file or directory
>> pkg-static: Unable to access file =
/tmp/work/usr/ports/graphics/linux-c6-dri/work/stage/compat/linux/usr/shar=
e/doc/mesa-private-llvm-3.6.2/LICENSE.TXT:No such file or directory
>> *** Error code 74
>>=20
>> Stop.
>> make: stopped in /usr/ports/graphics/linux-c6-dri
>> [test12 4:34] /usr/ports/graphics/linux-c6-dri>
>> --
>> Daniel O'Connor software and network engineer
>> for Genesis Software - http://www.gsoft.com.au
>> "The nice thing about standards is that there
>> are so many of them to choose from."
>> -- Andrew Tanenbaum
>> GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
>>=20
>>=20
>=20
> --
> Daniel O'Connor software and network engineer
> for Genesis Software - http://www.gsoft.com.au
> "The nice thing about standards is that there
> are so many of them to choose from."
> -- Andrew Tanenbaum
> GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
>=20
>=20

--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
 -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B43946C8-EABD-49AF-9516-01C03CCAF7A9>