public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] gnome-print-0.29.ebuild fails to build
@ 2001-08-11 11:31 naz
  2001-08-11 11:43 ` AW: " Sebastian Werner
  2001-08-12  3:45 ` Mikael Hallendal
  0 siblings, 2 replies; 3+ messages in thread
From: naz @ 2001-08-11 11:31 UTC (permalink / raw
  To: gentoo-dev

Hello,

I tried to install gnome and the merge failed on this package
gnome-print-0.29.ebuild it errored out here so this is the last few
lines.  Anyways just letting someone know that could look into the
problem.

Have nice day and live long and prosper

Naz

./libgnomeprint/.libs/libgnomeprint.so: undefined reference to
`gdk_pixbuf_get_has_alpha'
./libgnomeprint/.libs/libgnomeprint.so: undefined reference to
`gdk_pixbuf_get_width'
./libgnomeprint/.libs/libgnomeprint.so: undefined reference to
`gdk_pixbuf_get_rowstride'
./libgnomeprint/.libs/libgnomeprint.so: undefined reference to
`gdk_pixbuf_get_pixels'
collect2: ld returned 1 exit status
make[2]: *** [testprint] Error 1
make[2]: Leaving directory
`/tmp/portage/gnome-print-0.29/work/gnome-print-0.29/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/tmp/portage/gnome-print-0.29/work/gnome-print-0.29'make: ***
[all-recursive-am] Error 2
 
!!! ERROR: the pmake command did not complete successfully.
!!! ("pmake")
!!! Since this is a critical task, ebuild will be stopped.
 
!!! emerge aborting on 
/usr/portage/gnome-base/gnome-print/gnome-print-0.29.ebuild .




^ permalink raw reply	[flat|nested] 3+ messages in thread

* AW: [gentoo-dev] gnome-print-0.29.ebuild fails to build
  2001-08-11 11:31 [gentoo-dev] gnome-print-0.29.ebuild fails to build naz
@ 2001-08-11 11:43 ` Sebastian Werner
  2001-08-12  3:45 ` Mikael Hallendal
  1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Werner @ 2001-08-11 11:43 UTC (permalink / raw
  To: gentoo-dev

this is a linker error
it seems that the Makefile missing linker file -lgdk_pixbuf

try to disable gdkpixbuf

Sebastian




-----Ursprüngliche Nachricht-----
Von: gentoo-dev-admin@cvs.gentoo.org
[mailto:gentoo-dev-admin@cvs.gentoo.org]Im Auftrag von
naz@themoonsofjupiter.net
Gesendet: Samstag, 11. August 2001 19:31
An: gentoo-dev@cvs.gentoo.org
Betreff: [gentoo-dev] gnome-print-0.29.ebuild fails to build


Hello,

I tried to install gnome and the merge failed on this package
gnome-print-0.29.ebuild it errored out here so this is the last few
lines.  Anyways just letting someone know that could look into the
problem.

Have nice day and live long and prosper

Naz

./libgnomeprint/.libs/libgnomeprint.so: undefined reference to
`gdk_pixbuf_get_has_alpha'
./libgnomeprint/.libs/libgnomeprint.so: undefined reference to
`gdk_pixbuf_get_width'
./libgnomeprint/.libs/libgnomeprint.so: undefined reference to
`gdk_pixbuf_get_rowstride'
./libgnomeprint/.libs/libgnomeprint.so: undefined reference to
`gdk_pixbuf_get_pixels'
collect2: ld returned 1 exit status
make[2]: *** [testprint] Error 1
make[2]: Leaving directory
`/tmp/portage/gnome-print-0.29/work/gnome-print-0.29/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/tmp/portage/gnome-print-0.29/work/gnome-print-0.29'make: ***
[all-recursive-am] Error 2

!!! ERROR: the pmake command did not complete successfully.
!!! ("pmake")
!!! Since this is a critical task, ebuild will be stopped.

!!! emerge aborting on
/usr/portage/gnome-base/gnome-print/gnome-print-0.29.ebuild .


_______________________________________________
gentoo-dev mailing list
gentoo-dev@cvs.gentoo.org
http://cvs.gentoo.org/mailman/listinfo/gentoo-dev




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] gnome-print-0.29.ebuild fails to build
  2001-08-11 11:31 [gentoo-dev] gnome-print-0.29.ebuild fails to build naz
  2001-08-11 11:43 ` AW: " Sebastian Werner
@ 2001-08-12  3:45 ` Mikael Hallendal
  1 sibling, 0 replies; 3+ messages in thread
From: Mikael Hallendal @ 2001-08-12  3:45 UTC (permalink / raw
  To: gentoo-dev

Hi!

Do you have 'USE=gnome' and did you have it when you merged
gdk-pixbuf? 
Gdk Pixbuf could be built with or without gnome-support. Not sure if
this is the reason for this problem but it could be.

Regards,
Mikael Hallendal

naz@themoonsofjupiter.net writes:

> Hello,
> 
> I tried to install gnome and the merge failed on this package
> gnome-print-0.29.ebuild it errored out here so this is the last few
> lines.  Anyways just letting someone know that could look into the
> problem.
> 
> Have nice day and live long and prosper
> 
> Naz
> 
> ./libgnomeprint/.libs/libgnomeprint.so: undefined reference to
> `gdk_pixbuf_get_has_alpha' ./libgnomeprint/.libs/libgnomeprint.so:
> undefined reference to `gdk_pixbuf_get_width'
> ./libgnomeprint/.libs/libgnomeprint.so: undefined reference to
> `gdk_pixbuf_get_rowstride' ./libgnomeprint/.libs/libgnomeprint.so:
> undefined reference to `gdk_pixbuf_get_pixels' collect2: ld returned 1
> exit status make[2]: *** [testprint] Error 1 make[2]: Leaving
> directory `/tmp/portage/gnome-print-0.29/work/gnome-print-0.29/tests'
> make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
> `/tmp/portage/gnome-print-0.29/work/gnome-print-0.29'make: ***
> [all-recursive-am] Error 2
>  
> !!! ERROR: the pmake command did not complete successfully.  !!!
> ("pmake") !!! Since this is a critical task, ebuild will be stopped.
>  
> !!! emerge aborting on
> /usr/portage/gnome-base/gnome-print/gnome-print-0.29.ebuild .
> 
> 
> _______________________________________________ gentoo-dev mailing
> list gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev

-- 
Mikael Hallendal                micke@codefactory.se
CodeFactory AB                  http://www.codefactory.se/
Office: +46 (0)8 587 583 05     Cell: +46 (0)709 718 918




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-12  9:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-11 11:31 [gentoo-dev] gnome-print-0.29.ebuild fails to build naz
2001-08-11 11:43 ` AW: " Sebastian Werner
2001-08-12  3:45 ` Mikael Hallendal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox