Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Sep 2018 19:36:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 231125] xcb-util-renderutil-0.3.9 build fails as dependency for cairo-1.14.8_2
Message-ID:  <bug-231125-6497-2G9Dpg0aJN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231125-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231125-6497@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #1 from Dennis Clarke <dclarke@blastwave.org> ---
Seems that I can start over manually in that src dir with=20
a make distclean and then with CC env var and CFLAGS :=20

titan# env | sort=20
BLOCKSIZE=3DK
CC=3D/usr/local/bin/gcc7
CFLAGS=3D-O0 -g -Wl,-rpath=3D/usr/local/lib
COLUMNS=3D118
EDITOR=3D/usr/bin/vi
GROUP=3Dwheel
HOME=3D/root
HOST=3Dtitan
HOSTTYPE=3DFreeBSD
LANG=3DC
LC_COLLATE=3DC
LC_CTYPE=3DC
LC_MESSAGES=3DC
LC_MONETARY=3DC
LC_NUMERIC=3DC
LC_TIME=3DC
LINES=3D43
LOGNAME=3Droot
MACHTYPE=3Dx86_64
MAIL=3D/var/mail/root
OSTYPE=3DFreeBSD
PAGER=3D/usr/bin/more
PATH=3D/usr/local/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin
PWD=3D/usr/ports/x11/xcb-util-renderutil/work/xcb-util-renderutil-0.3.9
REMOTEHOST=3D172.16.35.3
SHELL=3D/bin/csh
SHLVL=3D1
TERM=3Dxterm
TERMCAP=3Dxterm|X11 terminal
emulator:@7=3D\EOF:@8=3D\EOM:F1=3D\E[23~:F2=3D\E[24~:K2=3D\EOE:Km=3D\E[M:k1=
=3D\EOP:k2=3D\EOQ:k3=3D\EOR:k4=3D\EOS:k5=3D\E[15~:k6=3D\E[17~:k7=3D\E[18~:k=
8=3D\E[19~:k9=3D\E[20~:k;=3D\E[21~:kI=3D\E[2~:kN=3D\E[6~:kP=3D\E[5~:kd=3D\E=
OB:kh=3D\EOH:kl=3D\EOD:kr=3D\EOC:ku=3D\EOA:am:bs:km:mi:ms:ut:xn:AX:Co#8:co#=
118:kn#12:li#43:pa#64:AB=3D\E[4%dm:AF=3D\E[3%dm:AL=3D\E[%dL:DC=3D\E[%dP:DL=
=3D\E[%dM:DO=3D\E[%dB:LE=3D\E[%dD:RI=3D\E[%dC:UP=3D\E[%dA:ae=3D\E(B:al=3D\E=
[L:as=3D\E(0:bl=3D^G:cd=3D\E[J:ce=3D\E[K:cl=3D\E[H\E[2J:cm=3D\E[%i%d;%dH:cs=
=3D\E[%i%d;%dr:ct=3D\E[3g:dc=3D\E[P:dl=3D\E[M:ei=3D\E[4l:ho=3D\E[H:im=3D\E[=
4h:is=3D\E[!p\E[?3;4l\E[4l\E>:kD=3D\E[3~:kb=3D^H:ke=3D\E[?1l\E>:ks=3D\E[?1h=
\E=3D:kB=3D\E[Z:le=3D^H:md=3D\E[1m:me=3D\E[m:ml=3D\El:mr=3D\E[7m:mu=3D\Em:n=
d=3D\E[C:op=3D\E[39;49m:rc=3D\E8:rs=3D\E[!p\E[?3;4l\E[4l\E>:sc=3D\E7:se=3D\=
E[27m:sf=3D^J:so=3D\E[7m:sr=3D\EM:st=3D\EH:ue=3D\E[24m:up=3D\E[A:us=3D\E[4m=
:ve=3D\E[?12l\E[?25h:vi=3D\E[?25l:vs=3D\E[?12;25h:
TMPDIR=3D/var/tmp/root
USER=3Droot
VENDOR=3Damd
VISUAL=3D/usr/bin/vi
titan#=20

titan# date -u=20
Mon Sep  3 19:29:35 UTC 2018
titan# pwd=20
/usr/ports/x11/xcb-util-renderutil/work/xcb-util-renderutil-0.3.9
titan# ./configure --prefix=3D/usr/local --disable-silent-rules \
? --enable-shared=3Dyes --enable-static=3Dyes --enable-dependency-tracking=
=20
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... amd64-unknown-freebsd11.2
checking host system type... amd64-unknown-freebsd11.2
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... /usr/local/bin/gcc7
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...=20
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/bin/gcc7 accepts -g... yes
checking for /usr/local/bin/gcc7 option to accept ISO C89... none needed
checking whether /usr/local/bin/gcc7 understands -c and -o together... yes
checking dependency style of /usr/local/bin/gcc7... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/local/bin/gcc7... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B
checking the name lister (/usr/local/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+=3D"... no
checking how to convert amd64-unknown-freebsd11.2 file names to
amd64-unknown-freebsd11.2 format... func_convert_file_noop
checking how to convert amd64-unknown-freebsd11.2 file names to toolchain
format... func_convert_file_noop
checking for /usr/local/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/local/bin/nm -B output from /usr/local/bin/g=
cc7
object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... /usr/local/bin/gcc7 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/local/bin/gcc7 supports -fno-rtti -fno-exceptions... no
checking for /usr/local/bin/gcc7 option to produce PIC... -fPIC -DPIC
checking if /usr/local/bin/gcc7 PIC flag -fPIC -DPIC works... yes
checking if /usr/local/bin/gcc7 static flag -static works... yes
checking if /usr/local/bin/gcc7 supports -c -o file.o... yes
checking if /usr/local/bin/gcc7 supports -c -o file.o... (cached) yes
checking whether the /usr/local/bin/gcc7 linker (/usr/local/bin/ld) supports
shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd11.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for /usr/local/bin/gcc7 option to accept ISO C99... none needed
checking whether __clang__ is declared... no
checking whether __INTEL_COMPILER is declared... no
checking whether __SUNPRO_C is declared... no
checking for XCB... yes
checking whether libxcb was compiled against xcb-proto >=3D 1.6... checking=
 for
gawk... (cached) nawk
yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dunknown-warning-option..=
. no
checking if /usr/local/bin/gcc7 supports
-Werror=3Dunused-command-line-argument... no
checking if /usr/local/bin/gcc7 supports -Wall... yes
checking if /usr/local/bin/gcc7 supports -Wpointer-arith... yes
checking if /usr/local/bin/gcc7 supports -Wmissing-declarations... yes
checking if /usr/local/bin/gcc7 supports -Wformat=3D2... yes
checking if /usr/local/bin/gcc7 supports -Wstrict-prototypes... yes
checking if /usr/local/bin/gcc7 supports -Wmissing-prototypes... yes
checking if /usr/local/bin/gcc7 supports -Wnested-externs... yes
checking if /usr/local/bin/gcc7 supports -Wbad-function-cast... yes
checking if /usr/local/bin/gcc7 supports -Wold-style-definition... yes
checking if /usr/local/bin/gcc7 supports -Wdeclaration-after-statement... y=
es
checking if /usr/local/bin/gcc7 supports -Wunused... yes
checking if /usr/local/bin/gcc7 supports -Wuninitialized... yes
checking if /usr/local/bin/gcc7 supports -Wshadow... yes
checking if /usr/local/bin/gcc7 supports -Wmissing-noreturn... yes
checking if /usr/local/bin/gcc7 supports -Wmissing-format-attribute... yes
checking if /usr/local/bin/gcc7 supports -Wredundant-decls... yes
checking if /usr/local/bin/gcc7 supports -Wlogical-op... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dimplicit... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dnonnull... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dinit-self... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dmain... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dmissing-braces... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dsequence-point... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dreturn-type... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dtrigraphs... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Darray-bounds... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dwrite-strings... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Daddress... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dint-to-pointer-cast... y=
es
checking if /usr/local/bin/gcc7 supports -Werror=3Dpointer-to-int-cast... y=
es
checking if /usr/local/bin/gcc7 supports -pedantic... yes
checking if /usr/local/bin/gcc7 supports -Werror... yes
checking if /usr/local/bin/gcc7 supports -Werror=3Dattributes... yes
checking whether make supports nested variables... (cached) yes
checking whether to build developer documentation... yes
checking for doxygen... no
configure: WARNING: doxygen not found - documentation targets will be skipp=
ed
checking for XCB_RENDER... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating renderutil/Makefile
config.status: creating renderutil/xcb-renderutil.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
titan#=20

titan#=20
titan# make=20
make  all-recursive
Making all in renderutil
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile /usr/local/bin/gcc7
-DHAVE_CONFIG_H  -I. -I..  -I/usr/local/include -pthread -I/usr/local/inclu=
de
-pthread   -Wall -Wpointer-arith -Wmissing-declarations -Wformat=3D2
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-ca=
st
-Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitializ=
ed
-Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls
-Wlogical-op -Werror=3Dimplicit -Werror=3Dnonnull -Werror=3Dinit-self -Werr=
or=3Dmain
-Werror=3Dmissing-braces -Werror=3Dsequence-point -Werror=3Dreturn-type
-Werror=3Dtrigraphs -Werror=3Darray-bounds -Werror=3Dwrite-strings -Werror=
=3Daddress
-Werror=3Dint-to-pointer-cast -Werror=3Dpointer-to-int-cast -O0 -g
-Wl,-rpath=3D/usr/local/lib -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o
cache.lo cache.c
libtool: compile:  /usr/local/bin/gcc7 -DHAVE_CONFIG_H -I. -I..
-I/usr/local/include -pthread -I/usr/local/include -pthread -Wall
-Wpointer-arith -Wmissing-declarations -Wformat=3D2 -Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Wbad-function-cast
-Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitializ=
ed
-Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls
-Wlogical-op -Werror=3Dimplicit -Werror=3Dnonnull -Werror=3Dinit-self -Werr=
or=3Dmain
-Werror=3Dmissing-braces -Werror=3Dsequence-point -Werror=3Dreturn-type
-Werror=3Dtrigraphs -Werror=3Darray-bounds -Werror=3Dwrite-strings -Werror=
=3Daddress
-Werror=3Dint-to-pointer-cast -Werror=3Dpointer-to-int-cast -O0 -g
-Wl,-rpath=3D/usr/local/lib -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cac=
he.c=20
-fPIC -DPIC -o .libs/cache.o
libtool: compile:  /usr/local/bin/gcc7 -DHAVE_CONFIG_H -I. -I..
-I/usr/local/include -pthread -I/usr/local/include -pthread -Wall
-Wpointer-arith -Wmissing-declarations -Wformat=3D2 -Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Wbad-function-cast
-Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitializ=
ed
-Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls
-Wlogical-op -Werror=3Dimplicit -Werror=3Dnonnull -Werror=3Dinit-self -Werr=
or=3Dmain
-Werror=3Dmissing-braces -Werror=3Dsequence-point -Werror=3Dreturn-type
-Werror=3Dtrigraphs -Werror=3Darray-bounds -Werror=3Dwrite-strings -Werror=
=3Daddress
-Werror=3Dint-to-pointer-cast -Werror=3Dpointer-to-int-cast -O0 -g
-Wl,-rpath=3D/usr/local/lib -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cac=
he.c
-o cache.o >/dev/null 2>&1
mv -f .deps/cache.Tpo .deps/cache.Plo
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile /usr/local/bin/gcc7
-DHAVE_CONFIG_H  -I. -I..  -I/usr/local/include -pthread -I/usr/local/inclu=
de
-pthread   -Wall -Wpointer-arith -Wmissing-declarations -Wformat=3D2
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-ca=
st
-Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitializ=
ed
-Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls
-Wlogical-op -Werror=3Dimplicit -Werror=3Dnonnull -Werror=3Dinit-self -Werr=
or=3Dmain
-Werror=3Dmissing-braces -Werror=3Dsequence-point -Werror=3Dreturn-type
-Werror=3Dtrigraphs -Werror=3Darray-bounds -Werror=3Dwrite-strings -Werror=
=3Daddress
-Werror=3Dint-to-pointer-cast -Werror=3Dpointer-to-int-cast -O0 -g
-Wl,-rpath=3D/usr/local/lib -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o ut=
il.lo
util.c
libtool: compile:  /usr/local/bin/gcc7 -DHAVE_CONFIG_H -I. -I..
-I/usr/local/include -pthread -I/usr/local/include -pthread -Wall
-Wpointer-arith -Wmissing-declarations -Wformat=3D2 -Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Wbad-function-cast
-Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitializ=
ed
-Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls
-Wlogical-op -Werror=3Dimplicit -Werror=3Dnonnull -Werror=3Dinit-self -Werr=
or=3Dmain
-Werror=3Dmissing-braces -Werror=3Dsequence-point -Werror=3Dreturn-type
-Werror=3Dtrigraphs -Werror=3Darray-bounds -Werror=3Dwrite-strings -Werror=
=3Daddress
-Werror=3Dint-to-pointer-cast -Werror=3Dpointer-to-int-cast -O0 -g
-Wl,-rpath=3D/usr/local/lib -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.=
c=20
-fPIC -DPIC -o .libs/util.o
libtool: compile:  /usr/local/bin/gcc7 -DHAVE_CONFIG_H -I. -I..
-I/usr/local/include -pthread -I/usr/local/include -pthread -Wall
-Wpointer-arith -Wmissing-declarations -Wformat=3D2 -Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Wbad-function-cast
-Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitializ=
ed
-Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls
-Wlogical-op -Werror=3Dimplicit -Werror=3Dnonnull -Werror=3Dinit-self -Werr=
or=3Dmain
-Werror=3Dmissing-braces -Werror=3Dsequence-point -Werror=3Dreturn-type
-Werror=3Dtrigraphs -Werror=3Darray-bounds -Werror=3Dwrite-strings -Werror=
=3Daddress
-Werror=3Dint-to-pointer-cast -Werror=3Dpointer-to-int-cast -O0 -g
-Wl,-rpath=3D/usr/local/lib -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.=
c -o
util.o >/dev/null 2>&1
mv -f .deps/util.Tpo .deps/util.Plo
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile /usr/local/bin/gcc7
-DHAVE_CONFIG_H  -I. -I..  -I/usr/local/include -pthread -I/usr/local/inclu=
de
-pthread   -Wall -Wpointer-arith -Wmissing-declarations -Wformat=3D2
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-ca=
st
-Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitializ=
ed
-Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls
-Wlogical-op -Werror=3Dimplicit -Werror=3Dnonnull -Werror=3Dinit-self -Werr=
or=3Dmain
-Werror=3Dmissing-braces -Werror=3Dsequence-point -Werror=3Dreturn-type
-Werror=3Dtrigraphs -Werror=3Darray-bounds -Werror=3Dwrite-strings -Werror=
=3Daddress
-Werror=3Dint-to-pointer-cast -Werror=3Dpointer-to-int-cast -O0 -g
-Wl,-rpath=3D/usr/local/lib -MT glyph.lo -MD -MP -MF .deps/glyph.Tpo -c -o
glyph.lo glyph.c
libtool: compile:  /usr/local/bin/gcc7 -DHAVE_CONFIG_H -I. -I..
-I/usr/local/include -pthread -I/usr/local/include -pthread -Wall
-Wpointer-arith -Wmissing-declarations -Wformat=3D2 -Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Wbad-function-cast
-Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitializ=
ed
-Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls
-Wlogical-op -Werror=3Dimplicit -Werror=3Dnonnull -Werror=3Dinit-self -Werr=
or=3Dmain
-Werror=3Dmissing-braces -Werror=3Dsequence-point -Werror=3Dreturn-type
-Werror=3Dtrigraphs -Werror=3Darray-bounds -Werror=3Dwrite-strings -Werror=
=3Daddress
-Werror=3Dint-to-pointer-cast -Werror=3Dpointer-to-int-cast -O0 -g
-Wl,-rpath=3D/usr/local/lib -MT glyph.lo -MD -MP -MF .deps/glyph.Tpo -c gly=
ph.c=20
-fPIC -DPIC -o .libs/glyph.o
libtool: compile:  /usr/local/bin/gcc7 -DHAVE_CONFIG_H -I. -I..
-I/usr/local/include -pthread -I/usr/local/include -pthread -Wall
-Wpointer-arith -Wmissing-declarations -Wformat=3D2 -Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Wbad-function-cast
-Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitializ=
ed
-Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls
-Wlogical-op -Werror=3Dimplicit -Werror=3Dnonnull -Werror=3Dinit-self -Werr=
or=3Dmain
-Werror=3Dmissing-braces -Werror=3Dsequence-point -Werror=3Dreturn-type
-Werror=3Dtrigraphs -Werror=3Darray-bounds -Werror=3Dwrite-strings -Werror=
=3Daddress
-Werror=3Dint-to-pointer-cast -Werror=3Dpointer-to-int-cast -O0 -g
-Wl,-rpath=3D/usr/local/lib -MT glyph.lo -MD -MP -MF .deps/glyph.Tpo -c gly=
ph.c
-o glyph.o >/dev/null 2>&1
mv -f .deps/glyph.Tpo .deps/glyph.Plo
/bin/sh ../libtool  --tag=3DCC    --mode=3Dlink /usr/local/bin/gcc7  -Wall
-Wpointer-arith -Wmissing-declarations -Wformat=3D2 -Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Wbad-function-cast
-Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitializ=
ed
-Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls
-Wlogical-op -Werror=3Dimplicit -Werror=3Dnonnull -Werror=3Dinit-self -Werr=
or=3Dmain
-Werror=3Dmissing-braces -Werror=3Dsequence-point -Werror=3Dreturn-type
-Werror=3Dtrigraphs -Werror=3Darray-bounds -Werror=3Dwrite-strings -Werror=
=3Daddress
-Werror=3Dint-to-pointer-cast -Werror=3Dpointer-to-int-cast -O0 -g
-Wl,-rpath=3D/usr/local/lib -no-undefined   -o libxcb-render-util.la -rpath
/usr/local/lib cache.lo util.lo glyph.lo -L/usr/local/lib -lxcb
-L/usr/local/lib -lxcb-render=20
libtool: link: /usr/local/bin/gcc7 -shared  -fPIC -DPIC  .libs/cache.o
.libs/util.o .libs/glyph.o   -L/usr/local/lib -lxcb -lxcb-render  -O0
-Wl,-rpath=3D/usr/local/lib   -Wl,-soname -Wl,libxcb-render-util.so.0.0.0 -o
.libs/libxcb-render-util.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libxcb-render-util.so" && ln -s
"libxcb-render-util.so.0.0.0" "libxcb-render-util.so")
libtool: link: (cd ".libs" && rm -f "libxcb-render-util.so" && ln -s
"libxcb-render-util.so.0.0.0" "libxcb-render-util.so")
libtool: link: ar cru .libs/libxcb-render-util.a  cache.o util.o glyph.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libxcb-render-util.a
libtool: link: ( cd ".libs" && rm -f "libxcb-render-util.la" && ln -s
"../libxcb-render-util.la" "libxcb-render-util.la" )
titan#=20
titan# ls -lap .libs=20
ls: .libs: No such file or directory
titan#=20

seems fine=20


titan# find . -type f | xargs file | grep "ELF" | cut -f1 -d\: | xargs ls -=
ladb=20
-rw-r--r--  1 root  wheel  14832 Sep  3 19:33 ./renderutil/.libs/cache.o
-rw-r--r--  1 root  wheel  12232 Sep  3 19:33 ./renderutil/.libs/glyph.o
-rwxr-xr-x  1 root  wheel  30880 Sep  3 19:33
./renderutil/.libs/libxcb-render-util.so.0.0.0
-rw-r--r--  1 root  wheel  11696 Sep  3 19:33 ./renderutil/.libs/util.o
-rw-r--r--  1 root  wheel  14776 Sep  3 19:33 ./renderutil/cache.o
-rw-r--r--  1 root  wheel  12160 Sep  3 19:33 ./renderutil/glyph.o
-rw-r--r--  1 root  wheel  11608 Sep  3 19:33 ./renderutil/util.o
titan#=20


So at this point I would think make install should be okay :=20


titan#=20
titan# make install=20
Making install in renderutil
 .././install-sh -c -d '/usr/local/lib'
 /bin/sh ../libtool   --mode=3Dinstall /usr/bin/install -c=20=20
libxcb-render-util.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libxcb-render-util.so.0.0.0
/usr/local/lib/libxcb-render-util.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libxcb-render-util.so.0.=
0.0
libxcb-render-util.so || { rm -f libxcb-render-util.so && ln -s
libxcb-render-util.so.0.0.0 libxcb-render-util.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libxcb-render-util.so.0.=
0.0
libxcb-render-util.so || { rm -f libxcb-render-util.so && ln -s
libxcb-render-util.so.0.0.0 libxcb-render-util.so; }; })
libtool: install: /usr/bin/install -c .libs/libxcb-render-util.lai
/usr/local/lib/libxcb-render-util.la
libtool: install: /usr/bin/install -c .libs/libxcb-render-util.a
/usr/local/lib/libxcb-render-util.a
libtool: install: chmod 644 /usr/local/lib/libxcb-render-util.a
libtool: install: ranlib /usr/local/lib/libxcb-render-util.a
 .././install-sh -c -d '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 xcb-renderutil.pc '/usr/local/lib/pkgconfig'
 .././install-sh -c -d '/usr/local/include/xcb'
 /usr/bin/install -c -m 644 xcb_renderutil.h '/usr/local/include/xcb'
titan#=20

titan#=20
titan# ls -lap /usr/local/lib/libxcb-render-util.*
-rw-r--r--  1 root  wheel  39292 Sep  3 19:35
/usr/local/lib/libxcb-render-util.a
-rwxr-xr-x  1 root  wheel   1049 Sep  3 19:35
/usr/local/lib/libxcb-render-util.la
lrwxr-xr-x  1 root  wheel     27 Sep  3 19:35
/usr/local/lib/libxcb-render-util.so -> libxcb-render-util.so.0.0.0
-rwxr-xr-x  1 root  wheel  30880 Sep  3 19:35
/usr/local/lib/libxcb-render-util.so.0.0.0
titan#=20


So why the fail from my attempted build of virtualbox-ose ?=20

Dennis

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231125-6497-2G9Dpg0aJN>