[MacPorts] #40920: irssi fails to install in mavericks
#40920: irssi fails to install in mavericks -----------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: irssi -----------------------+-------------------------------- Irssi fails to build in mavericks. Xcode5 from app store, fresh install of mac ports 2.2.0 compiling manually. Here's the error it gives trying to build. :info:build Undefined symbols for architecture x86_64: :info:build "_tgetent", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tgetflag", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tgetnum", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tgetstr", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tputs", referenced from: :info:build __set_fg in terminfo-core.o :info:build __set_bg in terminfo-core.o :info:build _terminfo_cont in terminfo-core.o :info:build _terminfo_stop in terminfo-core.o :info:build __move_cup in terminfo-core.o :info:build __move_pa in terminfo-core.o :info:build __move_relative in terminfo-core.o :info:build ... :info:build ld: symbol(s) not found for architecture x86_64 -- Ticket URL: <https://trac.macports.org/ticket/40920> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Changes (by ryandesign@…): * keywords: => mavericks Old description:
Irssi fails to build in mavericks.
Xcode5 from app store, fresh install of mac ports 2.2.0 compiling manually.
Here's the error it gives trying to build.
:info:build Undefined symbols for architecture x86_64: :info:build "_tgetent", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tgetflag", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tgetnum", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tgetstr", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tputs", referenced from: :info:build __set_fg in terminfo-core.o :info:build __set_bg in terminfo-core.o :info:build _terminfo_cont in terminfo-core.o :info:build _terminfo_stop in terminfo-core.o :info:build __move_cup in terminfo-core.o :info:build __move_pa in terminfo-core.o :info:build __move_relative in terminfo-core.o :info:build ... :info:build ld: symbol(s) not found for architecture x86_64
New description: Irssi fails to build in mavericks. Xcode5 from app store, fresh install of mac ports 2.2.0 compiling manually. Here's the error it gives trying to build. {{{ :info:build Undefined symbols for architecture x86_64: :info:build "_tgetent", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tgetflag", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tgetnum", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tgetstr", referenced from: :info:build _terminfo_core_init in terminfo-core.o :info:build "_tputs", referenced from: :info:build __set_fg in terminfo-core.o :info:build __set_bg in terminfo-core.o :info:build _terminfo_cont in terminfo-core.o :info:build _terminfo_stop in terminfo-core.o :info:build __move_cup in terminfo-core.o :info:build __move_pa in terminfo-core.o :info:build __move_relative in terminfo-core.o :info:build ... :info:build ld: symbol(s) not found for architecture x86_64 }}} -- Comment: It builds fine for me on Mavericks. Please attach the main.log so we can see what went wrong for you. -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Comment (by alberto@…): Attached. Just so if it helps, compiled MacPorts 2.2.0 from scratch like this (Xcode version 5.0.1): curl -O https://distfiles.macports.org/MacPorts/MacPorts-2.2.0.tar.bz2 tar jxvf MacPorts-2.2.0.tar.bz2 cd MacPorts-2.2.0 CC=/usr/bin/cc ./configure --prefix=/opt/local --with-install-user=root --with-install-group=admin --with-directory-mode=0755 --enable-readline \ --with-tclpackage=/Library/Tcl \ --with- tcl=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tcl.framework \ --with- tclinclude=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tcl.framework/Headers make make install -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Comment (by alberto@…): Uninstalled ports again, installed again, now works... I guess it was just a PBKC -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks -------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: worksforme | Keywords: mavericks Port: irssi | -------------------------+-------------------------------- Changes (by macsforever2000@…): * status: new => closed * resolution: => worksforme -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Changes (by no.mercy@…): * status: closed => reopened * resolution: worksforme => Comment: same trouble with my system on 10.9 {{{ Undefined symbols for architecture x86_64: "_tgetent", referenced from: _terminfo_core_init in terminfo-core.o "_tgetflag", referenced from: _terminfo_core_init in terminfo-core.o "_tgetnum", referenced from: _terminfo_core_init in terminfo-core.o "_tgetstr", referenced from: _terminfo_core_init in terminfo-core.o "_tputs", referenced from: __set_fg in terminfo-core.o __set_bg in terminfo-core.o _terminfo_cont in terminfo-core.o _terminfo_stop in terminfo-core.o __move_cup in terminfo-core.o __move_pa in terminfo-core.o __move_relative in terminfo-core.o ... ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) }}} -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Comment (by no.mercy@…): upd: reinstalling all deps gives no result -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Comment (by no.mercy@…): upd: seems my ports tree corrupted, becouse it's not updating correctly to 2.2.1 version via selfupdate Going to reinstall it completely, and check if irssi complies with clear install -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Comment (by no.mercy@…): Same result {{{ Undefined symbols for architecture x86_64: "_tgetent", referenced from: _terminfo_core_init in terminfo-core.o "_tgetflag", referenced from: _terminfo_core_init in terminfo-core.o "_tgetnum", referenced from: }}} etc... -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: invalid | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Changes (by ryandesign@…): * status: reopened => closed * cc: ryandesign@… (added) * resolution: => invalid Comment: Builds fine for me on Mavericks. I suspect you have not installed the Xcode command line tools by running `xcode-select --install` as our documentation says to do. -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: invalid | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Changes (by ryandesign@…): * cc: no.mercy@… (added) Comment: @no.mercy: sorry, did not see you had not already Cc'd yourself on this ticket. Please see my previous remark in the ticket. -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: invalid | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Comment (by no.mercy@…): cli tools installed, and other ports comping perfectly -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:13> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Changes (by ryandesign@…): * status: closed => reopened * resolution: invalid => -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:14> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Comment (by no.mercy@…): upd: it compiles with option "without-terminfo" -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:15> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Comment (by no.mercy@…): upd: it compiles ok without that option, even when i remove workdir completely no idea why -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:16> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Comment (by ryandesign@…): So... it works correctly now? -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:17> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Comment (by no.mercy@…): yep strange bug -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:18> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: invalid | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Changes (by ryandesign@…): * status: reopened => closed * resolution: => invalid Comment: Not really, I assume you had not installed the command line tools, then did not clean before trying again. -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:19> MacPorts <http://www.macports.org/> Ports system for OS X
#40920: irssi fails to install in mavericks ------------------------+-------------------------------- Reporter: alberto@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: invalid | Keywords: mavericks Port: irssi | ------------------------+-------------------------------- Comment (by no.mercy@…): looks like it is! thanks! -- Ticket URL: <https://trac.macports.org/ticket/40920#comment:20> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts