* [gentoo-user] revdep-rebuild and gcj
@ 2007-01-24 13:02 John Blinka
2007-01-24 13:05 ` Bo Ørsted Andresen
0 siblings, 1 reply; 8+ messages in thread
From: John Blinka @ 2007-01-24 13:02 UTC (permalink / raw
To: gentoo-user
I maintain an up-to-date system that requires gcj. For some time, running
revdep-rebuild -p generates this output:
~--> revdep-rebuild -p
Configuring search environment for revdep-rebuild
Checking reverse dependencies...
Packages containing binaries and libraries broken by a package update
will be emerged.
Collecting system binaries and libraries... done.
(/root/.revdep-rebuild.1_files)
Collecting complete LD_LIBRARY_PATH... done.
(/root/.revdep-rebuild.2_ldpath)
Checking dynamic linking consistency...
broken /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcjawt.la (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.la)
done.
(/root/.revdep-rebuild.3_rebuild)
Assigning files to ebuilds... done.
(/root/.revdep-rebuild.4_ebuilds)
Evaluating package order... done.
(/root/.revdep-rebuild.5_order)
All prepared. Starting rebuild...
emerge --oneshot -p =sys-devel/gcc-4.1.1-r3
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] sys-devel/gcc-4.1.1-r3
Now you can remove -p (or --pretend) from arguments and re-run
revdep-rebuild.
But re-emerging gcc doesn't solve the dependency problem. In fact, both
libgcjawt.la and
libgij.la appear to be installed by "emerge gcc". gcj.la and
lib-gnu-java-awt-peer-gtk.la
both appear on my system, and both appear to be installed by "emerge
gcc". However,
both are located in /usr/lib/gcc/i686-pc-linux-gnu/4.1.1, not in /usr/lib.
Is this a bug, or is there something I can do to fix my system? (Other
than put in
soft links to the needed libraries.)
John Blinka
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] revdep-rebuild and gcj
2007-01-24 13:02 [gentoo-user] revdep-rebuild and gcj John Blinka
@ 2007-01-24 13:05 ` Bo Ørsted Andresen
2007-01-24 13:15 ` John Blinka
0 siblings, 1 reply; 8+ messages in thread
From: Bo Ørsted Andresen @ 2007-01-24 13:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 450 bytes --]
On Wednesday 24 January 2007 14:02, John Blinka wrote:
> However, both are located in /usr/lib/gcc/i686-pc-linux-gnu/4.1.1, not
> in /usr/lib.
>
> Is this a bug, or is there something I can do to fix my system? (Other
> than put in soft links to the needed libraries.)
It's an ancient bug that still isn't fixed. You can either edit the .la files
or create symlinks.
https://bugs.gentoo.org/show_bug.cgi?id=125728
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] revdep-rebuild and gcj
2007-01-24 13:05 ` Bo Ørsted Andresen
@ 2007-01-24 13:15 ` John Blinka
2007-01-24 13:31 ` Markus Schönhaber
2007-01-24 13:44 ` Alan McKinnon
0 siblings, 2 replies; 8+ messages in thread
From: John Blinka @ 2007-01-24 13:15 UTC (permalink / raw
To: gentoo-user
Bo Ørsted Andresen wrote:
>
> It's an ancient bug that still isn't fixed. You can either edit the .la files
> or create symlinks.
>
> https://bugs.gentoo.org/show_bug.cgi?id=125728
>
>
So, how does one edit a .la file?
John Blinka
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] revdep-rebuild and gcj
2007-01-24 13:15 ` John Blinka
@ 2007-01-24 13:31 ` Markus Schönhaber
2007-01-24 13:44 ` Alan McKinnon
1 sibling, 0 replies; 8+ messages in thread
From: Markus Schönhaber @ 2007-01-24 13:31 UTC (permalink / raw
To: gentoo-user
John Blinka wrote:
> So, how does one edit a .la file?
By using the texteditor of one's choice.
Regards
mks
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] revdep-rebuild and gcj
2007-01-24 13:15 ` John Blinka
2007-01-24 13:31 ` Markus Schönhaber
@ 2007-01-24 13:44 ` Alan McKinnon
2007-01-24 14:01 ` John Blinka
1 sibling, 1 reply; 8+ messages in thread
From: Alan McKinnon @ 2007-01-24 13:44 UTC (permalink / raw
To: gentoo-user
On Wednesday 24 January 2007 15:15, John Blinka wrote:
> Bo Ørsted Andresen wrote:
> > It's an ancient bug that still isn't fixed. You can either edit the
> > .la files or create symlinks.
> >
> > https://bugs.gentoo.org/show_bug.cgi?id=125728
>
> So, how does one edit a .la file?
[In the spirit of the immortal words uttered by the young junior Vogon]:
Errrrrrrrrrrrrrrrrrrmmmmmmmmmmmm,....... with vi?
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] revdep-rebuild and gcj
2007-01-24 13:44 ` Alan McKinnon
@ 2007-01-24 14:01 ` John Blinka
2007-01-24 14:26 ` Alan McKinnon
0 siblings, 1 reply; 8+ messages in thread
From: John Blinka @ 2007-01-24 14:01 UTC (permalink / raw
To: gentoo-user
Alan McKinnon wrote:
>
>
> [In the spirit of the immortal words uttered by the young junior Vogon]:
>
>
> Errrrrrrrrrrrrrrrrrrmmmmmmmmmmmm,....... with vi?
>
> alan
>
>
Sheeesh.... I've never looked at the innards of a .la file - assumed
that, since they were located in .../lib directories, they contained
mysterious binary information which couldn't be manipulated
with an ordinary text editor. Now that I've looked, I'm
embarrassed! Well, thanks for teaching me something.
John
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] revdep-rebuild and gcj
2007-01-24 14:01 ` John Blinka
@ 2007-01-24 14:26 ` Alan McKinnon
2007-01-24 15:31 ` Arturo 'Buanzo' Busleiman
0 siblings, 1 reply; 8+ messages in thread
From: Alan McKinnon @ 2007-01-24 14:26 UTC (permalink / raw
To: gentoo-user
On Wednesday 24 January 2007 16:01, John Blinka wrote:
> Alan McKinnon wrote:
> > [In the spirit of the immortal words uttered by the young junior
> > Vogon]:
> >
> >
> > Errrrrrrrrrrrrrrrrrrmmmmmmmmmmmm,....... with vi?
> >
> > alan
>
> Sheeesh.... I've never looked at the innards of a .la file -
> assumed that, since they were located in .../lib directories, they
> contained mysterious binary information which couldn't be manipulated
> with an ordinary text editor. Now that I've looked, I'm
> embarrassed! Well, thanks for teaching me something.
Guess what? I did the same thing two months ago :-) After years of
working with the stuff I'd never ever had reason to look inside a .la
and it was only when I hovered over one in Konqueror I saw it was plain
text
Go figure!
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] revdep-rebuild and gcj
2007-01-24 14:26 ` Alan McKinnon
@ 2007-01-24 15:31 ` Arturo 'Buanzo' Busleiman
0 siblings, 0 replies; 8+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2007-01-24 15:31 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Alan McKinnon wrote:
> Guess what? I did the same thing two months ago :-) After years of
> working with the stuff I'd never ever had reason to look inside a .la
> and it was only when I hovered over one in Konqueror I saw it was plain
> text
One thing I *LOVE* doing: run file in each directory, cut the output, sort, uniq it, and see what
kind of files I have there. I've discovered that file recognizes many weird formats :P
- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
¿No sabés a dónde ir a comer o tomar algo? Visitá www.vivamoslavida.com.ar
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFt3vrAlpOsGhXcE0RAnEoAJ95FTVArfpO1fqnvDp97ySsF1C3gACeMVv0
f8d04j0fKY+2a4n/hYP9V3U=
=HTcX
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-01-24 15:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-24 13:02 [gentoo-user] revdep-rebuild and gcj John Blinka
2007-01-24 13:05 ` Bo Ørsted Andresen
2007-01-24 13:15 ` John Blinka
2007-01-24 13:31 ` Markus Schönhaber
2007-01-24 13:44 ` Alan McKinnon
2007-01-24 14:01 ` John Blinka
2007-01-24 14:26 ` Alan McKinnon
2007-01-24 15:31 ` Arturo 'Buanzo' Busleiman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox