Opened 9 years ago

Last modified 9 years ago

#47242 new defect

gearmand @1.1.12_0: requires C++11 support — at Version 4

Reported by: dedalo@… Owned by: rodney.rehm@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: andy@…
Port: gearmand

Description (last modified by larryv (Lawrence Velázquez))

sudo port install gearmand
--->  Computing dependencies for gearmand
--->  Building gearmand
Error: org.macports.build for port gearmand returned: command execution failed
Please see the log file for port gearmand for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_gearmand/gearmand/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port gearmand failed

Log file is attached.

This happens on Mac OS X 10.7.5.

Change History (5)

comment:1 Changed 9 years ago by larryv (Lawrence Velázquez)

Cc: andy@… added
Keywords: gearman removed
Owner: changed from macports-tickets@… to rodney.rehm@…
Priority: HighNormal

Thanks for the report. In future tickets, please Cc any port maintainers (port info --maintainers gearmand).

:debug:main Skipping completed org.macports.archivefetch (gearmand)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (gearmand)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (gearmand)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (gearmand)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (gearmand)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (gearmand)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Mon Mar 23 18:07:56 CET 2015

This log is incomplete. As per the MacPorts Guide, please clean, try installing again, and attach the new main.log.

$ sudo port clean gearmand
$ sudo port install gearmand

Changed 9 years ago by dedalo@…

Attachment: main.log added

log file

comment:2 Changed 9 years ago by dedalo@…

log file has been replaced with the correct version

comment:3 Changed 9 years ago by larryv (Lawrence Velázquez)

Summary: gearmandgearmand @1.1.12_0: requires C++11 support

Does Gearman require a compiler with C++11 support?

:info:build libtool: compile:  /usr/bin/clang++ -arch x86_64 -DHAVE_CONFIG_H -I. -I/opt/local/include -fvisibility=hidden -DBUILDING_LIBTEST -D_THREAD_SAFE -DLIBTEST_TEMP=\"tmp_chroot\" -I/opt/local/include -pipe -Os -arch x86_64 -stdlib=libstdc++ -std=c++0x -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -fwrapv -Wsizeof-pointer-memaccess -Wpacked -MT libtest/libtest_libtest_la-main.lo -MD -MP -MF libtest/.deps/libtest_libtest_la-main.Tpo -c libtest/main.cc  -fno-common -DPIC -o libtest/.libs/libtest_libtest_la-main.o
:info:build libtest/main.cc:339:12: error: no member named 'unique_ptr' in namespace 'std'
:info:build       std::unique_ptr<libtest::Framework> frame(new libtest::Framework(signal, binary_name, collection_to_run, wildcard));
:info:build       ~~~~~^

comment:4 Changed 9 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Note: See TracTickets for help on using tickets.