public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/57424] New: extra multilib subdirectory level at r199345
@ 2013-05-26 22:43 howarth at nitro dot med.uc.edu
  2013-05-28 13:58 ` [Bug java/57424] " howarth at nitro dot med.uc.edu
  0 siblings, 1 reply; 2+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2013-05-26 22:43 UTC (permalink / raw)
  To: java-prs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57424

            Bug ID: 57424
           Summary: extra multilib subdirectory level at r199345
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
          Assignee: unassigned at gcc dot gnu.org
          Reporter: howarth at nitro dot med.uc.edu

At r199345, on x86_64-apple-darwin12, I am finding that installation
subdirectory for the multilib of gcj-4.9.0-14 is now installed in...

/sw/src/fink.build/root-gcc49-4.9.0-1000/sw/lib/gcc4.9/lib/i386/i386/

instead of the expected...

/sw/src/fink.build/root-gcc49-4.9.0-1000/sw/lib/gcc4.9/lib/i386/

I assume this is unintended failout from r199221.


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

* [Bug java/57424] extra multilib subdirectory level at r199345
  2013-05-26 22:43 [Bug java/57424] New: extra multilib subdirectory level at r199345 howarth at nitro dot med.uc.edu
@ 2013-05-28 13:58 ` howarth at nitro dot med.uc.edu
  0 siblings, 0 replies; 2+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2013-05-28 13:58 UTC (permalink / raw)
  To: java-prs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57424

--- Comment #1 from Jack Howarth <howarth at nitro dot med.uc.edu> ---
This problem is caused by following change in gcc trunk. In gcc-4_8-branch, the
generated Makefile in darwin_objdir/x86_64-apple-darwin12.3.0/i386/libjava/gcj
has...

dbexecdir = $(libdir)/i386/gcj-4.8.1-14

where libdir is...

libdir = ${exec_prefix}/lib

whereas now in gcc trunk we have...

dbexecdir = $(toolexeclibdir)/i386/gcj-4.9.0-14

where toolexeclibdir is...

toolexeclibdir = $(libdir)/i386

hence the duplication of i386 in the path.


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

end of thread, other threads:[~2013-05-28 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-26 22:43 [Bug java/57424] New: extra multilib subdirectory level at r199345 howarth at nitro dot med.uc.edu
2013-05-28 13:58 ` [Bug java/57424] " howarth at nitro dot med.uc.edu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).