[MacPorts] #15013: at-spi quartz variant fails to build

MacPorts noreply at macports.org
Sun Nov 23 01:50:37 PST 2008


#15013: at-spi quartz variant fails to build
------------------------------------+---------------------------------------
 Reporter:  daveh@…                 |       Owner:  rhwood@…           
     Type:  defect                  |      Status:  assigned           
 Priority:  Normal                  |   Milestone:  Port Bugs          
Component:  ports                   |     Version:  1.6.0              
 Keywords:  at-spi quartz           |        Port:  at-spi             
------------------------------------+---------------------------------------
Changes (by ryandesign@…):

  * port:  => at-spi
  * milestone:  => Port Bugs


Old description:

> the at-spi quartz variant fails when compiling:[[BR]]
>
> sudo port install at-spi quartz [[BR]]
> --->  Building at-spi with target all[[BR]]
> Error: Target org.macports.build returned: shell command " cd
> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
> .org_release_ports_gnome_at-spi/work/at-spi-1.22.0" && make all "
> returned error 2[[BR]]
> Command output: make  all-recursive[[BR]]
> Making all in docs[[BR]]
> Making all in reference[[BR]]
> Making all in cspi[[BR]]
> make[4]: Nothing to be done for `all'.[[BR]]
> Making all in idl[[BR]]
> make[4]: Nothing to be done for `all'.[[BR]]
> make[4]: Nothing to be done for `all-am'.[[BR]]
> make[3]: Nothing to be done for `all-am'.[[BR]]
> Making all in idl[[BR]]
> make[2]: Nothing to be done for `all'.[[BR]]
> Making all in libspi[[BR]]
> make  all-am[[BR]]
> make[3]: Nothing to be done for `all-am'.[[BR]]
> Making all in login-helper[[BR]]
> make  all-am[[BR]]
> make[3]: Nothing to be done for `all-am'.[[BR]]
> Making all in registryd[[BR]]
> /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../libspi
> -I../libspi -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith
> -Wno-sign-compare  -DORBIT2=1 -D_REENTRANT
> -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/glib-2.0
> -I/opt/local/lib/glib-2.0/include -I/opt/local/include
> -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0
> -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0
> -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo
> -I/opt/local/include/pango-1.0 -I/opt/local/include/freetype2
> -I/opt/local/include/libpng12    -I/opt/local/include  -O2 -MT desktop.o
> -MD -MP -MF .deps/desktop.Tpo -c -o desktop.o desktop.c[[BR]]
> desktop.c:32:22: error: gdk/gdkx.h: No such file or directory[[BR]]
> desktop.c: In function 'spi_atk_desktop_init':[[BR]]
> desktop.c:119: warning: implicit declaration of function
> 'gdk_x11_lookup_xdisplay'[[BR]]
> desktop.c:119: warning: nested extern declaration of
> 'gdk_x11_lookup_xdisplay'[[BR]]
> desktop.c:119: warning: implicit declaration of function
> 'GDK_DISPLAY'[[BR]]
> desktop.c:119: warning: nested extern declaration of 'GDK_DISPLAY'[[BR]]
> desktop.c:119: warning: assignment makes pointer from integer without a
> cast[[BR]]
> make[2]: *** [desktop.o] Error 1[[BR]]
> make[1]: *** [all-recursive] Error 1[[BR]]
> make: *** [all] Error 2[[BR]]
> [[BR]]
> Error: Status 1 encountered during processing.[[BR]]

New description:

 the at-spi quartz variant fails when compiling:

 {{{
 sudo port install at-spi +quartz
 --->  Building at-spi with target all
 Error: Target org.macports.build returned: shell command " cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
 .org_release_ports_gnome_at-spi/work/at-spi-1.22.0" && make all " returned
 error 2
 Command output: make  all-recursive
 Making all in docs
 Making all in reference
 Making all in cspi
 make[4]: Nothing to be done for `all'.
 Making all in idl
 make[4]: Nothing to be done for `all'.
 make[4]: Nothing to be done for `all-am'.
 make[3]: Nothing to be done for `all-am'.
 Making all in idl
 make[2]: Nothing to be done for `all'.
 Making all in libspi
 make  all-am
 make[3]: Nothing to be done for `all-am'.
 Making all in login-helper
 make  all-am
 make[3]: Nothing to be done for `all-am'.
 Making all in registryd
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../libspi
 -I../libspi -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith
 -Wno-sign-compare  -DORBIT2=1 -D_REENTRANT
 -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/glib-2.0
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0
 -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0
 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo
 -I/opt/local/include/pango-1.0 -I/opt/local/include/freetype2
 -I/opt/local/include/libpng12    -I/opt/local/include  -O2 -MT desktop.o
 -MD -MP -MF .deps/desktop.Tpo -c -o desktop.o desktop.c
 desktop.c:32:22: error: gdk/gdkx.h: No such file or directory
 desktop.c: In function 'spi_atk_desktop_init':
 desktop.c:119: warning: implicit declaration of function
 'gdk_x11_lookup_xdisplay'
 desktop.c:119: warning: nested extern declaration of
 'gdk_x11_lookup_xdisplay'
 desktop.c:119: warning: implicit declaration of function 'GDK_DISPLAY'
 desktop.c:119: warning: nested extern declaration of 'GDK_DISPLAY'
 desktop.c:119: warning: assignment makes pointer from integer without a
 cast
 make[2]: *** [desktop.o] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2

 Error: Status 1 encountered during processing.
 }}}

--

-- 
Ticket URL: <http://trac.macports.org/ticket/15013#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list