[MacPorts] #29184: Update GCC4.6 beta
#29184: Update GCC4.6 beta ---------------------------------+------------------------------------------ Reporter: luis.beca@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gcc46 ---------------------------------+------------------------------------------ Please update gcc46 to the latest 4.6.0 release. Thanks -- Ticket URL: <https://trac.macports.org/ticket/29184> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29184: Update GCC4.6 beta ---------------------------------+------------------------------------------ Reporter: luis.beca@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gcc46 ---------------------------------+------------------------------------------ Comment(by mww@…): you forgot to attach your patch! -- Ticket URL: <https://trac.macports.org/ticket/29184#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29184: gcc46: update to 4.6.0 final ---------------------------------+------------------------------------------ Reporter: luis.beca@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gcc46 ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * owner: macports-tickets@… => mww@… * cc: mww@… (removed) Comment: He doesn't say he has created a patch. He's just saying the port should be updated. -- Ticket URL: <https://trac.macports.org/ticket/29184#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29184: gcc46: update to 4.6.0 final ---------------------------------+------------------------------------------ Reporter: luis.beca@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gcc46 ---------------------------------+------------------------------------------ Comment(by anatol.pomozov@…): I hope, you guys look at this issue before releasing 4.6 https://trac.macports.org/ticket/28932 -- Ticket URL: <https://trac.macports.org/ticket/29184#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29184: gcc46: update to 4.6.0 final ---------------------------------+------------------------------------------ Reporter: luis.beca@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gcc46 ---------------------------------+------------------------------------------ Comment(by alexeiz@…): The attached Portfile can be used to install gcc 4.6.1. I used it with a local macports repository and it worked fine. I removed fortran and java languages because there is still a problem building them together. Also, an additional file 'files/mp-gcc46' is required, which can be obtained from here: https://trac.macports.org/browser/trunk/dports/lang/gcc46/files /mp-gcc46 -- Ticket URL: <https://trac.macports.org/ticket/29184#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29184: gcc46: update to 4.6.1 ---------------------------------+------------------------------------------ Reporter: luis.beca@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: haspatch | Port: gcc46 ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * keywords: => haspatch -- Ticket URL: <https://trac.macports.org/ticket/29184#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29184: gcc46: update to 4.6.1 ---------------------------------+------------------------------------------ Reporter: luis.beca@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: haspatch | Port: gcc46 ---------------------------------+------------------------------------------ Changes (by raimue@…): * cc: raimue@… (added) Comment: Here is a patch. Unfortunately, it doesn't build for me on my system. I suppose this is a bug in ld(?). {{{ ... collect2: ld terminated with signal 6 [Abort trap: 6] ld(48432) malloc: *** error for object 0x1054f0840: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug make[3]: *** [libgfortran.la] Error 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/29184#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29184: gcc46: update to 4.6.1 ---------------------------------+------------------------------------------ Reporter: luis.beca@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: haspatch | Port: gcc46 ---------------------------------+------------------------------------------ Comment(by raimue@…): Sorry, I didn't notice that this issue exactly is already being tracked in #30166. But anyway, there is a patch now :-) -- Ticket URL: <https://trac.macports.org/ticket/29184#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29184: gcc46: update to 4.6.1 ---------------------------------+------------------------------------------ Reporter: luis.beca@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: haspatch | Port: gcc46 ---------------------------------+------------------------------------------ Comment(by vince@…): I filed a radar for this ld bug. I have also stumbled on a ar/ranlib bug while compiling atlas, so it seems the whole toolchain is more or less buggy. -- Ticket URL: <https://trac.macports.org/ticket/29184#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29184: gcc46: update to 4.6.1 ----------------------------------+----------------------------------------- Reporter: luis.beca@… | Owner: mww@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: haspatch Port: gcc46 | ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: r83578 -- Ticket URL: <https://trac.macports.org/ticket/29184#comment:21> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29184: gcc46: update to 4.6.1 ----------------------------------+----------------------------------------- Reporter: luis.beca@… | Owner: mww@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: haspatch Port: gcc46 | ----------------------------------+----------------------------------------- Comment(by fleason@…): I did the self update. [[BR]] Then {{{ 06:27 AM ~ $ sudo port install gcc46 Portfile changed since last build; discarding previous state. <snip> ---> Building gcc46 Error: Target org.macports.build returned: shell command failed (see log for details) <snip> Error: Status 1 encountered during processing. }}} Last few lines from main.log {{{ :info:build collect2: ld terminated with signal 6 [Abort trap: 6] :info:build ld(82721) malloc: *** error for object 0x1058bb840: pointer being freed was not allocated :info:build *** set a breakpoint in malloc_error_break to debug :info:build make[3]: *** [libgfortran.la] Error 1 :info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc46/gcc46/work/build/x86_64 -apple-darwin11/libgfortran' :info:build make[2]: *** [all] Error 2 :info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc46/gcc46/work/build/x86_64 -apple-darwin11/libgfortran' :info:build make[1]: *** [all-target-libgfortran] Error 2 :info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc46/gcc46/work/build' :info:build make: *** [bootstrap] Error 2 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc46/gcc46/work/build' :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc46/gcc46/work/build" && /usr/bin/make -j8 -w bootstrap " returned error 2 :error:build Target org.macports.build returned: shell command failed (see log for details) :debug:build Backtrace: shell command failed (see log for details) while executing "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :info:build Warning: the following items did not execute (for gcc46): org.macports.activate org.macports.build org.macports.destroot org.macports.install :notice:build Log for gcc46 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc46/gcc46/main.log }}} If this is the same ld issue in #30166 then we don't even have the option to build without Fortran. -- Ticket URL: <https://trac.macports.org/ticket/29184#comment:22> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts