ports/163326: Latest update of xcb-util port is breaking dependency packages

Andrew Lankford lankfordandrew at NOSPAMcharter.net
Fri Dec 16 02:50:06 UTC 2011


>Number:         163326
>Category:       ports
>Synopsis:       Latest update of xcb-util port is breaking dependency packages
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 16 02:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Lankford
>Release:        9-PRERELEASE
>Organization:
>Environment:
FreeBSD bogushost3 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #5: Thu Dec  8 14:58:16 EST 2011     root at bogushost3:/usr/obj/usr/src/sys/ARL9VOSTRO  i386
>Description:
Port build and install is apparently successful, but afterwards there is no sign of libxcb-atom.so.1, libxcb-aux.so.0, and libxcb-event.so.1 or any other version of those shared libraries.  As a result, the dependency packages do not work.

I'm not sure if the port intends to build these shared libraries or succeeds in building them if they were meant to be built.  There is nothing of note about xcb-util in /usr/ports/UPDATING, either.

There are a few warnings emitted by the build:

# make
===>  Vulnerability check disabled, database not found
===>  License check disabled, port has not defined LICENSE
===>  Extracting for xcb-util-0.3.8
=> SHA256 Checksum OK for xcb-util-0.3.8.tar.bz2.
===>  Patching for xcb-util-0.3.8
===>   xcb-util-0.3.8 depends on file: /usr/local/bin/gperf - found
===>   xcb-util-0.3.8 depends on executable: gmake - found
===>   xcb-util-0.3.8 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found
===>   xcb-util-0.3.8 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found
===>   xcb-util-0.3.8 depends on package: libtool>=2.4 - found
===>   xcb-util-0.3.8 depends on shared library: xcb.2 - found
===>  Configuring for xcb-util-0.3.8
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for m4 that supports -I option... /usr/bin/m4
checking build system type... i386-portbld-freebsd9.0
checking host system type... i386-portbld-freebsd9.0
checking how to print strings... printf
checking for style of include used by gmake... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for a sed that does not truncate output... /usr/local/bin/gsed
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 cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert i386-portbld-freebsd9.0 file names to i386-portbld-freebsd9.0 format... func_convert_file_noop
checking how to convert i386-portbld-freebsd9.0 file names to toolchain format... func_convert_file_noop
checking for /usr/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... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc 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... cpp
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 cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.0 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 cc option to accept ISO C99... -std=gnu99
checking for XCB... yes
checking whether libxcb was compiled against xcb-proto >= 1.6... checking for gawk... (cached) nawk
yes
checking whether to build developer documentation... yes
checking for doxygen... no
configure: WARNING: doxygen not found - documentation targets will be skipped
checking for gperf... /usr/local/bin/gperf
checking for vasprintf... yes
checking for ssize_t... yes
checking for XPROTO... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating xcb-atom.pc
config.status: creating xcb-aux.pc
config.status: creating xcb-event.pc
config.status: creating xcb-util.pc
config.status: creating xcb_util_intro
config.status: executing depfiles commands
config.status: executing libtool commands
===>  Building for xcb-util-0.3.8
Making all in src
gmake[1]: Entering directory `/usr/ports/x11/xcb-util/work/xcb-util-0.3.8/src'
/usr/bin/m4 -I. atoms.gperf.m4 >atoms.gperf
/usr/local/bin/gperf --output-file atoms.c atoms.gperf
gmake  all-am
gmake[2]: Entering directory `/usr/ports/x11/xcb-util/work/xcb-util-0.3.8/src'
  CC     atoms.lo
atoms.gperf:38: warning: function declaration isn't a prototype
atoms.gperf: In function 'hash':
atoms.gperf:40: warning: old-style function definition
atoms.gperf: At top level:
atoms.gperf:242: warning: function declaration isn't a prototype
atoms.gperf: In function 'in_word_set':
atoms.gperf:244: warning: old-style function definition
  CC     event.lo
  CC     xcb_aux.lo
  CCLD   libxcb-util.la
gmake[2]: Leaving directory `/usr/ports/x11/xcb-util/work/xcb-util-0.3.8/src'
gmake[1]: Leaving directory `/usr/ports/x11/xcb-util/work/xcb-util-0.3.8/src'
gmake[1]: Entering directory `/usr/ports/x11/xcb-util/work/xcb-util-0.3.8'
gmake[1]: Nothing to be done for `all-am'.
gmake[1]: Leaving directory `/usr/ports/x11/xcb-util/work/xcb-util-0.3.8'

# make install 

>How-To-Repeat:
See above
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list