[MacPorts] #36250: irsim
#36250: irsim ---------------------------------+-------------------------------- Reporter: rupapara.prashant@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: irsim ---------------------------------+-------------------------------- -- Ticket URL: <https://trac.macports.org/ticket/36250> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36250: irsim ----------------------------------+-------------------------------- Reporter: rupapara.prashant@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: irsim | ----------------------------------+-------------------------------- Comment (by rupapara.prashant@…): sudo port install irsim configure.compiler=llvm-gcc-4.2 works.... so perhaps you need to change compiler option in portfile. -- Ticket URL: <https://trac.macports.org/ticket/36250#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36250: irsim: error: expected a platform name, e.g., 'macosx' ----------------------------------+-------------------------- Reporter: rupapara.prashant@… | Owner: and.damore@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: irsim | ----------------------------------+-------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) * owner: macports-tickets@… => and.damore@… Comment: The error I see in the log you attached is: {{{ error: expected a platform name, e.g., 'macosx' }}} I just fixed this problem in magic recently so hopefully the fix I applied there can be used for irsim as well. The problem is that a #define "macosx" is being set by the project, and this conflicts with directives in the system headers on at least Mountain Lion. The fix is to remove the custom `macosx` #define and to use the `__APPLE__` #define Apple already provides. I can confirm that using llvm-gcc-4.2 works around the problem but I'm surprised that works. I think we should not employ that workaround in the port; instead we should patch the software just as I patched magic already, and submit that patch to the developers. First we should update irsim to the latest version. I just fixed the livecheck. We should also apply additional patches to irsim that are already in the magic port, including removing "-I/sw/include" from the build system. -- Ticket URL: <https://trac.macports.org/ticket/36250#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36250: irsim: error: expected a platform name, e.g., 'macosx' ----------------------------------+-------------------------- Reporter: rupapara.prashant@… | Owner: and.damore@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: irsim | ----------------------------------+-------------------------- Comment (by rupapara.prashant@…): Hey, Have you applied changes to portfile? -- Ticket URL: <https://trac.macports.org/ticket/36250#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36250: irsim: error: expected a platform name, e.g., 'macosx' ----------------------------------+-------------------------- Reporter: rupapara.prashant@… | Owner: and.damore@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: irsim | ----------------------------------+-------------------------- Comment (by ryandesign@…): No, I have not yet had a chance to look into it. -- Ticket URL: <https://trac.macports.org/ticket/36250#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36250: irsim: error: expected a platform name, e.g., 'macosx' ----------------------------------+-------------------------- Reporter: rupapara.prashant@… | Owner: and.damore@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: irsim | ----------------------------------+-------------------------- Changes (by and.damore@…): * status: new => assigned -- Ticket URL: <https://trac.macports.org/ticket/36250#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36250: irsim: error: expected a platform name, e.g., 'macosx' ----------------------------------+-------------------------- Reporter: rupapara.prashant@… | Owner: and.damore@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: irsim | ----------------------------------+-------------------------- Comment (by ryandesign@…): Andrea, the main thing we need to do is take the fix from r97859 and port it to irsim. Do you want to look into it or should I? -- Ticket URL: <https://trac.macports.org/ticket/36250#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36250: irsim: error: expected a platform name, e.g., 'macosx' ----------------------------------+-------------------------- Reporter: rupapara.prashant@… | Owner: and.damore@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: mountainlion Port: irsim | ----------------------------------+-------------------------- Changes (by and.damore@…): * keywords: => mountainlion Comment: I will, the macro is only checked in base/mem.c the issue seems mountainlion-specific since I cannot reproduce on 10.7 with xcode 4.4.1 . Furthermore from the op's main log seems configure is not finding X libraries. -- Ticket URL: <https://trac.macports.org/ticket/36250#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36250: irsim: error: expected a platform name, e.g., 'macosx' ----------------------------------+-------------------------- Reporter: rupapara.prashant@… | Owner: and.damore@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: mountainlion Port: irsim | ----------------------------------+-------------------------- Changes (by and.damore@…): * status: assigned => closed * resolution: => fixed Comment: Committed r97986, disabled macosx definition on 10.8 and removed ''/sw''. -- Ticket URL: <https://trac.macports.org/ticket/36250#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts