[MacPorts] #26219: cannot configure libsoup
#26219: cannot configure libsoup --------------------------------------+------------------------------------- Reporter: derflorianlang@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: libsoup --------------------------------------+------------------------------------- somethings wrong when i try to configure libsoup, any ideas? my system macos 10.6.4, macport 1.9.1 in port: [[BR]]Error: Target org.macports.configure returned: configure failure: shell command failed Log for libsoup is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/main.log [[BR]]Error: The following dependencies failed to build: gnome- python26-extras libgda4 libsoup libgtkhtml py26-gnome libbonobo libbonoboui libgnome esound audiofile libgnomecanvas libart_lgpl libgnomeui gnome-icon-theme hicolor-icon-theme icon-naming-utils p5-xml- simple p5-xml-namespacesupport p5-xml-sax p5-xml-sax-expat py26-gtk py26-cairo py26-numpy atlas gcc44 gmp mpfr gzip fftw-3 py26-nose py26-distribute py26-gobject libffi py26-orbit [[BR]]Error: Status 1 encountered during processing. in log: :msg:main ---> Configuring libsoup[[BR]] :debug:main Using compiler 'Mac OS X gcc 4.2'[[BR]] :debug:configure configure phase started at Tue Aug 24 01:08:53 CEST 2010 [[BR]]:debug:configure Executing proc-pre-org.macports.configure- configure-0 [[BR]]:debug:configure Executing org.macports.configure (libsoup) [[BR]]:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -arch x86_64' CPPFLAGS='-I/opt$ [[BR]]:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rs$ [[BR]]:info:configure checking for a BSD-compatible install... /usr/bin/install -c [[BR]]:info:configure checking whether build environment is sane... yes [[BR]]:info:configure checking for a thread-safe mkdir -p... ./install-sh -c -d [[BR]]:info:configure checking for gawk... no [[BR]]:info:configure checking for mawk... no [[BR]]:info:configure checking for nawk... no [[BR]]:info:configure checking for awk... awk [[BR]]:info:configure checking whether make sets $(MAKE)... yes [[BR]]:info:configure checking whether make sets $(MAKE)... (cached) yes [[BR]]:info:configure checking for gcc... /usr/bin/gcc-4.2 [[BR]]:info:configure checking whether the C compiler works... yes [[BR]]:info:configure checking for C compiler default output file name... a.out [[BR]]:info:configure checking for suffix of executables... [[BR]]:info:configure checking whether we are cross compiling... no [[BR]]:info:configure checking for suffix of object files... o [[BR]]:info:configure checking whether we are using the GNU C compiler... yes [[BR]]:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... yes [[BR]]:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed [[BR]]:info:configure checking for style of include used by make... GNU [[BR]]:info:configure checking dependency style of /usr/bin/gcc-4.2... gcc3 [[BR]]:info:configure checking build system type... x86_64-apple- darwin10.4.0 [[BR]]:info:configure checking host system type... x86_64-apple- darwin10.4.0 [[BR]]:info:configure checking for a sed that does not truncate output... /usr/bin/sed [[BR]]:info:configure checking for grep that handles long lines and -e... /usr/bin/grep [[BR]]:info:configure checking for egrep... /usr/bin/grep -E [[BR]]:info:configure checking for fgrep... /usr/bin/grep -F [[BR]]:info:configure checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld [[BR]]:info:configure checking if the linker (/usr/libexec/gcc/i686-apple- darwin10/4.2.1/ld) is GNU ld... no [[BR]]:info:configure checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm [[BR]]:info:configure checking the name lister (/usr/bin/nm) interface... BSD nm [[BR]]:info:configure checking whether ln -s works... yes [[BR]]:info:configure checking the maximum length of command line arguments... 196608 [[BR]]:info:configure checking whether the shell understands some XSI constructs... yes [[BR]]:info:configure checking whether the shell understands "+="... yes [[BR]]:info:configure checking for /usr/libexec/gcc/i686-apple- darwin10/4.2.1/ld option to reload object files.$ [[BR]]:info:configure checking for objdump... no [[BR]]:info:configure checking how to recognize dependent libraries... pass_all [[BR]]:info:configure checking for ar... ar [[BR]]:info:configure checking for strip... strip -- Ticket URL: <http://trac.macports.org/ticket/26219> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26219: cannot configure libsoup --------------------------------------+------------------------------------- Reporter: derflorianlang@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: libsoup --------------------------------------+------------------------------------- Changes (by blb@…): * owner: macports-tickets@… => devans@… Comment: Can you attach the full log at /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/main.log ? -- Ticket URL: <http://trac.macports.org/ticket/26219#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26219: libsoup is unable to find libproxy --------------------------------------+------------------------------------- Reporter: derflorianlang@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: libsoup --------------------------------------+------------------------------------- Changes (by snc@…): * cc: snc@… (added) Comment: By default it tries to use pkgconfig, but there are two variables we can use to pass in: LIBPROXY_CFLAGS: C compiler flags for LIBPROXY, overriding pkg-config LIBPROXY_LIBS: linker flags for LIBPROXY, overriding pkg-config -- Ticket URL: <http://trac.macports.org/ticket/26219#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26219: libsoup is unable to find libproxy --------------------------------------+------------------------------------- Reporter: derflorianlang@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: haspatch | Port: libsoup --------------------------------------+------------------------------------- Changes (by snc@…): * keywords: => haspatch Comment: Here's my patch. {{{ +configure.env-append \ + LIBPROXY_CFLAGS=-I${prefix}/include \ + LIBPROXY_LIBS=-L${prefix}/lib/libproxy.dylib + }}} -- Ticket URL: <http://trac.macports.org/ticket/26219#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26219: libsoup is unable to find libproxy --------------------------------------+------------------------------------- Reporter: derflorianlang@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: haspatch | Port: libsoup --------------------------------------+------------------------------------- Comment(by snc@…): Let's try that again: {{{ +configure.env-append \ + LIBPROXY_CFLAGS=-I${prefix}/include \ + LIBPROXY_LIBS=-L${prefix}/lib/libproxy.dylib + }}} I get some undefined symbols now. Also saw an old zlib artifact in configure: {{{ In file included from /opt/local/include/zlib.h:34, from soup-coding-gzip.c:15: /opt/local/include/zconf.h:373:6: warning: "_LARGEFILE64_SOURCE" is not defined In file included from soup-coding-gzip.c:15: /opt/local/include/zlib.h:1574:32: warning: "_FILE_OFFSET_BITS" is not defined }}} -- Ticket URL: <http://trac.macports.org/ticket/26219#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26219: libproxy fails to install pkg-config files causing breakage with dependents --------------------------------------+------------------------------------- Reporter: derflorianlang@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: haspatch | Port: libproxy --------------------------------------+------------------------------------- Changes (by devans@…): * status: new => assigned * port: libsoup => libproxy Comment: The problem is that the recently upgraded version of libproxy is not installing the appropriate pkgconfig files. The previous version did so this is breakage in libproxy. -- Ticket URL: <http://trac.macports.org/ticket/26219#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26219: libproxy fails to install pkg-config files causing breakage with dependents ---------------------------------------+------------------------------------ Reporter: derflorianlang@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: haspatch Port: libproxy | ---------------------------------------+------------------------------------ Changes (by devans@…): * status: assigned => closed * resolution: => fixed Comment: libproxy reverted to previous version until pkg-config problems in later versions can be resolved (r70873). -- Ticket URL: <http://trac.macports.org/ticket/26219#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26219: libproxy fails to install pkg-config files causing breakage with dependents ---------------------------------------+------------------------------------ Reporter: derflorianlang@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: haspatch Port: libproxy | ---------------------------------------+------------------------------------ Comment(by devans@…): Fixed in r71365 with upgrade to 0.4.6. -- Ticket URL: <http://trac.macports.org/ticket/26219#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts