[MacPorts] #24963: gprolog tries to compile for a 486.
#24963: gprolog tries to compile for a 486. -----------------------------------------+---------------------------------- Reporter: stevenshack@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: gprolog | Port: gprolog -----------------------------------------+---------------------------------- When I try to install gprolog with "port install gprolog" it tries to compile for a 486. ---> Building gprolog Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gprolog/work/gprolog-1.3.1/src" && /usr/bin/make -j2 all " returned error 2 Command output: (cd EnginePl; /usr/bin/make config) /usr/bin/gcc-4.2 -march=i486 -O3 -fomit-frame-pointer -o pl_config pl_config.c pl_config.c:1: error: CPU you selected does not support x86-64 instruction set pl_config.c:1: error: CPU you selected does not support x86-64 instruction set make[1]: *** [pl_config] Error 1 make: *** [all] Error 2 -- Ticket URL: <http://trac.macports.org/ticket/24963> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24963: gprolog tries to compile for a 486. -----------------------------------------+---------------------------------- Reporter: stevenshack@… | Owner: pmoura@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gprolog -----------------------------------------+---------------------------------- Changes (by macsforever2000@…): * keywords: gprolog => * owner: macports-tickets@… => pmoura@… Old description:
When I try to install gprolog with "port install gprolog" it tries to compile for a 486.
---> Building gprolog Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gprolog/work/gprolog-1.3.1/src" && /usr/bin/make -j2 all " returned error 2 Command output: (cd EnginePl; /usr/bin/make config) /usr/bin/gcc-4.2 -march=i486 -O3 -fomit-frame-pointer -o pl_config pl_config.c pl_config.c:1: error: CPU you selected does not support x86-64 instruction set pl_config.c:1: error: CPU you selected does not support x86-64 instruction set make[1]: *** [pl_config] Error 1 make: *** [all] Error 2
New description: When I try to install gprolog with "port install gprolog" it tries to compile for a 486. {{{ ---> Building gprolog Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gprolog/work/gprolog-1.3.1/src" && /usr/bin/make -j2 all " returned error 2 Command output: (cd EnginePl; /usr/bin/make config) /usr/bin/gcc-4.2 -march=i486 -O3 -fomit-frame-pointer -o pl_config pl_config.c pl_config.c:1: error: CPU you selected does not support x86-64 instruction set pl_config.c:1: error: CPU you selected does not support x86-64 instruction set make[1]: *** [pl_config] Error 1 make: *** [all] Error 2 }}} -- -- Ticket URL: <http://trac.macports.org/ticket/24963#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24963: gprolog tries to compile for a 486. -----------------------------------------+---------------------------------- Reporter: stevenshack@… | Owner: pmoura@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gprolog -----------------------------------------+---------------------------------- Comment(by pmoura@…): The latest unstable versions of GNU Prolog compile fine on Intel Macs. -- Ticket URL: <http://trac.macports.org/ticket/24963#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24963: gprolog tries to compile for a 486. -----------------------------------------+---------------------------------- Reporter: stevenshack@… | Owner: pmoura@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gprolog -----------------------------------------+---------------------------------- Comment(by stevenshack@…): That's a non-starter. Is the problem just a makefile configured to compile for 486 that could be fixed or is there something deeper stopping it from building? -- Ticket URL: <http://trac.macports.org/ticket/24963#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24963: gprolog tries to compile for a 486. -----------------------------------------+---------------------------------- Reporter: stevenshack@… | Owner: pmoura@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gprolog -----------------------------------------+---------------------------------- Comment(by pmoura@…): The release notes for GNU Prolog 1.3.2 (beta) contain the following entry: * fix compilation problem under Mac OS X Snow Leopard (force 32-bits mode) For more details you will need to contact the GNU Prolog developer, Daniel Diaz. -- Ticket URL: <http://trac.macports.org/ticket/24963#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24963: gprolog tries to compile for a 486. -----------------------------------------+---------------------------------- Reporter: stevenshack@… | Owner: pmoura@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gprolog -----------------------------------------+---------------------------------- Comment(by stevenshack@…): Okay, then it's a gprolog defect then. Now I know I can wait. Thank you. -- Ticket URL: <http://trac.macports.org/ticket/24963#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24963: gprolog tries to compile for a 486. -----------------------------------------+---------------------------------- Reporter: stevenshack@… | Owner: pmoura@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gprolog -----------------------------------------+---------------------------------- Comment(by pmoura@…): The portfile above seems to work fine. Just build a binary installer of GNU Prolog 1.4.0 using it. I run Logtalk's unit tests with it. No problem detected. But please let me know if you find any issue. -- Ticket URL: <https://trac.macports.org/ticket/24963#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24963: gprolog tries to compile for a 486. ------------------------------------------+--------------------------------- Reporter: stevenshack@… | Owner: pmoura@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: duplicate | Keywords: Port: gprolog | ------------------------------------------+--------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => duplicate Comment: That's the Portfile from #26503. This ticket is a duplicate of #21172. -- Ticket URL: <https://trac.macports.org/ticket/24963#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts