Opened 12 years ago

Closed 3 years ago

#36182 closed defect (fixed)

gimp2 compilation error

Reported by: flabes@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: jovo@…
Port: gimp2

Description

sudo port selfupdate


--->  Updating MacPorts base sources using rsync
MacPorts base version 2.1.2 installed,
MacPorts base version 2.1.2 downloaded.
--->  Updating the ports tree
--->  MacPorts base is already the latest version





sudo port upgrade outdated

--->  Computing dependencies for gimp2
--->  Building gimp2
Error: org.macports.build for port gimp2 returned: command execution failed
Please see the log file for port gimp2 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/gimp2/main.log
Error: Unable to upgrade port: 1
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets





:info:build Making all in paint-funcs
:info:build make[4]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/gimp2/work/gimp-2.8.2/app/paint-funcs'
:info:build   CC     paint-funcs.o
:info:build paint-funcs.c:4548: internal compiler error: Segmentation fault
:info:build Please submit a full bug report,
:info:build with preprocessed source if appropriate.
:info:build See <URL:http://developer.apple.com/bugreporter> for instructions.
:info:build make[4]: *** [paint-funcs.o] Error 1
:info:build make[4]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/gimp2/work/gimp-2.8.2/app/paint-funcs'
:info:build make[3]: *** [all-recursive] Error 1
:info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/gimp2/work/gimp-2.8.2/app'
: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_graphics_gimp2/gimp2/work/gimp-2.8.2/app'
:info:build make[1]: *** [all-recursive] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/gimp2/work/gimp-2.8.2'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/gimp2/work/gimp-2.8.2'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/gimp2/work/gimp-2.8.2" && /usr/bin/make -j4 -w all 
:info:build Exit code: 2
:error:build org.macports.build for port gimp2 returned: command execution failed
:debug:build Error code: CHILDSTATUS 48316 2
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for gimp2: org.macports.install org.macports.build org.macports.destroot
:notice:build Please see the log file for port gimp2 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/gimp2/main.log

Attachments (1)

main.log (173.3 KB) - added by flabes@… 12 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 12 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to devans@…
Port: gimp2-devel added

Please attach the complete main.log after cleaning and trying again.

In the future, please fill in the Port field and Cc the port maintainer(s).

Changed 12 years ago by flabes@…

Attachment: main.log added

comment:2 Changed 12 years ago by flabes@…

sudo port clean gimp2

--->  Cleaning gimp2

sudo port upgrade outdated

--->  Computing dependencies for gimp2
--->  Fetching archive for gimp2
--->  Attempting to fetch gimp2-2.8.2_1+help_browser+python27.darwin_10.x86_64.tbz2 from http://lil.fr.packages.macports.org/gimp2
--->  Attempting to fetch gimp2-2.8.2_1+help_browser+python27.darwin_10.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/gimp2
--->  Attempting to fetch gimp2-2.8.2_1+help_browser+python27.darwin_10.x86_64.tbz2 from http://packages.macports.org/gimp2
--->  Fetching distfiles for gimp2
--->  Verifying checksum(s) for gimp2
--->  Extracting gimp2
--->  Applying patches to gimp2
--->  Configuring gimp2
--->  Building gimp2
Error: org.macports.build for port gimp2 returned: command execution failed
Please see the log file for port gimp2 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/gimp2/main.log
Error: Unable to upgrade port: 1
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets

comment:3 Changed 12 years ago by jovo@…

Cc: jovo@… added

Cc Me!

comment:4 Changed 12 years ago by jmroot (Joshua Root)

Port: gimp2 added; gimp2-devel removed

The error message in the log is:

:info:build paint-funcs.c:4548: internal compiler error: Segmentation fault
:info:build Please submit a full bug report,
:info:build with preprocessed source if appropriate.
:info:build See <URL:http://developer.apple.com/bugreporter> for instructions.

What version of Xcode are you using?

comment:5 in reply to:  4 Changed 11 years ago by jdasmith@…

Replying to jmr@…:

The error message in the log is:

:info:build paint-funcs.c:4548: internal compiler error: Segmentation fault
:info:build Please submit a full bug report,
:info:build with preprocessed source if appropriate.
:info:build See <URL:http://developer.apple.com/bugreporter> for instructions.

What version of Xcode are you using?

I have the same error:

$ xcodebuild -version
Xcode 3.2.2
Component versions: DevToolsCore-1648.0; DevToolsSupport-1631.0
BuildVersion: 10M2148
$ gcc -v
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5659)

I wonder if this is the same as the Original Poster?

Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:6 Changed 3 years ago by mascguy (Christopher Nielsen)

Given that this ticket is eight years old, and relates to a much older version of GIMP, this can be closed.

comment:7 Changed 3 years ago by mascguy (Christopher Nielsen)

Resolution: fixed
Status: newclosed

This ticket is eight years old, and relates to a much older version of GIMP. Closing.

Note: See TracTickets for help on using tickets.