public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/45322]  New: libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special
@ 2010-08-18 19:09 jay dot krell at cornell dot edu
  2010-08-26 16:46 ` [Bug java/45322] " rwild at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: jay dot krell at cornell dot edu @ 2010-08-18 19:09 UTC (permalink / raw)
  To: java-prs

libtool: compile: libobj name `ltdl.lo' may not contain shell special
characters.
make[4]: *** [ltdl.lo] Error 1
make[4]: Leaving directory
`/home/jayk/obj/gcc451/alphaev67-dec-osf5.1/libjava/libltdl'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/jayk/obj/gcc451/alphaev67-dec-osf5.1/libjava/libltdl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jayk/obj/gcc451/alphaev67-dec-osf5.1/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/home/jayk/obj/gcc451'


bash-4.1$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/jayk/libexec/gcc/alphaev67-dec-osf5.1/4.5.0/lto-wrapper
Target: alphaev67-dec-osf5.1
Configured with: /home/jayk/src/gcc-4.5.0/configure -disable-nls
-prefix=/home/jayk
Thread model: posix
gcc version 4.5.0 (GCC) 


bash-4.1$ uname -a
OSF1 hostname V5.1 732 alpha alpha Tru64


I'll retry without Java.


-- 
           Summary: libjava error: libtool: compile: libobj name `ltdl.lo'
                    may not contain shell special
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jay dot krell at cornell dot edu


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


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

* [Bug java/45322] libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special
  2010-08-18 19:09 [Bug java/45322] New: libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special jay dot krell at cornell dot edu
@ 2010-08-26 16:46 ` rwild at gcc dot gnu dot org
  2010-08-27  9:53 ` jay dot krell at cornell dot edu
  2010-08-27 18:15 ` rwild at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: rwild at gcc dot gnu dot org @ 2010-08-26 16:46 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from rwild at gcc dot gnu dot org  2010-08-26 16:46 -------
Please show
  grep '^SHELL =' alphaev67-dec-osf5.1/libjava/libltdl/Makefile

and if you want Java enabled, please set and export CONFIG_SHELL to some bash
instance before running $CONFIG_SHELL path/to/toplevel/configure ...
as documented in the installation manual.


-- 


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


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

* [Bug java/45322] libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special
  2010-08-18 19:09 [Bug java/45322] New: libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special jay dot krell at cornell dot edu
  2010-08-26 16:46 ` [Bug java/45322] " rwild at gcc dot gnu dot org
@ 2010-08-27  9:53 ` jay dot krell at cornell dot edu
  2010-08-27 18:15 ` rwild at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: jay dot krell at cornell dot edu @ 2010-08-27  9:53 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from jay dot krell at cornell dot edu  2010-08-27 09:53 -------
Wow, could this be checked for earlier? It goes a long way before erroring.
Thanks. I'll try again with bash.


-- 


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


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

* [Bug java/45322] libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special
  2010-08-18 19:09 [Bug java/45322] New: libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special jay dot krell at cornell dot edu
  2010-08-26 16:46 ` [Bug java/45322] " rwild at gcc dot gnu dot org
  2010-08-27  9:53 ` jay dot krell at cornell dot edu
@ 2010-08-27 18:15 ` rwild at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: rwild at gcc dot gnu dot org @ 2010-08-27 18:15 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from rwild at gcc dot gnu dot org  2010-08-27 18:15 -------
Maybe.  Not all requirements from the installation manual can be checked
easily.
This one we can maybe fix, but for that please provide all information asked
for.
Thanks.


-- 


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


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

* [Bug java/45322] libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special
       [not found] <bug-45322-8172@http.gcc.gnu.org/bugzilla/>
  2010-10-02 10:29 ` jay.krell at cornell dot edu
@ 2010-10-02 10:47 ` rwild at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: rwild at gcc dot gnu.org @ 2010-10-02 10:47 UTC (permalink / raw)
  To: java-prs

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

Ralf Wildenhues <rwild at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #8 from Ralf Wildenhues <rwild at gcc dot gnu.org> 2010-10-02 10:47:00 UTC ---
Closing as worksforme.  If you (or anybody else) can reproduce this issue
elsewhere, feel free to reopen.  Thanks.


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

* [Bug java/45322] libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special
       [not found] <bug-45322-8172@http.gcc.gnu.org/bugzilla/>
@ 2010-10-02 10:29 ` jay.krell at cornell dot edu
  2010-10-02 10:47 ` rwild at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: jay.krell at cornell dot edu @ 2010-10-02 10:29 UTC (permalink / raw)
  To: java-prs

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

--- Comment #7 from Jay <jay.krell at cornell dot edu> 2010-10-02 10:29:06 UTC ---
It looks like the machine I was using might not be available any longer. Sorry.


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

end of thread, other threads:[~2010-10-02 10:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-18 19:09 [Bug java/45322] New: libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special jay dot krell at cornell dot edu
2010-08-26 16:46 ` [Bug java/45322] " rwild at gcc dot gnu dot org
2010-08-27  9:53 ` jay dot krell at cornell dot edu
2010-08-27 18:15 ` rwild at gcc dot gnu dot org
     [not found] <bug-45322-8172@http.gcc.gnu.org/bugzilla/>
2010-10-02 10:29 ` jay.krell at cornell dot edu
2010-10-02 10:47 ` rwild at gcc dot gnu.org

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).