Opened 15 years ago
Closed 15 years ago
#23283 closed defect (duplicate)
MacPort libmemcached fails to build
Reported by: | conradwt (Conrad Taylor) | Owned by: | brett@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | powerpc | Cc: | |
Port: | libmemcached |
Description
$ sudo port -d install libmemcached +dtrace +hsieh Password: DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libmemcached DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libmemcached DEBUG: OS Platform: darwin DEBUG: OS Version: 9.8.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: powerpc DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant powerpc is not provided by port libmemcached. DEBUG: Requested variant darwin is not provided by port libmemcached. DEBUG: Requested variant macosx is not provided by port libmemcached. DEBUG: Executing variant dtrace provides dtrace DEBUG: Executing variant hsieh provides hsieh DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/memcached DEBUG: epoch: in tree: 0 installed: 0 DEBUG: memcached 1.4.4_0 exists in the ports tree DEBUG: memcached 1.4.4_0 is the latest installed DEBUG: memcached 1.4.4_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/memcached DEBUG: OS Platform: darwin DEBUG: OS Version: 9.8.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: powerpc DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant powerpc is not provided by port memcached. DEBUG: Requested variant darwin is not provided by port memcached. DEBUG: Requested variant macosx is not provided by port memcached. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libevent DEBUG: epoch: in tree: 0 installed: 0 DEBUG: libevent 1.4.13_0 exists in the ports tree DEBUG: libevent 1.4.13_0 is the latest installed DEBUG: libevent 1.4.13_0 is active DEBUG: Merging existing variants into variants DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libevent DEBUG: OS Platform: darwin DEBUG: OS Version: 9.8.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: powerpc DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant powerpc is not provided by port libevent. DEBUG: Requested variant darwin is not provided by port libevent. DEBUG: Requested variant macosx is not provided by port libevent. DEBUG: No need to upgrade! libevent 1.4.13_0 >= libevent 1.4.13_0 DEBUG: No need to upgrade! memcached 1.4.4_0 >= memcached 1.4.4_0 ---> Computing dependencies for libmemcached DEBUG: Searching for dependency: memcached DEBUG: Found Dependency: receipt exists for memcached DEBUG: Executing org.macports.main (libmemcached) DEBUG: Skipping completed org.macports.fetch (libmemcached) DEBUG: Skipping completed org.macports.checksum (libmemcached) DEBUG: Skipping completed org.macports.extract (libmemcached) DEBUG: Skipping completed org.macports.patch (libmemcached) DEBUG: Skipping completed org.macports.configure (libmemcached) ---> Building libmemcached DEBUG: Executing org.macports.build (libmemcached) DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libmemcached/work/libmemcached-0.34" && /usr/bin/make -j4 all' /usr/bin/make all-recursive Making all in docs make[2]: Nothing to be done for `all'. Making all in libmemcached /usr/bin/make all-am make[3]: Nothing to be done for `all-am'. Making all in support make[2]: Nothing to be done for `all'. Making all in clients make[2]: Nothing to be done for `all'. Making all in tests CXX plus.o CC start.o CCLD atomsmasher cc1plus: error: unrecognized command line option "-Wno-attributes" make[2]: *** [plus.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libmemcached/work/libmemcached-0.34" && /usr/bin/make -j4 all " returned error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libmemcached/work/libmemcached-0.34" && /usr/bin/make -j4 all " returned error 2 while executing "command_exec build" (procedure "portbuild::build_main" line 9) invoked from within "$procedure $targetname" Warning: the following items did not execute (for libmemcached): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
Change History (2)
comment:1 Changed 15 years ago by blb@…
Owner: | changed from macports-tickets@… to brett@… |
---|
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #22246.