Gentoo Archives: gentoo-user

From: Harm Geerts <harmgeerts@××××.nl>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: ghostscript fails to build during revdep-rebuild
Date: Wed, 27 Sep 2006 06:59:15
Message-Id: 200609270853.27133.harmgeerts@home.nl
In Reply to: [gentoo-user] ghostscript fails to build during revdep-rebuild by Grant
1 On Tuesday 26 September 2006 23:45, Grant wrote:
2 > I'm getting the following when trying to emerge ghostscript via
3 > revdep-rebuild:
4 >
5 > jbig2_huffman.c:(.text+0x37): undefined reference to `rpl_malloc'
6 > ./obj/jbig2_huffman.o:jbig2_huffman.c:(.text+0x366): more undefined
7 > references to `rpl_malloc' follow
8 > /usr/X11R6/lib/libcups.so: undefined reference to
9 > `gnutls_record_check_pending@GNUTLS_1_2'
10 > /usr/X11R6/lib/libcups.so: undefined reference to
11 > `gnutls_record_recv@GNUTLS_1_2'
12 > /usr/X11R6/lib/libcups.so: undefined reference to
13 > `gnutls_credentials_set@GNUTLS_1_2'
14 > /usr/X11R6/lib/libcups.so: undefined reference to
15 > `gnutls_record_send@GNUTLS_1_2'
16 > /usr/X11R6/lib/libcups.so: undefined reference to
17 > `gnutls_transport_set_ptr@GNUTLS_1_2'
18 > /usr/X11R6/lib/libcups.so: undefined reference to
19 > `gnutls_handshake@GNUTLS_1_2' /usr/X11R6/lib/libcups.so: undefined
20 > reference to
21 > `gnutls_global_init@GNUTLS_1_2'
22 > /usr/X11R6/lib/libcups.so: undefined reference to
23 > `gnutls_certificate_free_credentials@GNUTLS_1_2'
24 > /usr/X11R6/lib/libcups.so: undefined reference to `gnutls_init@GNUTLS_1_2'
25 > /usr/X11R6/lib/libcups.so: undefined reference to
26 > `gnutls_deinit@GNUTLS_1_2' /usr/X11R6/lib/libcups.so: undefined reference
27 > to
28 > `gnutls_certificate_allocate_credentials@GNUTLS_1_2'
29 > /usr/X11R6/lib/libcups.so: undefined reference to
30 > `gnutls_set_default_priority@GNUTLS_1_2'
31 > /usr/X11R6/lib/libcups.so: undefined reference to `gnutls_bye@GNUTLS_1_2'
32 > collect2: ld returned 1 exit status
33 > make: *** [bin/gs] Error 1
34 >
35 > !!! ERROR: app-text/ghostscript-esp-8.15.1_p20060430 failed.
36 >
37 > Can anyone help with this or should I file a bug?
38
39 Try to emerge net-print/cups before running revdep-rebuild as that's the
40 library that's causing trouble. It should have been updated before
41 ghostscript but revdep-rebuild is known to mix up the order.
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: ghostscript fails to build during revdep-rebuild Grant <emailgrant@×××××.com>