[Bug 231125] x11/xcb-util-renderutil 0.3.9 build fails as dependency for cairo-1.14.8_2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 5 19:02:57 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231125
--- Comment #7 from Dennis Clarke <dclarke at blastwave.org> ---
(In reply to martin from comment #5)
Excellent question!
So I took a look at a suggested way to flush out ports here :
https://gist.github.com/lebarondemerde/1fa9a18dd428b9a5176eb2d4210b4c9c
Which I went ahead with but with ZFS filesystems pretty much everywhere.
Regardless, after an install via pkg install virtualbox-ose we can then
perform the 'make install clean' in ports/virtualbox-ose-kmod :
.
.
.
cc -O2 -pipe -fno-strict-aliasing -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0
-DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -w -DVBOX_WITH_HARDENING -DVIMAGE
-DRT_ARCH_AMD64 -Werror -D_KERNEL -DKLD_MODULE -nostdinc -Iinclude -I.
-Ir0drv -I. -I/usr/src/sys -fno-common -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer -MD -MF.depend.VBoxNetAdp.o -MTVBoxNetAdp.o
-mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign
-D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs
-fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare
-Wno-error-empty-body -Wno-error-parentheses-equality
-Wno-error-unused-function -Wno-error-pointer-sign
-Wno-error-shift-negative-value -Wno-error-address-of-packed-member -mno-aes
-mno-avx -std=iso9899:1999 -c VBoxNetAdp.c -o VBoxNetAdp.o
--- vboxnetadp.ko ---
ld -d -warn-common --build-id=sha1 -r -d -o vboxnetadp.ko VBoxNetAdp-freebsd.o
VBoxNetAdp.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk vboxnetadp.ko export_syms | xargs -J%
objcopy % vboxnetadp.ko
objcopy --strip-debug vboxnetadp.ko
===> Staging for virtualbox-ose-kmod-5.2.18
===> Generating temporary packing list
/bin/mkdir -p /usr/ports/emulators/virtualbox-ose-kmod/work/stage/boot/modules
install -m 555
/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-5.2.18/out/freebsd.amd64/release/bin/src/vboxdrv/vboxdrv.ko
/usr/ports/emulators/virtualbox-ose-kmod/work/stage/boot/modules
install -m 555
/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-5.2.18/out/freebsd.amd64/release/bin/src/vboxnetadp/vboxnetadp.ko
/usr/ports/emulators/virtualbox-ose-kmod/work/stage/boot/modules
install -m 555
/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-5.2.18/out/freebsd.amd64/release/bin/src/vboxnetflt/vboxnetflt.ko
/usr/ports/emulators/virtualbox-ose-kmod/work/stage/boot/modules
====> Compressing man pages (compress-man)
===> Staging rc.d startup script(s)
===> Installing for virtualbox-ose-kmod-5.2.18
===> Checking if virtualbox-ose-kmod already installed
===> An older version of virtualbox-ose-kmod is already installed
(virtualbox-ose-kmod-5.2.12)
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of virtualbox-ose-kmod
without deleting it first, set the variable "FORCE_PKG_REGISTER"
in your environment or the "make install" command line.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/emulators/virtualbox-ose-kmod
*** Error code 1
Stop.
make: stopped in /usr/ports/emulators/virtualbox-ose-kmod
So this is expected and needs a little intervention.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-gnome
mailing list