Bug 45322 - libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special
Summary: libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell ...
Status: RESOLVED WORKSFORME
Alias: None
Product: gcc
Classification: Unclassified
Component: java (show other bugs)
Version: 4.5.1
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-18 19:09 UTC by Jay
Modified: 2010-10-02 10:47 UTC (History)
4 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2010-09-24 18:33:22


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jay 2010-08-18 19:09:04 UTC
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.
Comment 1 Ralf Wildenhues 2010-08-26 16:46:24 UTC
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.
Comment 2 Jay 2010-08-27 09:53:49 UTC
Wow, could this be checked for earlier? It goes a long way before erroring.
Thanks. I'll try again with bash.
Comment 3 Ralf Wildenhues 2010-08-27 18:15:51 UTC
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.
Comment 4 Ralf Wildenhues 2010-09-24 18:33:22 UTC
Waiting for feedback asked for in comment #1.
Comment 5 Frank Ch. Eigler 2010-09-27 16:34:50 UTC
test test test
Comment 6 Frank Ch. Eigler 2010-09-27 17:05:17 UTC
test test test
Comment 7 Jay 2010-10-02 10:29:06 UTC
It looks like the machine I was using might not be available any longer. Sorry.
Comment 8 Ralf Wildenhues 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.