public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "hjl at lucon dot org" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug libgcj/20693] javax-imageio.lo failed to build
Date: Wed, 30 Mar 2005 23:42:00 -0000	[thread overview]
Message-ID: <20050330200634.26929.qmail@sourceware.org> (raw)
In-Reply-To: <20050330175714.20693.hjl@lucon.org>


------- Additional Comments From hjl at lucon dot org  2005-03-30 20:06 -------
It is a libtool bug, which depends on the order of the output from
"find -name '*.class" -print". On my Linux/i686:

[hjl@gnu-10 libjava]$ pwd
/export/build/gnu/gcc/build-i686-linux/i686-pc-linux-gnu/libjava
[hjl@gnu-10 libjava]$ find javax/imageio -name '*.class' -print
...
javax/imageio/spi/ServiceRegistry$1.class
[hjl@gnu-10 libjava]$

On my Linux/ia64:
[hjl@gnu-4 libjava]$ pwd
/export/build/gnu/gcc/build-ia64-linux/ia64-unknown-linux-gnu/libjava
[hjl@gnu-4 libjava]$ find javax/imageio -name '*.class' -print
...
javax/imageio/ImageIO$ReaderFormatFilter.class
[hjl@gnu-4 libjava]$

On my Linux/x86_64:

[hjl@gnu-64 libjava]$ pwd
/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/libjava
[hjl@gnu-64 libjava]$ find javax/imageio -name '*.class' -print
...
javax/imageio/ImageIO$ReaderFormatFilter.class
[hjl@gnu-64 libjava]$

For some reason, libtool failed to add a `/' before `$' for the last
one on the list.

-- 


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


  parent reply	other threads:[~2005-03-30 20:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-30 20:26 [Bug libgcj/20693] New: " hjl at lucon dot org
2005-03-30 21:10 ` [Bug libgcj/20693] " pinskia at gcc dot gnu dot org
2005-03-30 23:42 ` hjl at lucon dot org [this message]
2005-03-30 23:43 ` hjl at lucon dot org
2005-04-02  0:28 ` hjl at lucon dot org
2005-04-07 17:39 ` hjl at lucon dot org
2005-04-11 18:14 ` hjl at lucon dot org
2005-04-17  0:43 ` green at redhat dot com
2005-04-17  6:51 ` cvs-commit at gcc dot gnu dot org
2005-04-17 15:36 ` [Bug libgcj/20693] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-05-06  3:21 ` green at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050330200634.26929.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).