[MacPorts] #21718: gimp-app fails to build on Snow Leopard

View: New views
11 Messages — Rating Filter:   Alert me  

[MacPorts] #21718: gimp-app fails to build on Snow Leopard

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
 Reporter:  miken32@…          |       Owner:  macports-tickets@…                  
     Type:  defect             |      Status:  new                                  
 Priority:  Normal             |   Milestone:                                      
Component:  ports              |     Version:  1.8.1                                
 Keywords:                     |        Port:  gimp-app                            
-------------------------------+--------------------------------------------
 Complete log attached; I suspect there are some Carbon things that need to
 be rewritten as Cocoa?

 {{{
 The following build commands failed:
 ScriptExec:
         CompileC build/ScriptExec.build/Deployment/ScriptExec.build
 /Objects-normal/x86_64/main.o
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
 .org_release_ports_aqua_gimp-app/work/ScriptExec/main.c normal x86_64 c
 com.apple.compilers.gcc.4_2
 (1 failure)
 }}}



 Error: Status 1 encountered during processing.

--
Ticket URL: <http://trac.macports.org/ticket/21718>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21718: gimp-app fails to build on Snow Leopard

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
 Reporter:  miken32@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  new                
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.1              
 Keywords:                     |        Port:  gimp-app          
-------------------------------+--------------------------------------------
Changes (by jmr@…):

  * owner:  macports-tickets@… => devans@…


--
Ticket URL: <http://trac.macports.org/ticket/21718#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21718: gimp-app fails to build on Snow Leopard

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
 Reporter:  miken32@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  new                
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.1              
 Keywords:                     |        Port:  gimp-app          
-------------------------------+--------------------------------------------

Comment(by imkira@…):

 The problem is related to the use of ARCHS=x86_64 when calling xcodebuild.

 I don't know if this is an "appropriate" fix (call it at least a
 workaround) but you could easily build gimp-app port by adding the
 following to your gimp-app portfile:

 {{{
 xcode.build.settings    ARCHS=i386
 }}}

 You can achieve this with the following command:

 {{{
 echo "xcode.build.settings      ARCHS=i386" >> "$(port dir gimp-
 app)/PortFile"
 }}}

 I do not know if it is possible to delete the definition of ARCHS when
 calling xcodebuild with macports (which also works for me), since ARCHS=""
 doesn't work, but I find that approach more appropriate.

--
Ticket URL: <http://trac.macports.org/ticket/21718#comment:12>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21718: gimp-app fails to build on Snow Leopard

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
 Reporter:  miken32@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  new                
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.1              
 Keywords:                     |        Port:  gimp-app          
-------------------------------+--------------------------------------------

Comment(by swebster@…):

 Does this workaround allow you to successfully build a 64-bit gimp-app?
 Or just a 32-bit?

--
Ticket URL: <http://trac.macports.org/ticket/21718#comment:13>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21718: gimp-app fails to build on Snow Leopard

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
 Reporter:  miken32@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  new                
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.1              
 Keywords:                     |        Port:  gimp-app          
-------------------------------+--------------------------------------------

Comment(by fredrik.karlsson84@…):

 Replying to [comment:13 swebster@…]:
 > Does this workaround allow you to successfully build a 64-bit gimp-app?
 Or just a 32-bit?
 pretty much seems like a 32bit-build, doesn't it?

--
Ticket URL: <http://trac.macports.org/ticket/21718#comment:14>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21718: gimp-app fails to build on Snow Leopard

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
 Reporter:  miken32@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  new                
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.1              
 Keywords:                     |        Port:  gimp-app          
-------------------------------+--------------------------------------------

Comment(by nikeios.the.morgoth@…):

 Replying to [comment:12 imkira@…]:
 > {{{
 > echo "xcode.build.settings    ARCHS=i386" >> "$(port dir gimp-
 app)/PortFile"
 > }}}

 It still doesn't compile for me... What can I have done wrong? (I double
 checked the Portfile and the option about going 32 bit it's there...)

--
Ticket URL: <http://trac.macports.org/ticket/21718#comment:15>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21718: gimp-app fails to build on Snow Leopard

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
 Reporter:  miken32@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  new                
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.1              
 Keywords:                     |        Port:  gimp-app          
-------------------------------+--------------------------------------------

Comment(by fredrik.karlsson84@…):

 Replying to [comment:15 nikeios.the.morgoth@…]:
 > Replying to [comment:12 imkira@…]:
 > > {{{
 > > echo "xcode.build.settings  ARCHS=i386" >> "$(port dir gimp-
 app)/PortFile"
 > > }}}
 >
 > It still doesn't compile for me... What can I have done wrong? (I double
 checked the Portfile and the option about going 32 bit it's there...)

 as imkira said:
 > I don't know if this is an "appropriate" fix (call it at least a
 workaround) but you could easily build gimp-app port by adding the
 following to your gimp-app portfile:
 >(...)
 > I do not know if it is possible to delete the definition of ARCHS when
 calling xcodebuild with macports (which also works for me), since ARCHS=""
 doesn't work, but I find that approach more appropriate.

 have you got a log or something to share?
 i haven't tried this, since it's only a workaround, not a fix. you still
 cannot compile gimp-app in 64bit (as far as i know)... and won't there be
 a problem to compile only gimp-app in 32bit when the rest is compiled in
 64? i'd figure you'll have to compile all the dependencies in 32bit... or?

--
Ticket URL: <http://trac.macports.org/ticket/21718#comment:16>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21718: gimp-app fails to build on Snow Leopard

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
 Reporter:  miken32@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  new                
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.1              
 Keywords:                     |        Port:  gimp-app          
-------------------------------+--------------------------------------------

Comment(by imkira@…):

 Sorry guys, I would also prefer to have a 64bit build :)
 Since I was a bit in a hurry when I wanted to install gimp, I just made a
 temporary workaround in order to install the app and make some quick
 artwork.

 nikeios.the.morgoth, I don't know much about macport's internals, but it
 is possible that macports doesn't detect the change to the Portfile after
 the compilation failed. Try to do the following (I hope it works):

 {{{
 sudo port clean gimp-app
 sudo port patch gimp-app
 sudo echo "xcode.build.settings ARCHS=i386" >> "$(port dir gimp-
 app)/PortFile"
 sudo port install gimp-app
 }}}

 fredrik.karlsson84, you mean the error log during the compilation?
 Like I said, I haven't investigated too much but I would say that its some
 lack of support for 64bit Carbon, because of loads of "implicit
 declaration of function" lines pointing to what seem to be Carbon
 functions (I am not a Carbon coder too anyway, so I may be wrong here
 :)... The problem itself is only limited to the files included in gimp-app
 code. I mean, no dependencies are causing the problem.

--
Ticket URL: <http://trac.macports.org/ticket/21718#comment:17>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21718: gimp-app fails to build on Snow Leopard

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
 Reporter:  miken32@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  new                
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.1              
 Keywords:                     |        Port:  gimp-app          
-------------------------------+--------------------------------------------

Comment(by nikeios.the.morgoth@…):

 > nikeios.the.morgoth, I don't know much about macport's internals

 more than me anyway :P

 I tried with you last suggestion and this is what I get

 {{{
 Ryuk:~ Elle$ sudo port clean gimp-app
 --->  Cleaning gimp-app
 Ryuk:~ Elle$ sudo port patch gimp-app
 --->  Computing dependencies for gimp-app
 --->  Fetching gimp-app
 --->  Attempting to fetch ScriptExec.tar.gz from
 http://garr.dl.sourceforge.net/gimp-app
 --->  Attempting to fetch gimp.app.skel.tar.gz from
 http://garr.dl.sourceforge.net/gimp-app
 --->  Verifying checksum(s) for gimp-app
 --->  Extracting gimp-app
 Ryuk:~ Elle$ sudo echo "xcode.build.settings ARCHS=i386" >> "$(port dir
 gimp-app)/PortFile"
 Ryuk:~ Elle$ sudo port -v install gimp-appPortfile changed since last
 build; discarding previous state.
 --->  Computing dependencies for gimp-app..
 --->  Building gimp2
 /usr/bin/make  all-recursive
 Making all in m4macros
 make[2]: Nothing to be done for `all'.
 Making all in tools
 Making all in pdbgen
 make[3]: Nothing to be done for `all-am'.
 Making all in cursors
 make[2]: Nothing to be done for `all'.
 Making all in themes
 Making all in Default
 Making all in images
 Making all in preferences
 make[5]: Nothing to be done for `all'.
 make[5]: Nothing to be done for `all-am'.
 make[4]: Nothing to be done for `all-am'.
 Making all in Small
 make[3]: Nothing to be done for `all'.
 make[3]: Nothing to be done for `all-am'.
 Making all in po
 make[2]: Nothing to be done for `all'.
 Making all in po-libgimp
 make[2]: Nothing to be done for `all'.
 Making all in po-plug-ins
 make[2]: Nothing to be done for `all'.
 Making all in po-python
 make[2]: Nothing to be done for `all'.
 Making all in po-script-fu
 make[2]: Nothing to be done for `all'.
 Making all in po-tips
 make[2]: Nothing to be done for `all'.
 Making all in data
 Making all in brushes
 make[3]: Nothing to be done for `all'.
 Making all in environ
 make[3]: Nothing to be done for `all'.
 Making all in gradients
 make[3]: Nothing to be done for `all'.
 Making all in images
 make[3]: Nothing to be done for `all'.
 Making all in interpreters
 make[3]: Nothing to be done for `all'.
 Making all in palettes
 make[3]: Nothing to be done for `all'.
 Making all in patterns
 make[3]: Nothing to be done for `all'.
 Making all in tips
 make[3]: Nothing to be done for `all'.
 make[3]: Nothing to be done for `all-am'.
 Making all in desktop
 make[2]: Nothing to be done for `all'.
 Making all in menus
 make[2]: Nothing to be done for `all'.
 Making all in libgimpbase
 /bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.2
 -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -I/opt/local/include/glib-2.0
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
 -I/opt/local/include -DPREFIX=\""/opt/local"\" -DGIMPDIR=\"".gimp-2.6"\"
 -DDATADIR=\""/opt/local/share/gimp/2.0"\"
 -DLOCALEDIR=\""/opt/local/share/locale"\"
 -DPLUGINDIR=\""/opt/local/lib/gimp/2.0"\"
 -DSYSCONFDIR=\""/opt/local/etc/gimp/2.0"\" -DGIMP_PACKAGE=\""gimp"\"
 -DGIMP_DATA_VERSION=\"2.0\" -DGIMP_SYSCONF_VERSION=\"2.0\"
 -DGIMP_PLUGIN_VERSION=\"2.0\" -DG_LOG_DOMAIN=\"LibGimpBase\"
 -I/opt/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE
 -DGTK_MULTIHEAD_SAFE  -O2 -arch x86_64 -Wall -Wdeclaration-after-statement
 -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith
 -Wold-style-definition -MT gimpcpuaccel.lo -MD -MP -MF
 .deps/gimpcpuaccel.Tpo -c -o gimpcpuaccel.lo gimpcpuaccel.c
 /bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.2
 -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -I/opt/local/include/glib-2.0
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
 -I/opt/local/include -DPREFIX=\""/opt/local"\" -DGIMPDIR=\"".gimp-2.6"\"
 -DDATADIR=\""/opt/local/share/gimp/2.0"\"
 -DLOCALEDIR=\""/opt/local/share/locale"\"
 -DPLUGINDIR=\""/opt/local/lib/gimp/2.0"\"
 -DSYSCONFDIR=\""/opt/local/etc/gimp/2.0"\" -DGIMP_PACKAGE=\""gimp"\"
 -DGIMP_DATA_VERSION=\"2.0\" -DGIMP_SYSCONF_VERSION=\"2.0\"
 -DGIMP_PLUGIN_VERSION=\"2.0\" -DG_LOG_DOMAIN=\"LibGimpBase\"
 -I/opt/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE
 -DGTK_MULTIHEAD_SAFE  -O2 -arch x86_64 -Wall -Wdeclaration-after-statement
 -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith
 -Wold-style-definition -MT gimputils.lo -MD -MP -MF .deps/gimputils.Tpo -c
 -o gimputils.lo gimputils.c
 libtool: compile:  /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I..
 -D_REENTRANT -I/opt/local/include/glib-2.0
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
 -I/opt/local/include -DPREFIX=\"/opt/local\" -DGIMPDIR=\".gimp-2.6\"
 -DDATADIR=\"/opt/local/share/gimp/2.0\"
 -DLOCALEDIR=\"/opt/local/share/locale\"
 -DPLUGINDIR=\"/opt/local/lib/gimp/2.0\"
 -DSYSCONFDIR=\"/opt/local/etc/gimp/2.0\" -DGIMP_PACKAGE=\"gimp\"
 -DGIMP_DATA_VERSION=\"2.0\" -DGIMP_SYSCONF_VERSION=\"2.0\"
 -DGIMP_PLUGIN_VERSION=\"2.0\" -DG_LOG_DOMAIN=\"LibGimpBase\"
 -I/opt/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE
 -DGTK_MULTIHEAD_SAFE -O2 -arch x86_64 -Wall -Wdeclaration-after-statement
 -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith
 -Wold-style-definition -MT gimpcpuaccel.lo -MD -MP -MF
 .deps/gimpcpuaccel.Tpo -c gimpcpuaccel.c  -fno-common -DPIC -o
 .libs/gimpcpuaccel.o
 libtool: compile:  /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I..
 -D_REENTRANT -I/opt/local/include/glib-2.0
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
 -I/opt/local/include -DPREFIX=\"/opt/local\" -DGIMPDIR=\".gimp-2.6\"
 -DDATADIR=\"/opt/local/share/gimp/2.0\"
 -DLOCALEDIR=\"/opt/local/share/locale\"
 -DPLUGINDIR=\"/opt/local/lib/gimp/2.0\"
 -DSYSCONFDIR=\"/opt/local/etc/gimp/2.0\" -DGIMP_PACKAGE=\"gimp\"
 -DGIMP_DATA_VERSION=\"2.0\" -DGIMP_SYSCONF_VERSION=\"2.0\"
 -DGIMP_PLUGIN_VERSION=\"2.0\" -DG_LOG_DOMAIN=\"LibGimpBase\"
 -I/opt/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE
 -DGTK_MULTIHEAD_SAFE -O2 -arch x86_64 -Wall -Wdeclaration-after-statement
 -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith
 -Wold-style-definition -MT gimputils.lo -MD -MP -MF .deps/gimputils.Tpo -c
 gimputils.c  -fno-common -DPIC -o .libs/gimputils.o
 /var/tmp//ccgQ5f2e.s:125:suffix or operands invalid for `pushf'
 /var/tmp//ccgQ5f2e.s:126:suffix or operands invalid for `pushf'
 /var/tmp//ccgQ5f2e.s:127:suffix or operands invalid for `pop'
 /var/tmp//ccgQ5f2e.s:130:suffix or operands invalid for `push'
 /var/tmp//ccgQ5f2e.s:131:suffix or operands invalid for `popf'
 /var/tmp//ccgQ5f2e.s:132:suffix or operands invalid for `pushf'
 /var/tmp//ccgQ5f2e.s:133:suffix or operands invalid for `pop'
 /var/tmp//ccgQ5f2e.s:134:suffix or operands invalid for `popf'
 make[2]: *** [gimpcpuaccel.lo] Error 1
 make[2]: *** Waiting for unfinished jobs....
 mv -f .deps/gimputils.Tpo .deps/gimputils.Plo
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 Error: Target org.macports.build returned: shell command " cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/work/gimp-2.6.7"
 && /usr/bin/make -j2 all " returned error 2
 Command output: make[3]: Nothing to be done for `all'.
 Making all in palettes
 make[3]: Nothing to be done for `all'.
 Making all in patterns
 make[3]: Nothing to be done for `all'.
 Making all in tips
 make[3]: Nothing to be done for `all'.
 make[3]: Nothing to be done for `all-am'.
 Making all in desktop
 make[2]: Nothing to be done for `all'.
 Making all in menus
 make[2]: Nothing to be done for `all'.
 Making all in libgimpbase
 /bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.2
 -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -I/opt/local/include/glib-2.0
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
 -I/opt/local/include -DPREFIX=\""/opt/local"\" -DGIMPDIR=\"".gimp-2.6"\"
 -DDATADIR=\""/opt/local/share/gimp/2.0"\"
 -DLOCALEDIR=\""/opt/local/share/locale"\"
 -DPLUGINDIR=\""/opt/local/lib/gimp/2.0"\"
 -DSYSCONFDIR=\""/opt/local/etc/gimp/2.0"\" -DGIMP_PACKAGE=\""gimp"\"
 -DGIMP_DATA_VERSION=\"2.0\" -DGIMP_SYSCONF_VERSION=\"2.0\"
 -DGIMP_PLUGIN_VERSION=\"2.0\" -DG_LOG_DOMAIN=\"LibGimpBase\"
 -I/opt/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE
 -DGTK_MULTIHEAD_SAFE  -O2 -arch x86_64 -Wall -Wdeclaration-after-statement
 -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith
 -Wold-style-definition -MT gimpcpuaccel.lo -MD -MP -MF
 .deps/gimpcpuaccel.Tpo -c -o gimpcpuaccel.lo gimpcpuaccel.c
 /bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.2
 -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -I/opt/local/include/glib-2.0
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
 -I/opt/local/include -DPREFIX=\""/opt/local"\" -DGIMPDIR=\"".gimp-2.6"\"
 -DDATADIR=\""/opt/local/share/gimp/2.0"\"
 -DLOCALEDIR=\""/opt/local/share/locale"\"
 -DPLUGINDIR=\""/opt/local/lib/gimp/2.0"\"
 -DSYSCONFDIR=\""/opt/local/etc/gimp/2.0"\" -DGIMP_PACKAGE=\""gimp"\"
 -DGIMP_DATA_VERSION=\"2.0\" -DGIMP_SYSCONF_VERSION=\"2.0\"
 -DGIMP_PLUGIN_VERSION=\"2.0\" -DG_LOG_DOMAIN=\"LibGimpBase\"
 -I/opt/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE
 -DGTK_MULTIHEAD_SAFE  -O2 -arch x86_64 -Wall -Wdeclaration-after-statement
 -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith
 -Wold-style-definition -MT gimputils.lo -MD -MP -MF .deps/gimputils.Tpo -c
 -o gimputils.lo gimputils.c
 libtool: compile:  /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I..
 -D_REENTRANT -I/opt/local/include/glib-2.0
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
 -I/opt/local/include -DPREFIX=\"/opt/local\" -DGIMPDIR=\".gimp-2.6\"
 -DDATADIR=\"/opt/local/share/gimp/2.0\"
 -DLOCALEDIR=\"/opt/local/share/locale\"
 -DPLUGINDIR=\"/opt/local/lib/gimp/2.0\"
 -DSYSCONFDIR=\"/opt/local/etc/gimp/2.0\" -DGIMP_PACKAGE=\"gimp\"
 -DGIMP_DATA_VERSION=\"2.0\" -DGIMP_SYSCONF_VERSION=\"2.0\"
 -DGIMP_PLUGIN_VERSION=\"2.0\" -DG_LOG_DOMAIN=\"LibGimpBase\"
 -I/opt/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE
 -DGTK_MULTIHEAD_SAFE -O2 -arch x86_64 -Wall -Wdeclaration-after-statement
 -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith
 -Wold-style-definition -MT gimpcpuaccel.lo -MD -MP -MF
 .deps/gimpcpuaccel.Tpo -c gimpcpuaccel.c  -fno-common -DPIC -o
 .libs/gimpcpuaccel.o
 libtool: compile:  /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I..
 -D_REENTRANT -I/opt/local/include/glib-2.0
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
 -I/opt/local/include -DPREFIX=\"/opt/local\" -DGIMPDIR=\".gimp-2.6\"
 -DDATADIR=\"/opt/local/share/gimp/2.0\"
 -DLOCALEDIR=\"/opt/local/share/locale\"
 -DPLUGINDIR=\"/opt/local/lib/gimp/2.0\"
 -DSYSCONFDIR=\"/opt/local/etc/gimp/2.0\" -DGIMP_PACKAGE=\"gimp\"
 -DGIMP_DATA_VERSION=\"2.0\" -DGIMP_SYSCONF_VERSION=\"2.0\"
 -DGIMP_PLUGIN_VERSION=\"2.0\" -DG_LOG_DOMAIN=\"LibGimpBase\"
 -I/opt/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE
 -DGTK_MULTIHEAD_SAFE -O2 -arch x86_64 -Wall -Wdeclaration-after-statement
 -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith
 -Wold-style-definition -MT gimputils.lo -MD -MP -MF .deps/gimputils.Tpo -c
 gimputils.c  -fno-common -DPIC -o .libs/gimputils.o
 /var/tmp//ccgQ5f2e.s:125:suffix or operands invalid for `pushf'
 /var/tmp//ccgQ5f2e.s:126:suffix or operands invalid for `pushf'
 /var/tmp//ccgQ5f2e.s:127:suffix or operands invalid for `pop'
 /var/tmp//ccgQ5f2e.s:130:suffix or operands invalid for `push'
 /var/tmp//ccgQ5f2e.s:131:suffix or operands invalid for `popf'
 /var/tmp//ccgQ5f2e.s:132:suffix or operands invalid for `pushf'
 /var/tmp//ccgQ5f2e.s:133:suffix or operands invalid for `pop'
 /var/tmp//ccgQ5f2e.s:134:suffix or operands invalid for `popf'
 make[2]: *** [gimpcpuaccel.lo] Error 1
 make[2]: *** Waiting for unfinished jobs....
 mv -f .deps/gimputils.Tpo .deps/gimputils.Plo
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2

 Warning: the following items did not execute (for gimp2):
 org.macports.activate org.macports.build org.macports.destroot
 org.macports.install
 Error: The following dependencies failed to build: gimp2
 Error: Status 1 encountered during processing.
 }}}

 (I don't know if this is the right way to post it, so if I did something
 wrong, I apologize in advance)

 I also checked
 /opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua
 /gimp-app/Portfile (that I assume to be the portfile for gimp-app) and the
 part about compiling in 32 bit is there...

 If anyone wants other logs and explains me how to get them just ask :)

--
Ticket URL: <http://trac.macports.org/ticket/21718#comment:18>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21718: gimp-app fails to build on Snow Leopard

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
 Reporter:  miken32@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  new                
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.1              
 Keywords:                     |        Port:  gimp-app          
-------------------------------+--------------------------------------------

Comment(by swebster@…):

 nikeios.the.morgoth: your log shows a problem building gimp2, not gimp-
 app.  You might want to check out #21011 for your problem.

--
Ticket URL: <http://trac.macports.org/ticket/21718#comment:19>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21718: gimp-app fails to build on Snow Leopard

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21718: gimp-app fails to build on Snow Leopard
-------------------------------+--------------------------------------------
 Reporter:  miken32@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  new                
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.1              
 Keywords:                     |        Port:  gimp-app          
-------------------------------+--------------------------------------------

Comment(by nikeios.the.morgoth@…):

 You are right, I'm sorry for having bothered you all. I promise next time
 to triple-check everything. I report that after following instruction for
 bug [https://trac.macports.org/ticket/21011/ #21011] and imkira's
 everything compiled. I should add that gimp starts but freeze just after
 visualizing the 3 default windows (I don't know why, tomorrow I'll check
 again any error I could have done and for other reported bugs). Thanks a
 lot to you all

--
Ticket URL: <http://trac.macports.org/ticket/21718#comment:20>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets