public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12984] New: libgcc*.so files are mis-installed.
@ 2003-11-10  2:01 mostrows at watson dot ibm dot com
  2003-11-10  2:33 ` [Bug bootstrap/12984] libgcc*.so files are mis-installed when doing a candian cross pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: mostrows at watson dot ibm dot com @ 2003-11-10  2:01 UTC (permalink / raw)
  To: gcc-bugs

mklibgcc uses "./xgcc" to determine determine the subdirectories into which
multilib libgcc*.so files should be installed (64, nof, 64/nof, for
powerpc64-linux).   But, since gcc is being cross-compiled ./xgcc cannot be
executed and thus empty strings are generated.  The result is that all shared
libgcc*.so libraries are installed into the same spot (each one overwriting the
last).

-- 
           Summary: libgcc*.so files are mis-installed.
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mostrows at watson dot ibm dot com
                CC: amodra at bigpond dot net dot au,gcc-bugs at gcc dot gnu
                    dot org
 GCC build triplet: powerpc-apple-darwin6.7.5
  GCC host triplet: powerpc64-linux-gnu
GCC target triplet: powerpc-linux-gnu (biarch)


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


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

* [Bug bootstrap/12984] libgcc*.so files are mis-installed when doing a candian cross
  2003-11-10  2:01 [Bug bootstrap/12984] New: libgcc*.so files are mis-installed mostrows at watson dot ibm dot com
@ 2003-11-10  2:33 ` pinskia at gcc dot gnu dot org
  2005-02-11 20:34 ` pinskia at gcc dot gnu dot org
  2005-02-11 20:56 ` greg dot weeks at timesys dot com
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-10  2:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-10 02:33 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-10 02:33:02
               date|                            |
            Summary|libgcc*.so files are mis-   |libgcc*.so files are mis-
                   |installed.                  |installed when doing a
                   |                            |candian cross


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


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

* [Bug bootstrap/12984] libgcc*.so files are mis-installed when doing a candian cross
  2003-11-10  2:01 [Bug bootstrap/12984] New: libgcc*.so files are mis-installed mostrows at watson dot ibm dot com
  2003-11-10  2:33 ` [Bug bootstrap/12984] libgcc*.so files are mis-installed when doing a candian cross pinskia at gcc dot gnu dot org
@ 2005-02-11 20:34 ` pinskia at gcc dot gnu dot org
  2005-02-11 20:56 ` greg dot weeks at timesys dot com
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-11 20:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-11 15:01 -------
*** Bug 19906 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greg dot weeks at timesys
                   |                            |dot com


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


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

* [Bug bootstrap/12984] libgcc*.so files are mis-installed when doing a candian cross
  2003-11-10  2:01 [Bug bootstrap/12984] New: libgcc*.so files are mis-installed mostrows at watson dot ibm dot com
  2003-11-10  2:33 ` [Bug bootstrap/12984] libgcc*.so files are mis-installed when doing a candian cross pinskia at gcc dot gnu dot org
  2005-02-11 20:34 ` pinskia at gcc dot gnu dot org
@ 2005-02-11 20:56 ` greg dot weeks at timesys dot com
  2 siblings, 0 replies; 5+ messages in thread
From: greg dot weeks at timesys dot com @ 2005-02-11 20:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From greg dot weeks at timesys dot com  2005-02-11 15:24 -------
The patch does apply with some fuzz to the mainline CVS.

-- 


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


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

* [Bug bootstrap/12984] libgcc*.so files are mis-installed when doing a candian cross
       [not found] <bug-12984-7332@http.gcc.gnu.org/bugzilla/>
@ 2006-02-12 20:56 ` jsm28 at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-02-12 20:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jsm28 at gcc dot gnu dot org  2006-02-12 20:56 -------
This was fixed by <http://gcc.gnu.org/ml/gcc-patches/2005-04/msg02130.html>.

2005-04-19  Daniel Jacobowitz  <dan@codesourcery.com>

        * Makefile.in (libgcc.mk): Pass GCC_FOR_TARGET.
        * mklibgcc.in: Use $GCC_FOR_TARGET instead of ./xgcc.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2006-02-12 20:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-10  2:01 [Bug bootstrap/12984] New: libgcc*.so files are mis-installed mostrows at watson dot ibm dot com
2003-11-10  2:33 ` [Bug bootstrap/12984] libgcc*.so files are mis-installed when doing a candian cross pinskia at gcc dot gnu dot org
2005-02-11 20:34 ` pinskia at gcc dot gnu dot org
2005-02-11 20:56 ` greg dot weeks at timesys dot com
     [not found] <bug-12984-7332@http.gcc.gnu.org/bugzilla/>
2006-02-12 20:56 ` jsm28 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).