* [gentoo-user] revdep-rebuild madness.
@ 2006-06-16 14:26 reader
2006-06-16 14:53 ` Rumen Yotov
0 siblings, 1 reply; 7+ messages in thread
From: reader @ 2006-06-16 14:26 UTC (permalink / raw
To: gentoo-user
using revdep-rebuild it finds:
broken /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcjawt.laes (requires
/usr/lib/lib-gnu-java-awt-peer-gtk.la)
broken /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgij.la (requires
/usr/lib/libgcj.lals) done. :
And does a oneshot on gcc-4.1.1
After the hours long build it is pronounced a success.
A fresh revdep-rebuild finds the same problem and tries to oneshot
gcc-4.1.1 again.
(and yes the .rev* files were deleted in between)
What are those dependancies about?
The first one listed as being needed is present:
ls -l /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/lib-gnu-java-awt-peer-gtk.la
-rwxr-xr-x 1 root root 1689 Jun 16 01:59 \
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/lib-gnu-java-awt-peer-gtk.la
(not the second)
I've ran two full oneshots on gcc-4.1.1 taking hours. Both were
pronounced successfull. But running revdeb-rebuild still shows those
same problems.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] revdep-rebuild madness.
2006-06-16 14:26 [gentoo-user] revdep-rebuild madness reader
@ 2006-06-16 14:53 ` Rumen Yotov
2006-06-16 15:13 ` [gentoo-user] " reader
0 siblings, 1 reply; 7+ messages in thread
From: Rumen Yotov @ 2006-06-16 14:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1052 bytes --]
reader@newsguy.com wrote:
> using revdep-rebuild it finds:
>
> broken /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcjawt.laes (requires
> /usr/lib/lib-gnu-java-awt-peer-gtk.la)
>
> broken /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgij.la (requires
> /usr/lib/libgcj.lals) done. :
>
> And does a oneshot on gcc-4.1.1
>
> After the hours long build it is pronounced a success.
> A fresh revdep-rebuild finds the same problem and tries to oneshot
> gcc-4.1.1 again.
> (and yes the .rev* files were deleted in between)
>
> What are those dependancies about?
>
> The first one listed as being needed is present:
>
> ls -l /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/lib-gnu-java-awt-peer-gtk.la
> -rwxr-xr-x 1 root root 1689 Jun 16 01:59 \
> /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/lib-gnu-java-awt-peer-gtk.la
>
> (not the second)
>
> I've ran two full oneshots on gcc-4.1.1 taking hours. Both were
> pronounced successfull. But running revdeb-rebuild still shows those
> same problems.
>
Hi,
Bug-125728, *or* disable "java" USE flag for GCC.
Rumen
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3493 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: revdep-rebuild madness.
2006-06-16 14:53 ` Rumen Yotov
@ 2006-06-16 15:13 ` reader
2006-06-16 15:23 ` znx
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: reader @ 2006-06-16 15:13 UTC (permalink / raw
To: gentoo-user
Rumen Yotov <rumen@qrypto.org> write> reader@newsguy.com wrote:
>> using revdep-rebuild it finds:
> Hi,
> Bug-125728, *or* disable "java" USE flag for GCC.
> Rumen
Thanks... and I'm probably mis-understanding something here but I
don't see `java' as a USE flag that gcc knows anything about:
emerge -vp gcc
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] sys-devel/gcc-4.1.1 USE="fortran gcj gtk nls objc \
-bootstrap -build -doc -hardened -ip28 -ip32r10k -mudflap -multislot
-nocxx -objc++ -objc-gc -vanilla" 0 kB
============================
-java shows the same thing:
============================
root # USE="-java" emerge -vp gcc
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] sys-devel/gcc-4.1.1 USE="fortran gcj gtk nls objc \
-bootstrap -build -doc -hardened -ip28 -ip32r10k -mudflap \
-multislot -nocxx -objc++ -objc-gc -vanilla" 0 kB
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: revdep-rebuild madness.
2006-06-16 15:13 ` [gentoo-user] " reader
@ 2006-06-16 15:23 ` znx
2006-06-16 15:26 ` Sven Köhler
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: znx @ 2006-06-16 15:23 UTC (permalink / raw
To: gentoo-user
On 16/06/06, reader@newsguy.com <reader@newsguy.com> wrote:
> Calculating dependencies... done!
> [ebuild R ] sys-devel/gcc-4.1.1 USE="fortran gcj gtk nls objc \
> -bootstrap -build -doc -hardened -ip28 -ip32r10k -mudflap \
> -multislot -nocxx -objc++ -objc-gc -vanilla" 0 kB
You have "gcj" in there .. thats the Java .. USE="-gcj" .. check out
the bug page:
http://bugs.gentoo.org/show_bug.cgi?id=125728
Thanks
Mark
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: revdep-rebuild madness.
2006-06-16 15:13 ` [gentoo-user] " reader
2006-06-16 15:23 ` znx
@ 2006-06-16 15:26 ` Sven Köhler
2006-06-16 15:27 ` Devon Miller
2006-06-16 15:49 ` Rumen Yotov
3 siblings, 0 replies; 7+ messages in thread
From: Sven Köhler @ 2006-06-16 15:26 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 502 bytes --]
> Thanks... and I'm probably mis-understanding something here but I
> don't see `java' as a USE flag that gcc knows anything about:
>
> emerge -vp gcc
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] sys-devel/gcc-4.1.1 USE="fortran gcj gtk nls objc \
> -bootstrap -build -doc -hardened -ip28 -ip32r10k -mudflap -multislot
> -nocxx -objc++ -objc-gc -vanilla" 0 kB
> ============================
try USE="-gcj"
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: revdep-rebuild madness.
2006-06-16 15:13 ` [gentoo-user] " reader
2006-06-16 15:23 ` znx
2006-06-16 15:26 ` Sven Köhler
@ 2006-06-16 15:27 ` Devon Miller
2006-06-16 15:49 ` Rumen Yotov
3 siblings, 0 replies; 7+ messages in thread
From: Devon Miller @ 2006-06-16 15:27 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]
You need USE="-gcj"
On 6/16/06, reader@newsguy.com <reader@newsguy.com> wrote:
>
> Rumen Yotov <rumen@qrypto.org> write> reader@newsguy.com wrote:
> >> using revdep-rebuild it finds:
>
> > Hi,
> > Bug-125728, *or* disable "java" USE flag for GCC.
> > Rumen
>
> Thanks... and I'm probably mis-understanding something here but I
> don't see `java' as a USE flag that gcc knows anything about:
>
> emerge -vp gcc
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] sys-devel/gcc-4.1.1 USE="fortran gcj gtk nls objc \
> -bootstrap -build -doc -hardened -ip28 -ip32r10k -mudflap -multislot
> -nocxx -objc++ -objc-gc -vanilla" 0 kB
> ============================
>
> -java shows the same thing:
>
> ============================
> root # USE="-java" emerge -vp gcc
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] sys-devel/gcc-4.1.1 USE="fortran gcj gtk nls objc \
> -bootstrap -build -doc -hardened -ip28 -ip32r10k -mudflap \
> -multislot -nocxx -objc++ -objc-gc -vanilla" 0 kB
>
> --
> gentoo-user@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 1789 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: revdep-rebuild madness.
2006-06-16 15:13 ` [gentoo-user] " reader
` (2 preceding siblings ...)
2006-06-16 15:27 ` Devon Miller
@ 2006-06-16 15:49 ` Rumen Yotov
3 siblings, 0 replies; 7+ messages in thread
From: Rumen Yotov @ 2006-06-16 15:49 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]
reader@newsguy.com wrote:
> Rumen Yotov <rumen@qrypto.org> write> reader@newsguy.com wrote:
>>> using revdep-rebuild it finds:
>
>> Hi,
>> Bug-125728, *or* disable "java" USE flag for GCC.
>> Rumen
>
> Thanks... and I'm probably mis-understanding something here but I
> don't see `java' as a USE flag that gcc knows anything about:
>
> emerge -vp gcc
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] sys-devel/gcc-4.1.1 USE="fortran gcj gtk nls objc \
> -bootstrap -build -doc -hardened -ip28 -ip32r10k -mudflap -multislot
> -nocxx -objc++ -objc-gc -vanilla" 0 kB
> ============================
>
> -java shows the same thing:
>
> ============================
> root # USE="-java" emerge -vp gcc
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] sys-devel/gcc-4.1.1 USE="fortran gcj gtk nls objc \
> -bootstrap -build -doc -hardened -ip28 -ip32r10k -mudflap \
> -multislot -nocxx -objc++ -objc-gc -vanilla" 0 kB
>
Hi,
Sorry didn't checked before answering, it's "gcj":
gcj - Enable building with gcj (The GNU Compiler for the Javatm
Programming Language)
Meant 'java support for gcc'.
HTH.Rumen
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3493 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-06-16 15:58 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-16 14:26 [gentoo-user] revdep-rebuild madness reader
2006-06-16 14:53 ` Rumen Yotov
2006-06-16 15:13 ` [gentoo-user] " reader
2006-06-16 15:23 ` znx
2006-06-16 15:26 ` Sven Köhler
2006-06-16 15:27 ` Devon Miller
2006-06-16 15:49 ` Rumen Yotov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox