Opened 13 years ago
Closed 12 years ago
#30623 closed defect (fixed)
libsoup build error
Reported by: | giby_the_kid@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.1 |
Keywords: | Cc: | ||
Port: | libsoup |
Description (last modified by mf2k (Frank Schima))
I was trying to do an update, unfortunatly it hasn't work; here is the paste:
sth-dw399:~ benjaminleduc$ sudo port upgrade outdated Password: ---> Computing dependencies for libsoup ---> Building libsoup Error: Target org.macports.build returned: shell command failed (see log for details) Log for libsoup is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/main.log Error: Unable to upgrade port: 1 To report a bug, see <http://guide.macports.org/#project.tickets> sth-dw399:~ benjaminleduc$ It seems that libsoup cannot be build
Attachments (1)
Change History (9)
comment:1 Changed 13 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Keywords: | libsoup removed |
Owner: | changed from macports-tickets@… to devans@… |
Port: | libsoup added |
Summary: | Upgrade impossible because of libsoup → libsoup build error |
comment:3 Changed 13 years ago by mf2k (Frank Schima)
It's located right in the output you posted. Attach it to the ticket.
Changed 13 years ago by giby_the_kid@…
comment:5 Changed 13 years ago by mf2k (Frank Schima)
Run the following and try again. It's a temporary directory so it's ok to delete it.
sudo rm -rf /Users/benjaminleduc/.cache
comment:6 Changed 13 years ago by giby_the_kid@…
Still does not work
version:1 :debug:main changing euid/egid - current euid: 0 - current egid: 0 :debug:main egid changed to: 503 :debug:main euid changed to: 505 :debug:main Executing org.macports.main (libsoup) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.archivefetch (libsoup) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.fetch (libsoup) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.checksum (libsoup) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.extract (libsoup) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.patch (libsoup) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.configure (libsoup) :debug:main Privilege de-escalation not attempted as not running as root. :debug:build build phase started at Sun Aug 7 14:44:53 GMT 2011 :notice:build ---> Building libsoup :debug:build Executing org.macports.build (libsoup) :debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.5' :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/work/libsoup-2.34.2" && /usr/bin/make -w all' :debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/work/libsoup-2.34.2" && /usr/bin/make -w all :info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/work/libsoup-2.34.2' :info:build /usr/bin/make all-recursive :info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/work/libsoup-2.34.2' :info:build Making all in libsoup :info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/work/libsoup-2.34.2/libsoup' :info:build Makefile:1041: /opt/local/share/gobject-introspection-1.0/Makefile.introspection: No such file or directory :info:build make[2]: * No rule to make target `/opt/local/share/gobject-introspection-1.0/Makefile.introspection'. Stop. :info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/work/libsoup-2.34.2/libsoup' :info:build make[1]: * [all-recursive] Error 1 :info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/work/libsoup-2.34.2' :info:build make: * [all] Error 2 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/work/libsoup-2.34.2' :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/work/libsoup-2.34.2" && /usr/bin/make -w all " returned error 2 :error:build Target org.macports.build returned: shell command failed (see log for details) :debug:build Backtrace: shell command failed (see log for details)
while executing
"command_exec build"
(procedure "portbuild::build_main" line 8) invoked from within
"$procedure $targetname" :info:build Warning: the following items did not execute (for libsoup): org.macports.activate org.macports.build org.macports.destroot org.macports.install :error:build Failed to install libsoup :notice:build Log for libsoup is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libsoup/libsoup/main.log
comment:7 Changed 13 years ago by giby_the_kid@…
It has eventually work, I don't know why.... or how...
comment:8 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Would have been fixed by the HOME changes in 2.0.4.
Please attach the log so we can debug the problem.