public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/17087] New: g++ testsuite fails to run because of libiconv
@ 2004-08-18 19:41 James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-08-18 19:43 ` [Bug bootstrap/17087] " James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-08-18 19:41 UTC (permalink / raw)
  To: gcc-bugs

libiconv cannot be found, therefore g++ portion of testsuite fails to run.
Otherwise, bootstraps OK.

uname -a:
SunOS mushroom 5.7 Generic_106541-19 sun4u sparc SUNW,Ultra-2

gcc -v:
Reading specs from /mnt/home3/utilities/lib/gcc/sparc-sun-solaris2.7/3.5.0/specs
Configured with: /mnt/home3/utilities/gcc/configure
--prefix=/mnt/home3/utilities --verbose --with-as=/mnt/home3/utilities/bin/as
--with-ld=/mnt/home3/utilities/bin/ld --with-gnu-as --with-gnu-ld
--disable-multilib --enable-languages=c++
Thread model: posix
gcc version 3.5.0 20040621 (experimental)

Configured with:
setenv CC gcc ; /mnt/home3/utilities/gcc/configure --prefix=/mnt/home3/utilities
--verbose --with-as=/mnt/home3/utilities/bin/as
--with-ld=/mnt/home3/utilities/bin/ld --with-gnu-as --with-gnu-ld
--disable-multilib --disable-nls --enable-languages=c++ |& tee clog

Built with:
nice gmake CFLAGS='' BOOT_CFLAGS='' LIBCFLAGS='-g -O' CXXFLAGS='-O'
LIBCXXFLAGS='-g -O' bootstrap |& tee log 

Attached tar file has configure log, bootstrap log, and test log.

-- 
           Summary: g++ testsuite fails to run because of libiconv
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: James dot W dot Mckelvey at jpl dot nasa dot gov
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.7
  GCC host triplet: sparc-sun-solaris2.7
GCC target triplet: sparc-sun-solaris2.7


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


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

* [Bug bootstrap/17087] g++ testsuite fails to run because of libiconv
  2004-08-18 19:41 [Bug bootstrap/17087] New: g++ testsuite fails to run because of libiconv James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-08-18 19:43 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-08-18 19:52 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-08-18 19:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-08-18 19:43 -------
Created an attachment (id=6954)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6954&action=view)
Log files: configure, build, and test

clog = configure log
log = build log
tlog = test log


-- 


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


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

* [Bug bootstrap/17087] g++ testsuite fails to run because of libiconv
  2004-08-18 19:41 [Bug bootstrap/17087] New: g++ testsuite fails to run because of libiconv James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-08-18 19:43 ` [Bug bootstrap/17087] " James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-08-18 19:52 ` pinskia at gcc dot gnu dot org
  2004-09-30 10:08 ` ebotcazou at gcc dot gnu dot org
  2004-09-30 13:20 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-18 19:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-18 19:52 -------
Sounds like we are not setting LD_LIBRARY_PATH right or setting it too late.

-- 


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


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

* [Bug bootstrap/17087] g++ testsuite fails to run because of libiconv
  2004-08-18 19:41 [Bug bootstrap/17087] New: g++ testsuite fails to run because of libiconv James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-08-18 19:43 ` [Bug bootstrap/17087] " James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-08-18 19:52 ` pinskia at gcc dot gnu dot org
@ 2004-09-30 10:08 ` ebotcazou at gcc dot gnu dot org
  2004-09-30 13:20 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-09-30 10:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org


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


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

* [Bug bootstrap/17087] g++ testsuite fails to run because of libiconv
  2004-08-18 19:41 [Bug bootstrap/17087] New: g++ testsuite fails to run because of libiconv James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (2 preceding siblings ...)
  2004-09-30 10:08 ` ebotcazou at gcc dot gnu dot org
@ 2004-09-30 13:20 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-30 13:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-30 13:20 -------
Hmm, I know that there were different bug reports from HJL about the same problems with the testsuite 
somewhere, yes, this is a dup of bug 17464.

*** This bug has been marked as a duplicate of 17464 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-09-30 13:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-18 19:41 [Bug bootstrap/17087] New: g++ testsuite fails to run because of libiconv James dot W dot Mckelvey at jpl dot nasa dot gov
2004-08-18 19:43 ` [Bug bootstrap/17087] " James dot W dot Mckelvey at jpl dot nasa dot gov
2004-08-18 19:52 ` pinskia at gcc dot gnu dot org
2004-09-30 10:08 ` ebotcazou at gcc dot gnu dot org
2004-09-30 13:20 ` pinskia at gcc dot gnu dot 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).