Opened 14 years ago
Closed 14 years ago
#29282 closed defect (duplicate)
policykit 0.101: Cannot build on Mac OS X 10.4.11, PowerPC, G3
Reported by: | pheonix@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | policykit |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I see this error when I try to update policykit, or anything that depends on it:
---> Building policykit Error: Target org.macports.build returned: shell command failed (see log for details) Log for policykit is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_policykit/main.log Error: Unable to upgrade port: 1 To report a bug, see <http://guide.macports.org/#project.tickets>
Here is the log:
version:1 :msg:main ---> Computing dependencies for policykit:info:main .:debug:main Searching for dependency: pkgconfig :debug:main Found Dependency: receipt exists for pkgconfig :debug:main Searching for dependency: intltool :debug:main Found Dependency: receipt exists for intltool :debug:main Searching for dependency: gnome-doc-utils :debug:main Found Dependency: receipt exists for gnome-doc-utils :debug:main Searching for dependency: eggdbus :debug:main Found Dependency: receipt exists for eggdbus :msg:main :debug:main Executing org.macports.main (policykit) :debug:main Skipping completed org.macports.fetch (policykit) :debug:main Skipping completed org.macports.checksum (policykit) :debug:main Skipping completed org.macports.extract (policykit) :debug:main Skipping completed org.macports.patch (policykit) :debug:main Skipping completed org.macports.configure (policykit) :msg:main ---> Building policykit :debug:build build phase started at Tue Apr 26 11:56:08 EDT 2011 :debug:build Executing org.macports.build (policykit) :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_security_policykit/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.4' :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_policykit/work/polkit-0.101" && /usr/bin/make all' :info:build /usr/bin/make all-recursive :info:build Making all in actions :info:build make[2]: Nothing to be done for `all'. :info:build Making all in data :info:build make[2]: Nothing to be done for `all'. :info:build Making all in src :info:build Making all in polkit :info:build /usr/bin/make all-am :info:build make[4]: Nothing to be done for `all-am'. :info:build Making all in polkitbackend :info:build make[3]: Nothing to be done for `all'. :info:build Making all in polkitagent :info:build /usr/bin/make all-am :info:build /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -D_POLKIT_COMPILATION -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -pipe -O2 -I/usr/include -arch ppc -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wformat -Wformat-security -L/opt/local/lib -L/usr/lib -arch ppc -o polkit-agent-helper-1 polkit_agent_helper_1-polkitagenthelperprivate.o polkit_agent_helper_1-polkitagenthelper-pam.o -lpam -L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl ../../src/polkit/libpolkit-gobject-1.la :info:build libtool: link: /usr/bin/gcc-4.0 -D_POLKIT_COMPILATION -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -pipe -O2 -I/usr/include -arch ppc -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wformat -Wformat-security -arch ppc -o .libs/polkit-agent-helper-1 polkit_agent_helper_1-polkitagenthelperprivate.o polkit_agent_helper_1-polkitagenthelper-pam.o -L/opt/local/lib -L/usr/lib -lpam ../../src/polkit/.libs/libpolkit-gobject-1.dylib /opt/local/lib/libgio-2.0.dylib -lz /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/lib/libglib-2.0.dylib -lresolv /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -lc -framework Carbon :info:build /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: :info:build _fdatasync :info:build collect2: ld returned 1 exit status :info:build make[4]: *** [polkit-agent-helper-1] Error 1 :info:build make[3]: *** [all] Error 2 :info:build make[2]: *** [all-recursive] Error 1 :info:build make[1]: *** [all-recursive] Error 1 :info:build make: *** [all] Error 2 :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_policykit/work/polkit-0.101" && /usr/bin/make 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 policykit): org.macports.destroot org.macports.build :notice:build Log for policykit is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_policykit/main.log
Change History (2)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to devans@… |
Summary: | Cannot build policykit 0.101 on Mac OS X 10.4.11, PowerPC, G3 → policykit 0.101: Cannot build on Mac OS X 10.4.11, PowerPC, G3 |
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please use WikiFormatting when pasting literal terminal output.
Please Cc the port maintainer when filing a ticket.
And please search for existing tickets before filing a new one. This is a duplicate of #29279.