[MacPorts] #41274: error for port libiconv (mavericks)
#41274: error for port libiconv (mavericks) -------------------------------+-------------------------------- Reporter: chema.torrelles@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: liviconv -------------------------------+-------------------------------- On Mavericks, running sudo port outdated it fails on libiconv (receiving the following message: Error: org.macports.build for port libiconv returned: command execution failed). Attached is the main.log Thank you Jose -- Ticket URL: <https://trac.macports.org/ticket/41274> MacPorts <http://www.macports.org/> Ports system for OS X
#41274: libiconv @1.14_0: 'stdarg.h' file not found --------------------------------+-------------------------- Reporter: chema.torrelles@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libiconv | --------------------------------+-------------------------- Changes (by larryv@…): * owner: macports-tickets@… => ryandesign@… * port: liviconv => libiconv Comment: In the future, please Cc relevant port maintainers (e.g., `port info --maintainers libiconv`). -- Ticket URL: <https://trac.macports.org/ticket/41274#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#41274: libiconv @1.14_0: 'stdarg.h' file not found --------------------------------+-------------------------- Reporter: chema.torrelles@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libiconv | --------------------------------+-------------------------- Comment (by ryandesign@…): libiconv builds fine for me on Mavericks. What version of Xcode and clang do you have? -- Ticket URL: <https://trac.macports.org/ticket/41274#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#41274: libiconv @1.14_0: 'stdarg.h' file not found --------------------------------+-------------------------- Reporter: chema.torrelles@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libiconv | --------------------------------+-------------------------- Comment (by chema.torrelles@…): Replying to [comment:2 ryandesign@…]:
libiconv builds fine for me on Mavericks.
What version of Xcode and clang do you have?
I have Xcode version 5.0.1. With respect to clang this is the information that appears with "port search clang" clang-2.9 @2.9_13 (lang) C, C++, Objective C and Objective C++ compiler clang-3.0 @3.0_12 (lang) C, C++, Objective C and Objective C++ compiler clang-3.1 @3.1_7 (lang) C, C++, Objective C and Objective C++ compiler clang-3.2 @3.2_2 (lang) C, C++, Objective C and Objective C++ compiler clang-3.3 @3.3_2 (lang) C, C++, Objective C and Objective C++ compiler clang-3.4 @3.4-r193941 (lang) C, C++, Objective C and Objective C++ compiler Thank you, Jose -- Ticket URL: <https://trac.macports.org/ticket/41274#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#41274: libiconv @1.14_0: 'stdarg.h' file not found --------------------------------+-------------------------- Reporter: chema.torrelles@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libiconv | --------------------------------+-------------------------- Comment (by ryandesign@…): Not what versions of clang are in MacPorts; what version of clang is provided by your Xcode command line tools? To find out, run: {{{ /usr/bin/clang -v }}} -- Ticket URL: <https://trac.macports.org/ticket/41274#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#41274: libiconv @1.14_0: 'stdarg.h' file not found --------------------------------+-------------------------- Reporter: chema.torrelles@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libiconv | --------------------------------+-------------------------- Comment (by chema.torrelles@…): Replying to [comment:4 ryandesign@…]:
Not what versions of clang are in MacPorts; what version of clang is provided by your Xcode command line tools? To find out, run:
{{{ /usr/bin/clang -v }}}
This is the information: Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.0.0 Thread model: posix Thank you. -- Ticket URL: <https://trac.macports.org/ticket/41274#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#41274: libiconv @1.14_0: 'stdarg.h' file not found --------------------------------+-------------------------- Reporter: chema.torrelles@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libiconv | --------------------------------+-------------------------- Comment (by ryandesign@…): Your configure output includes this line: {{{ :info:configure checking for ANSI C header files... no }}} whereas mine says "yes". Are you sure you've installed the command line tools by running `xcode-select --install`? -- Ticket URL: <https://trac.macports.org/ticket/41274#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#41274: libiconv @1.14_0: 'stdarg.h' file not found --------------------------------+-------------------------- Reporter: chema.torrelles@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libiconv | --------------------------------+-------------------------- Comment (by chema.torrelles@…): Replying to [comment:6 ryandesign@…]:
Your configure output includes this line: {{{ :info:configure checking for ANSI C header files... no }}} whereas mine says "yes". Are you sure you've installed the command line tools by running `xcode-select --install`?
I thought it was installed. I have just tried to install it by "xcode- select --install", but now I receive the following message after the system tries to download it "Can't install the software because it is not currently available from the Software Update server" Thanks. -- Ticket URL: <https://trac.macports.org/ticket/41274#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#41274: libiconv @1.14_0: 'stdarg.h' file not found --------------------------------+-------------------------- Reporter: chema.torrelles@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libiconv | --------------------------------+-------------------------- Comment (by ryandesign@…): We've seen a lot of that message, but don't know what it means. You could try downloading the command line tools from the Apple developer site. -- Ticket URL: <https://trac.macports.org/ticket/41274#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#41274: libiconv @1.14_0: 'stdarg.h' file not found --------------------------------+-------------------------- Reporter: chema.torrelles@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libiconv | --------------------------------+-------------------------- Comment (by chema.torrelles@…): Replying to [comment:8 ryandesign@…]:
We've seen a lot of that message, but don't know what it means. You could try downloading the command line tools from the Apple developer site.
Thanks. I downloaded the command line tools from apple and installed. However, when running again "sudo port upgrade outdated" I receive the same message "Error: org.macports.build for port libiconv returned: command execution failed Please see the log file for port libiconv for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_libiconv/libiconv/main.log Error: Unable to upgrade port: 1" I am attaching the new main.log I am sorry... Jose -- Ticket URL: <https://trac.macports.org/ticket/41274#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#41274: libiconv @1.14_0: 'stdarg.h' file not found --------------------------------+-------------------------- Reporter: chema.torrelles@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libiconv | --------------------------------+-------------------------- Comment (by ryandesign@…): That log is not from a clean attempt. Please [http://guide.macports.org/chunked/project.html#project.tickets.prerequisites clean and try again]. -- Ticket URL: <https://trac.macports.org/ticket/41274#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
#41274: libiconv @1.14_0: 'stdarg.h' file not found --------------------------------+-------------------------- Reporter: chema.torrelles@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: worksforme | Keywords: Port: libiconv | --------------------------------+-------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => worksforme Comment: We took the discussion of this bug to private email while Trac was down. The final resolution was to reinstall Xcode 5.0.1. -- Ticket URL: <https://trac.macports.org/ticket/41274#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts