public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
@ 2003-06-08  1:44 ` jsturm@gcc.gnu.org
  2003-06-11 22:47 ` pinskia@physics.uc.edu
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: jsturm@gcc.gnu.org @ 2003-06-08  1:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


jsturm@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |SUSPENDED


------- Additional Comments From jsturm@gcc.gnu.org  2003-06-08 01:44 -------
I'd guess the best way to handle this bug is to reconfigure after stage1.  For
that it would probably be best to wait for Nathaniel's toplevel bootstrap patches.

Meanwhile, as a workaround you can configure --with-libiconv-prefix=<directory>
where <directory> contains ./include/iconv.h and ./lib/libiconv.{a,so}.


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

* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
  2003-06-08  1:44 ` [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv jsturm@gcc.gnu.org
@ 2003-06-11 22:47 ` pinskia@physics.uc.edu
  2003-06-11 23:23 ` warrend@mdhost.cse.tek.com
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-11 22:47 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.3.2


------- Additional Comments From pinskia@physics.uc.edu  2003-06-11 22:47 -------
This looks like this not never be fixed for 3.3.x, right?


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

* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
  2003-06-08  1:44 ` [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv jsturm@gcc.gnu.org
  2003-06-11 22:47 ` pinskia@physics.uc.edu
@ 2003-06-11 23:23 ` warrend@mdhost.cse.tek.com
  2003-07-12  3:19 ` neroden at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: warrend@mdhost.cse.tek.com @ 2003-06-11 23:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From warrend@mdhost.cse.tek.com  2003-06-11 23:23 -------
Subject: Re:  [3.3 regression] java section can not find libiconv


As far as I know this was not fixed. I tried building gcc-3.3-20030508 and
had the problem. I haven't touched it since then.

I also submitted another enhancement request that would solve this
problem. It was to allow us to specify a "library/include directory" which
would be pushed down through the process of making gcc and become part of
the "specs" file also.

This would be similar to the libiconv switch but more general.


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

* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
                   ` (2 preceding siblings ...)
  2003-06-11 23:23 ` warrend@mdhost.cse.tek.com
@ 2003-07-12  3:19 ` neroden at gcc dot gnu dot org
  2003-07-13 16:17 ` jsturm at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-07-12  3:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


neroden at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.2                       |3.4


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

* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
                   ` (3 preceding siblings ...)
  2003-07-12  3:19 ` neroden at gcc dot gnu dot org
@ 2003-07-13 16:17 ` jsturm at gcc dot gnu dot org
  2003-10-24 20:40 ` neroden at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: jsturm at gcc dot gnu dot org @ 2003-07-13 16:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


jsturm at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|jsturm at gcc dot gnu dot   |neroden at gcc dot gnu dot
                   |org                         |org
             Status|SUSPENDED                   |ASSIGNED


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

* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
                   ` (4 preceding siblings ...)
  2003-07-13 16:17 ` jsturm at gcc dot gnu dot org
@ 2003-10-24 20:40 ` neroden at gcc dot gnu dot org
  2003-10-24 20:41 ` neroden at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-10-24 20:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From neroden at gcc dot gnu dot org  2003-10-24 20:40 -------
Toplevel bootstrap is not going in for 3.4, so this is not mine ATM.


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

* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
                   ` (5 preceding siblings ...)
  2003-10-24 20:40 ` neroden at gcc dot gnu dot org
@ 2003-10-24 20:41 ` neroden at gcc dot gnu dot org
  2003-11-19 23:25 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-10-24 20:41 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


neroden at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|neroden at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


------- Additional Comments From neroden at gcc dot gnu dot org  2003-10-24 20:40 -------
Toplevel bootstrap is not going in for 3.4, so this is not mine ATM.


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

* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
                   ` (6 preceding siblings ...)
  2003-10-24 20:41 ` neroden at gcc dot gnu dot org
@ 2003-11-19 23:25 ` pinskia at gcc dot gnu dot org
  2003-11-20  0:20 ` warrend at mdhost dot cse dot tek dot com
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-19 23:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-19 23:25 -------
Not a bug, set LD_LIBRARY_PATH right.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
                   ` (7 preceding siblings ...)
  2003-11-19 23:25 ` pinskia at gcc dot gnu dot org
@ 2003-11-20  0:20 ` warrend at mdhost dot cse dot tek dot com
  2003-11-20  0:31 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: warrend at mdhost dot cse dot tek dot com @ 2003-11-20  0:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From warrend at mdhost dot cse dot tek dot com  2003-11-20 00:19 -------
Subject: Re:  [3.3 regression] java section can not find libiconv


My goal in life is to never set LD_LIBRARY_PATH. I have anyone of hundreds of
people who may use what I build. I would like only to say run /path/bin/gcc
rather then set some number of environment variables which may break other
things that they are doing.

I have had a terrible time in getting bootstrapped on Solaris 2.5.1 and
Solaris 8. I have no access as ROOT or to /usr/local on these systems.

It sure would be useful if someone could write up a procedure on how to 

1. start with a downloaded precompiled binary or Sun's compiler.

2. Build a gcc/binutils/libiconv/gettext that resides somewhere other then
   /usr/local, find the libraries mentioned in step3, and require no special
   environment variables to be set.

   This combination is interesting since there is dependancies in multiple
   directions.

3. Build other library modules (ncurses,zlib,db, etc) and install them in a
   central location that gcc knows about. I would rather do this then put
   stuff into gcc's tree to prevent breaking it accidently.


The instructions in the installation notes seem only to work properly if
there is a system of gnu software installed already. 




-- 


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


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

* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
                   ` (8 preceding siblings ...)
  2003-11-20  0:20 ` warrend at mdhost dot cse dot tek dot com
@ 2003-11-20  0:31 ` pinskia at gcc dot gnu dot org
  2003-11-20  3:29 ` jsturm at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-20  0:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-20 00:31 -------
Sorry but you will need to set LD_LIBRARY_PATH unless you add -R to all your compiling of your 
programs in the nonstandard path.

-- 


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


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

* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
                   ` (9 preceding siblings ...)
  2003-11-20  0:31 ` pinskia at gcc dot gnu dot org
@ 2003-11-20  3:29 ` jsturm at gcc dot gnu dot org
  2003-11-28  8:40 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: jsturm at gcc dot gnu dot org @ 2003-11-20  3:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsturm at gcc dot gnu dot org  2003-11-20 03:29 -------
(In reply to comment #13)
> Sorry but you will need to set LD_LIBRARY_PATH unless you add -R to all your
compiling of your 
> programs in the nonstandard path.

Andrew,

I think there is a valid complaint here, though it will not be fixed for 3.4,
and is probably not a regression either.

configure is detecting and using libiconv based on the bootstrap compiler's
settings.  This fails in stage2 when the bootstrap compiler is no longer used. 
There are workarounds, you mentioned LD_LIBRARY_PATH and -R.  Or uninstall
libiconv from the bootstrap compiler's path.  Or install it first in ${prefix}.

Nevertheless it's bogus of configure to do this, and completely preventable when
bootstrap moves to toplevel (so stage2 can reconfigure following bootstrap).  I
think it should be kept open, perhaps at lower priority.

Is there a PR you know of for toplevel bootstrap?  If so, this one could depend
on it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |
   Target Milestone|3.4                         |3.5


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


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

* [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
                   ` (10 preceding siblings ...)
  2003-11-20  3:29 ` jsturm at gcc dot gnu dot org
@ 2003-11-28  8:40 ` pinskia at gcc dot gnu dot org
  2004-01-14  4:45 ` [Bug bootstrap/10657] " pinskia at gcc dot gnu dot org
  2004-12-05 17:02 ` [Bug java/10657] " pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-28  8:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW


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


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

* [Bug bootstrap/10657] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
                   ` (11 preceding siblings ...)
  2003-11-28  8:40 ` pinskia at gcc dot gnu dot org
@ 2004-01-14  4:45 ` pinskia at gcc dot gnu dot org
  2004-12-05 17:02 ` [Bug java/10657] " pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-14  4:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-14 04:45 -------
Not really regression.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.3 regression] java       |java section can not find
                   |section can not find        |libiconv
                   |libiconv                    |


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


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

* [Bug java/10657] java section can not find libiconv
       [not found] <20030507051600.10657.warren.dodge@tek.com>
                   ` (12 preceding siblings ...)
  2004-01-14  4:45 ` [Bug bootstrap/10657] " pinskia at gcc dot gnu dot org
@ 2004-12-05 17:02 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-05 17:02 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |---


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


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

end of thread, other threads:[~2004-12-05 17:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030507051600.10657.warren.dodge@tek.com>
2003-06-08  1:44 ` [Bug bootstrap/10657] [3.3 regression] java section can not find libiconv jsturm@gcc.gnu.org
2003-06-11 22:47 ` pinskia@physics.uc.edu
2003-06-11 23:23 ` warrend@mdhost.cse.tek.com
2003-07-12  3:19 ` neroden at gcc dot gnu dot org
2003-07-13 16:17 ` jsturm at gcc dot gnu dot org
2003-10-24 20:40 ` neroden at gcc dot gnu dot org
2003-10-24 20:41 ` neroden at gcc dot gnu dot org
2003-11-19 23:25 ` pinskia at gcc dot gnu dot org
2003-11-20  0:20 ` warrend at mdhost dot cse dot tek dot com
2003-11-20  0:31 ` pinskia at gcc dot gnu dot org
2003-11-20  3:29 ` jsturm at gcc dot gnu dot org
2003-11-28  8:40 ` pinskia at gcc dot gnu dot org
2004-01-14  4:45 ` [Bug bootstrap/10657] " pinskia at gcc dot gnu dot org
2004-12-05 17:02 ` [Bug java/10657] " 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).