public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] ghostscript fails to build during revdep-rebuild
@ 2006-09-26 21:45 Grant
  2006-09-27  0:47 ` Philip Webb
  2006-09-27  6:53 ` [gentoo-user] " Harm Geerts
  0 siblings, 2 replies; 4+ messages in thread
From: Grant @ 2006-09-26 21:45 UTC (permalink / raw
  To: Gentoo mailing list

I'm getting the following when trying to emerge ghostscript via revdep-rebuild:

jbig2_huffman.c:(.text+0x37): undefined reference to `rpl_malloc'
./obj/jbig2_huffman.o:jbig2_huffman.c:(.text+0x366): more undefined
references to `rpl_malloc' follow
/usr/X11R6/lib/libcups.so: undefined reference to
`gnutls_record_check_pending@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to
`gnutls_record_recv@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to
`gnutls_credentials_set@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to
`gnutls_record_send@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to
`gnutls_transport_set_ptr@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to `gnutls_handshake@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to
`gnutls_global_init@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to
`gnutls_certificate_free_credentials@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to `gnutls_init@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to `gnutls_deinit@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to
`gnutls_certificate_allocate_credentials@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to
`gnutls_set_default_priority@GNUTLS_1_2'
/usr/X11R6/lib/libcups.so: undefined reference to `gnutls_bye@GNUTLS_1_2'
collect2: ld returned 1 exit status
make: *** [bin/gs] Error 1

!!! ERROR: app-text/ghostscript-esp-8.15.1_p20060430 failed.

Can anyone help with this or should I file a bug?

- Grant
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] ghostscript fails to build during revdep-rebuild
  2006-09-26 21:45 [gentoo-user] ghostscript fails to build during revdep-rebuild Grant
@ 2006-09-27  0:47 ` Philip Webb
  2006-09-27  6:53 ` [gentoo-user] " Harm Geerts
  1 sibling, 0 replies; 4+ messages in thread
From: Philip Webb @ 2006-09-27  0:47 UTC (permalink / raw
  To: gentoo-user

060926 Grant wrote:
> I'm getting the following when trying to emerge ghostscript

I had a similar problem,
but it disappeared after I updated to modular X & did an 'eix-sync'.
Make sure everything else is upto-date & try again.

-- 
========================,,============================================
SUPPORT     ___________//___,  Philip Webb : purslow@chass.utoronto.ca
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user] Re: ghostscript fails to build during revdep-rebuild
  2006-09-26 21:45 [gentoo-user] ghostscript fails to build during revdep-rebuild Grant
  2006-09-27  0:47 ` Philip Webb
@ 2006-09-27  6:53 ` Harm Geerts
  2006-09-27 21:45   ` Grant
  1 sibling, 1 reply; 4+ messages in thread
From: Harm Geerts @ 2006-09-27  6:53 UTC (permalink / raw
  To: gentoo-user

On Tuesday 26 September 2006 23:45, Grant wrote:
> I'm getting the following when trying to emerge ghostscript via
> revdep-rebuild:
>
> jbig2_huffman.c:(.text+0x37): undefined reference to `rpl_malloc'
> ./obj/jbig2_huffman.o:jbig2_huffman.c:(.text+0x366): more undefined
> references to `rpl_malloc' follow
> /usr/X11R6/lib/libcups.so: undefined reference to
> `gnutls_record_check_pending@GNUTLS_1_2'
> /usr/X11R6/lib/libcups.so: undefined reference to
> `gnutls_record_recv@GNUTLS_1_2'
> /usr/X11R6/lib/libcups.so: undefined reference to
> `gnutls_credentials_set@GNUTLS_1_2'
> /usr/X11R6/lib/libcups.so: undefined reference to
> `gnutls_record_send@GNUTLS_1_2'
> /usr/X11R6/lib/libcups.so: undefined reference to
> `gnutls_transport_set_ptr@GNUTLS_1_2'
> /usr/X11R6/lib/libcups.so: undefined reference to
> `gnutls_handshake@GNUTLS_1_2' /usr/X11R6/lib/libcups.so: undefined
> reference to
> `gnutls_global_init@GNUTLS_1_2'
> /usr/X11R6/lib/libcups.so: undefined reference to
> `gnutls_certificate_free_credentials@GNUTLS_1_2'
> /usr/X11R6/lib/libcups.so: undefined reference to `gnutls_init@GNUTLS_1_2'
> /usr/X11R6/lib/libcups.so: undefined reference to
> `gnutls_deinit@GNUTLS_1_2' /usr/X11R6/lib/libcups.so: undefined reference
> to
> `gnutls_certificate_allocate_credentials@GNUTLS_1_2'
> /usr/X11R6/lib/libcups.so: undefined reference to
> `gnutls_set_default_priority@GNUTLS_1_2'
> /usr/X11R6/lib/libcups.so: undefined reference to `gnutls_bye@GNUTLS_1_2'
> collect2: ld returned 1 exit status
> make: *** [bin/gs] Error 1
>
> !!! ERROR: app-text/ghostscript-esp-8.15.1_p20060430 failed.
>
> Can anyone help with this or should I file a bug?

Try to emerge net-print/cups before running revdep-rebuild as that's the 
library that's causing trouble. It should have been updated before 
ghostscript but revdep-rebuild is known to mix up the order.
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Re: ghostscript fails to build during revdep-rebuild
  2006-09-27  6:53 ` [gentoo-user] " Harm Geerts
@ 2006-09-27 21:45   ` Grant
  0 siblings, 0 replies; 4+ messages in thread
From: Grant @ 2006-09-27 21:45 UTC (permalink / raw
  To: gentoo-user

> > I'm getting the following when trying to emerge ghostscript via
> > revdep-rebuild:
> >
> > jbig2_huffman.c:(.text+0x37): undefined reference to `rpl_malloc'
> > ./obj/jbig2_huffman.o:jbig2_huffman.c:(.text+0x366): more undefined
> > references to `rpl_malloc' follow
> > /usr/X11R6/lib/libcups.so: undefined reference to
> > `gnutls_record_check_pending@GNUTLS_1_2'
> > /usr/X11R6/lib/libcups.so: undefined reference to
> > `gnutls_record_recv@GNUTLS_1_2'
> > /usr/X11R6/lib/libcups.so: undefined reference to
> > `gnutls_credentials_set@GNUTLS_1_2'
> > /usr/X11R6/lib/libcups.so: undefined reference to
> > `gnutls_record_send@GNUTLS_1_2'
> > /usr/X11R6/lib/libcups.so: undefined reference to
> > `gnutls_transport_set_ptr@GNUTLS_1_2'
> > /usr/X11R6/lib/libcups.so: undefined reference to
> > `gnutls_handshake@GNUTLS_1_2' /usr/X11R6/lib/libcups.so: undefined
> > reference to
> > `gnutls_global_init@GNUTLS_1_2'
> > /usr/X11R6/lib/libcups.so: undefined reference to
> > `gnutls_certificate_free_credentials@GNUTLS_1_2'
> > /usr/X11R6/lib/libcups.so: undefined reference to `gnutls_init@GNUTLS_1_2'
> > /usr/X11R6/lib/libcups.so: undefined reference to
> > `gnutls_deinit@GNUTLS_1_2' /usr/X11R6/lib/libcups.so: undefined reference
> > to
> > `gnutls_certificate_allocate_credentials@GNUTLS_1_2'
> > /usr/X11R6/lib/libcups.so: undefined reference to
> > `gnutls_set_default_priority@GNUTLS_1_2'
> > /usr/X11R6/lib/libcups.so: undefined reference to `gnutls_bye@GNUTLS_1_2'
> > collect2: ld returned 1 exit status
> > make: *** [bin/gs] Error 1
> >
> > !!! ERROR: app-text/ghostscript-esp-8.15.1_p20060430 failed.
> >
> > Can anyone help with this or should I file a bug?
>
> Try to emerge net-print/cups before running revdep-rebuild as that's the
> library that's causing trouble. It should have been updated before
> ghostscript but revdep-rebuild is known to mix up the order.

Rebuilding cups fixed it.  Thanks!

- Grant
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-09-27 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-26 21:45 [gentoo-user] ghostscript fails to build during revdep-rebuild Grant
2006-09-27  0:47 ` Philip Webb
2006-09-27  6:53 ` [gentoo-user] " Harm Geerts
2006-09-27 21:45   ` Grant

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