Opened 10 years ago
Closed 9 years ago
#47625 closed defect (fixed)
xmms2 @0.8DrO_o: binding of reference to type 'Xmms::Coll::Coll' to a value of type 'const Xmms::Coll::Coll' drops qualifiers
Reported by: | nand0p (Fernando José Pando) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | yosemite | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | xmms2 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
xmms2 not installing on yosemite
In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/result.h:23: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/coll.h:615:6: error: binding of reference to type 'Xmms::Coll::Coll' to a value of type 'const Xmms::Coll::Coll' drops qualifiers : coll_ (coll), index_( index ) ^ ~~~~ In file included from ../src/clients/lib/xmmsclient++/medialib.cpp:18: In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/medialib.h:22: In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/result.h:23: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/coll.h:615:6: error: binding of reference to type 'Xmms::Coll::Coll' to a value of type 'const Xmms::Coll::Coll' drops qualifiers : coll_ (coll), index_( index ) ^ ~~~~ ../src/clients/lib/xmmsclient++/playback.cpp:70:23: warning: 'xmmsc_playback_seek_ms_abs' is deprecated [-Wdeprecated-declarations] boost::bind( xmmsc_playback_seek_ms_abs, conn_, milliseconds ) ); ^ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:129:17: note: 'xmmsc_playback_seek_ms_abs' has been explicitly marked deprecated here xmmsc_result_t *xmmsc_playback_seek_ms_abs (xmmsc_connection_t *c, int milliseconds) XMMS_DEPRECATED; ^ ../src/clients/lib/xmmsclient++/playback.cpp:78:23: warning: 'xmmsc_playback_seek_ms_rel' is deprecated [-Wdeprecated-declarations] boost::bind( xmmsc_playback_seek_ms_rel, ^ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:130:17: note: 'xmmsc_playback_seek_ms_rel' has been explicitly marked deprecated here xmmsc_result_t *xmmsc_playback_seek_ms_rel (xmmsc_connection_t *c, int milliseconds) XMMS_DEPRECATED; ^ ../src/clients/lib/xmmsclient++/playback.cpp:87:23: warning: 'xmmsc_playback_seek_samples_abs' is deprecated [-Wdeprecated-declarations] boost::bind( xmmsc_playback_seek_samples_abs, conn_, samples ) ); ^ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:132:17: note: 'xmmsc_playback_seek_samples_abs' has been explicitly marked deprecated here xmmsc_result_t *xmmsc_playback_seek_samples_abs (xmmsc_connection_t *c, int samples) XMMS_DEPRECATED; ^ ../src/clients/lib/xmmsclient++/playback.cpp:95:23: warning: 'xmmsc_playback_seek_samples_rel' is deprecated [-Wdeprecated-declarations] boost::bind( xmmsc_playback_seek_samples_rel, ^ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:133:17: note: 'xmmsc_playback_seek_samples_rel' has been explicitly marked deprecated here xmmsc_result_t *xmmsc_playback_seek_samples_rel (xmmsc_connection_t *c, int samples) XMMS_DEPRECATED; ^ 22 warnings generated. ../src/clients/lib/xmmsclient++/medialib.cpp:53:26: warning: 'xmmsc_medialib_add_entry_args' is deprecated [-Wdeprecated-declarations] boost::bind( xmmsc_medialib_add_entry_args, conn_, ^ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:224:17: note: 'xmmsc_medialib_add_entry_args' has been explicitly marked deprecated here xmmsc_result_t *xmmsc_medialib_add_entry_args (xmmsc_connection_t *conn, const char *url, int numargs, const char **... ^ ../src/clients/lib/xmmsclient++/medialib.cpp:152:26: warning: 'xmmsc_medialib_path_import' is deprecated [-Wdeprecated-declarations] boost::bind( xmmsc_medialib_path_import, conn_, path.c_str() ) ^ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:228:17: note: 'xmmsc_medialib_path_import' has been explicitly marked deprecated here xmmsc_result_t *xmmsc_medialib_path_import (xmmsc_connection_t *conn, const char *path) XMMS_DEPRECATED; ^ ../src/clients/lib/xmmsclient++/medialib.cpp:161:26: warning: 'xmmsc_medialib_path_import_encoded' is deprecated [-Wdeprecated-declarations] boost::bind( xmmsc_medialib_path_import_encoded, ^ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:229:17: note: 'xmmsc_medialib_path_import_encoded' ../src/clients/lib/python/xmmsapi.c:3062:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign] __pyx_self = __pyx_self; ~~~~~~~~~~ ^ ~~~~~~~~~~ ../src/clients/lib/python/xmmsapi.c:3178:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign] __pyx_self = __pyx_self; ~~~~~~~~~~ ^ ~~~~~~~~~~ has been explicitly marked deprecated here xmmsc_result_t *xmmsc_medialib_path_import_encoded (xmmsc_connection_t *conn, const char *path) XMMS_DEPRECATED; ^ ../src/clients/lib/python/xmmsapi.c:7160:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign] __pyx_self = __pyx_self; ~~~~~~~~~~ ^ ~~~~~~~~~~ ../src/clients/lib/python/xmmsapi.c:7205:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign] __pyx_self = __pyx_self; ~~~~~~~~~~ ^ ~~~~~~~~~~ 5 warnings and 1 error generated. 4 warnings and 1 error generated. In file included from ../src/clients/lib/xmmsclient++/client.cpp:19: In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/client.h:22: In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/playback.h:24: In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/result.h:23: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/coll.h:615:6: error: binding of reference to type 'Xmms::Coll::Coll' to a value of type 'const Xmms::Coll::Coll' drops qualifiers : coll_ (coll), index_( index ) ^ ~~~~ ../src/clients/lib/python/xmmsapi.c:35374:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function] static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { ^ ../src/clients/lib/python/xmmsapi.c:35388:29: warning: unused function '__Pyx_PyInt_AsSize_t' [-Wunused-function] static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) { ^ ../src/clients/lib/python/xmmsapi.c:2216:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function] static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i) { ^ ../src/clients/lib/python/xmmsapi.c:2276:26: warning: unused function '__Pyx_NegateNonNeg' [-Wunused-function] static CYTHON_INLINE int __Pyx_NegateNonNeg(int b) { ^ ../src/clients/lib/python/xmmsapi.c:2279:32: warning: unused function '__Pyx_PyBoolOrNull_FromLong' [-Wunused-function] static CYTHON_INLINE PyObject* __Pyx_PyBoolOrNull_FromLong(long b) { ^ ../src/clients/lib/python/xmmsapi.c:34158:27: warning: unused function '__Pyx_RaiseNoneIndexingError' [-Wunused-function] static CYTHON_INLINE void __Pyx_RaiseNoneIndexingError(void) { ^ ../src/clients/lib/python/xmmsapi.c:34239:26: warning: unused function '__Pyx_PyUnicode_Equals' [-Wunused-function] static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) { ^ ../src/clients/lib/python/xmmsapi.c:34566:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function] static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) { ^ ../src/clients/lib/python/xmmsapi.c:34585:37: warning: unused function '__Pyx_PyInt_AsUnsignedShort' [-Wunused-function] static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) { ^ ../src/clients/lib/python/xmmsapi.c:34623:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function] static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) { ^ ../src/clients/lib/python/xmmsapi.c:34642:28: warning: unused function '__Pyx_PyInt_AsShort' [-Wunused-function] static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) { ^ ../src/clients/lib/python/xmmsapi.c:34680:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function] static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) { ^ ../src/clients/lib/python/xmmsapi.c:34699:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function] static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) { ^ ../src/clients/lib/python/xmmsapi.c:34718:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function] static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) { ^ ../src/clients/lib/python/xmmsapi.c:34737:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function] static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) { ^ ../src/clients/lib/python/xmmsapi.c:34861:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration] static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { ^ ../src/clients/lib/python/xmmsapi.c:34931:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration] static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { ^ ../src/clients/lib/python/xmmsapi.c:29396:32: warning: unused function '__pyx_f_9xmmsutils_to_unicode' [-Wunused-function] static CYTHON_INLINE PyObject *__pyx_f_9xmmsutils_to_unicode(char *__pyx_v_s) { ^ 1 warning and 1 error generated. 22 warnings generated. Waf: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_' Build failed -> task failed (exit status 1): {task 4391337744: cxx playback.cpp -> playback.cpp.1.o} ['/usr/bin/g++', '-g', '-O0', '-fdiagnostics-show-option', '-fPIC', '-compatibility_version', '1', '-current_version', '1', '-fPIC', '-DPIC', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/includepriv', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/includepriv', '-I/opt/local/include', '-DUSE_BUNDLES', '../src/clients/lib/xmmsclient++/playback.cpp', '-c', '-o', 'src/clients/lib/xmmsclient++/playback.cpp.1.o'] -> task failed (exit status 1): {task 4391337616: cxx medialib.cpp -> medialib.cpp.1.o} ['/usr/bin/g++', '-g', '-O0', '-fdiagnostics-show-option', '-fPIC', '-compatibility_version', '1', '-current_version', '1', '-fPIC', '-DPIC', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/includepriv', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/includepriv', '-I/opt/local/include', '-DUSE_BUNDLES', '../src/clients/lib/xmmsclient++/medialib.cpp', '-c', '-o', 'src/clients/lib/xmmsclient++/medialib.cpp.1.o'] -> task failed (exit status 1): {task 4391336336: cxx client.cpp -> client.cpp.1.o} ['/usr/bin/g++', '-g', '-O0', '-fdiagnostics-show-option', '-fPIC', '-compatibility_version', '1', '-current_version', '1', '-fPIC', '-DPIC', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/includepriv', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/includepriv', '-I/opt/local/include', '-DUSE_BUNDLES', '../src/clients/lib/xmmsclient++/client.cpp', '-c', '-o', 'src/clients/lib/xmmsclient++/client.cpp.1.o']
Attachments (1)
Change History (10)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | xmms2 not installing on removed |
Summary: | xmms2 not installing on yosemite → xmms2 @0.8DrO_o: binding of reference to type 'Xmms::Coll::Coll' to a value of type 'const Xmms::Coll::Coll' drops qualifiers |
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
Well, wait a moment. I don't see this problem on my system. (I see the error in #46958.) And your log shows "/usr/bin/g++" which is curious; it should show "/usr/bin/clang" instead. Could you attach your complete main.log file? Also let us know what version of Xcode and what version of the Xcode command line tools you've installed.
comment:3 Changed 10 years ago by nand0p (Fernando José Pando)
$ xcodebuild -version Xcode 6.3.1 Build version 6D1002
$ xcode-select -p /Applications/Xcode.app/Contents/Developer
$ gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) Target: x86_64-apple-darwin14.3.0 Thread model: posix
comment:4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
comment:5 Changed 10 years ago by nand0p (Fernando José Pando)
i erroneously assumed it was failing for the same reason (as port install xmms2 has same output on both failures),
$ sudo port install xmms2 ---> Computing dependencies for xmms2 ---> Building xmms2 Error: org.macports.build for port xmms2 returned: command execution failed Please see the log file for port xmms2 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port xmms2 failed
.......but upon closer look of main.log, it is now failing for a different reason. Nothing changed on this yosemite box between the two different failures, so perhaps they are related:
1513 :info:build [250/254] cprogram: _build_/src/clients/et/xmms2-et.c.1.o -> _build_/src/clients/et/xmms2-et 1514 :info:build Undefined symbols for architecture x86_64: 1515 :info:build "_ogg_page_eos", referenced from: 1516 :info:build _main in ripper.c.3.o 1517 :info:build "_ogg_stream_clear", referenced from: 1518 :info:build _main in ripper.c.3.o 1519 :info:build "_ogg_stream_flush", referenced from: 1520 :info:build _main in ripper.c.3.o 1521 :info:build "_ogg_stream_init", referenced from: 1522 :info:build _main in ripper.c.3.o 1523 :info:build "_ogg_stream_packetin", referenced from: 1524 :info:build _main in ripper.c.3.o 1525 :info:build "_ogg_stream_pageout", referenced from: 1526 :info:build _main in ripper.c.3.o 1527 :info:build "_vorbis_analysis", referenced from: 1528 :info:build _main in ripper.c.3.o 1529 :info:build "_vorbis_analysis_blockout", referenced from: 1530 :info:build _main in ripper.c.3.o 1531 :info:build "_vorbis_analysis_buffer", referenced from: 1532 :info:build _main in ripper.c.3.o 1533 :info:build "_vorbis_analysis_headerout", referenced from: 1534 :info:build _main in ripper.c.3.o 1535 :info:build "_vorbis_analysis_init", referenced from: 1536 :info:build _main in ripper.c.3.o 1537 :info:build "_vorbis_analysis_wrote", referenced from: 1538 :info:build _main in ripper.c.3.o 1539 :info:build "_vorbis_bitrate_addblock", referenced from: 1540 :info:build _main in ripper.c.3.o 1541 :info:build "_vorbis_bitrate_flushpacket", referenced from: 1542 :info:build _main in ripper.c.3.o 1543 :info:build "_vorbis_block_clear", referenced from: 1544 :info:build _main in ripper.c.3.o 1545 :info:build "_vorbis_block_init", referenced from: 1546 :info:build _main in ripper.c.3.o 1547 :info:build "_vorbis_comment_add_tag", referenced from: 1548 :info:build _main in ripper.c.3.o 1549 :info:build "_vorbis_comment_clear", referenced from: 1550 :info:build _main in ripper.c.3.o 1551 :info:build "_vorbis_comment_init", referenced from: 1552 :info:build _main in ripper.c.3.o 1553 :info:build "_vorbis_dsp_clear", referenced from: 1554 :info:build _main in ripper.c.3.o 1555 :info:build "_vorbis_info_clear", referenced from: 1556 :info:build _main in ripper.c.3.o 1557 :info:build "_vorbis_info_init", referenced from: 1558 :info:build _main in ripper.c.3.o 1559 :info:build ld: symbol(s) not found for architecture x86_64 1560 :info:build clang: error: linker command failed with exit code 1 (use -v to see invocation) 1561 :info:build Waf: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_' 1562 :info:build Build failed 1563 :info:build -> task failed (exit status 1): 1564 :info:build {task 4545473168: cprogram ripper.c.3.o -> xmms2-ripper} 1565 :info:build ['/usr/bin/clang', 'src/clients/vistest/ripper.c.3.o', '-o', '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/clients/vistest/xmms2-ripper', '-L/opt/local/lib', '-Lsrc/clients/lib/xmmsclient', '-L/opt/local/lib', '-lxmmsclient', '-lvorbisenc', '-lm', '-L/opt/local/lib', '-Wl,-headerpad_max_install_names', '-arch', 'x86_64', '-L/opt/local/lib', '-Wl,-headerpad_max_install_names', '-arch', 'x86_64', '-framework', 'CoreFoundation'] 1566 :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o" && /opt/local/bin/python2.7 ./waf build 1567 :info:build Exit code: 1 1568 :error:build org.macports.build for port xmms2 returned: command execution failed 1569 :debug:build Error code: CHILDSTATUS 9895 1 1570 :debug:build Backtrace: command execution failed 1571 while executing 1572 "system -nice 0 $fullcmdstring" 1573 ("eval" body line 1) 1574 invoked from within 1575 "eval system $notty $nice \$fullcmdstring" 1576 invoked from within 1577 "command_exec build" 1578 (procedure "portbuild::build_main" line 8) 1579 invoked from within 1580 "portbuild::build_main org.macports.build" 1581 ("eval" body line 1) 1582 invoked from within 1583 "eval $procedure $targetname" 1584 :info:build Warning: targets not executed for xmms2: org.macports.activate org.macports.build org.macports.destroot org.macports.install 1585 :notice:build Please see the log file for port xmms2 for details: 1586 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/main.log
comment:6 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Right.
The other matter is that the log you've provided is not from a clean attempt. You could "sudo port clean xmms2" and try again but I suspect you will still see the problem from #46958.
comment:7 Changed 10 years ago by Lisias (Lisias)
I running over this very same problem, and cleaning before retry a install didn't help.
Hunting down for this problem on the issue tracker, I found something very similar in #42846 - perhaps it's the same problem?
comment:8 Changed 9 years ago by fieldlab
I'm experiencing the very same issue on 10.6.8. Xcode 3.6.2 but the log file is almost identical.
By dropping the portfile and get line diff from https://trac.macports.org/changeset/138310 (from the zip archive link at bottom) into /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/security/policykit (and ./files), I got policykit to compile.
comment:9 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
MacPorts is using the latest available version of xmms2, "0.8DrO_o". Please ask the developers of xmms2 to fix this problem and release a new version. When they do, we can update the port to that new version.