public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
@ 2006-05-06 12:07 ` christian dot joensson at gmail dot com
  2006-05-06 12:14 ` ebotcazou at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 17+ messages in thread
From: christian dot joensson at gmail dot com @ 2006-05-06 12:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from christian dot joensson at gmail dot com  2006-05-06 12:07 -------
what's the status of this one?


-- 


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
  2006-05-06 12:07 ` [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings christian dot joensson at gmail dot com
@ 2006-05-06 12:14 ` ebotcazou at gcc dot gnu dot org
  2007-02-19 18:11 ` ebotcazou at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-05-06 12:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ebotcazou at gcc dot gnu dot org  2006-05-06 12:14 -------
> what's the status of this one?

Unchanged according to my testing:

eric@linux:~/svn/gcc/gcc> uname -a
Linux linux 2.6.8-24-default #1 Wed Oct 6 09:16:23 UTC 2004 x86_64 x86_64
x86_64 GNU/Linux
eric@linux:~/svn/gcc/gcc> ls -al ~/install/gcc/lib/32/libiberty.a
-rw-r--r--  1 eric users 590738 2006-05-03 16:06
/home/eric/install/gcc/lib/32/libiberty.a


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-03-21 02:49:52         |2006-05-06 12:14:45
               date|                            |


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
  2006-05-06 12:07 ` [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings christian dot joensson at gmail dot com
  2006-05-06 12:14 ` ebotcazou at gcc dot gnu dot org
@ 2007-02-19 18:11 ` ebotcazou at gcc dot gnu dot org
  2007-02-20  9:42 ` peb at mppmu dot mpg dot de
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-02-19 18:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ebotcazou at gcc dot gnu dot org  2007-02-19 18:11 -------
*** Bug 30859 has been marked as a duplicate of this bug. ***


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peb at mppmu dot mpg dot de


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2007-02-19 18:11 ` ebotcazou at gcc dot gnu dot org
@ 2007-02-20  9:42 ` peb at mppmu dot mpg dot de
  2007-02-20 11:13 ` ebotcazou at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 17+ messages in thread
From: peb at mppmu dot mpg dot de @ 2007-02-20  9:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from peb at mppmu dot mpg dot de  2007-02-20 09:42 -------
Created an attachment (id=13072)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13072&action=view)
This patch resolves the libiberty/MULTIOSDIR issue


-- 


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2007-02-20  9:42 ` peb at mppmu dot mpg dot de
@ 2007-02-20 11:13 ` ebotcazou at gcc dot gnu dot org
  2007-02-20 15:20 ` dj at redhat dot com
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-02-20 11:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ebotcazou at gcc dot gnu dot org  2007-02-20 11:13 -------
DJ, what do think about the patch?


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dj at redhat dot com
      Known to fail|3.3.5 3.4.0 4.0.0           |3.3.5 3.4.0 4.0.0 4.1.0


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2007-02-20 11:13 ` ebotcazou at gcc dot gnu dot org
@ 2007-02-20 15:20 ` dj at redhat dot com
  2007-02-20 15:25 ` ebotcazou at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 17+ messages in thread
From: dj at redhat dot com @ 2007-02-20 15:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from dj at redhat dot com  2007-02-20 15:20 -------
Looks OK to me.


-- 


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2007-02-20 15:20 ` dj at redhat dot com
@ 2007-02-20 15:25 ` ebotcazou at gcc dot gnu dot org
  2007-02-20 17:32 ` peb at mppmu dot mpg dot de
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-02-20 15:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from ebotcazou at gcc dot gnu dot org  2007-02-20 15:25 -------
> Looks OK to me.

Thanks.  Would you recommend it for 4.2 too?  Mark, what do you think?


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at codesourcery dot com


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2007-02-20 15:25 ` ebotcazou at gcc dot gnu dot org
@ 2007-02-20 17:32 ` peb at mppmu dot mpg dot de
  2007-02-21  0:02 ` mark at codesourcery dot com
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 17+ messages in thread
From: peb at mppmu dot mpg dot de @ 2007-02-20 17:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from peb at mppmu dot mpg dot de  2007-02-20 17:31 -------
Created an attachment (id=13076)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13076&action=view)
corrected patch for libiberty/multi-os-dir issue

I am very sorry. The patch I sent earlier today was wrong.

Here the corrected patch.

[I forgot that the output from -print-multi-os-directory does not start with a
slash.]


-- 


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2007-02-20 17:32 ` peb at mppmu dot mpg dot de
@ 2007-02-21  0:02 ` mark at codesourcery dot com
  2007-02-21  7:20 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 17+ messages in thread
From: mark at codesourcery dot com @ 2007-02-21  0:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from mark at codesourcery dot com  2007-02-21 00:02 -------
Subject: Re:  Libiberty doesn't honor the multi-os-directory
 settings

ebotcazou at gcc dot gnu dot org wrote:
> ------- Comment #9 from ebotcazou at gcc dot gnu dot org  2007-02-20 15:25 -------
>> Looks OK to me.
> 
> Thanks.  Would you recommend it for 4.2 too?  Mark, what do you think?

Yes, this is OK for 4.2, once it has been on mainline for a couple of
days.  This is essentially a packaging bug, and fixing those is useful,
even on release branches.

Thanks,


-- 


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2007-02-21  0:02 ` mark at codesourcery dot com
@ 2007-02-21  7:20 ` ebotcazou at gcc dot gnu dot org
  2007-03-01 15:30 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-02-21  7:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from ebotcazou at gcc dot gnu dot org  2007-02-21 07:19 -------
Taking care of the patch...


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-05-06 12:14:45         |2007-02-21 07:19:52
               date|                            |


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2007-02-21  7:20 ` ebotcazou at gcc dot gnu dot org
@ 2007-03-01 15:30 ` ebotcazou at gcc dot gnu dot org
  2007-03-03 19:30 ` ebotcazou at gcc dot gnu dot org
  2007-03-03 19:31 ` ebotcazou at gcc dot gnu dot org
  12 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-03-01 15:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from ebotcazou at gcc dot gnu dot org  2007-03-01 15:30 -------
Subject: Bug 16513

Author: ebotcazou
Date: Thu Mar  1 15:30:27 2007
New Revision: 122430

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122430
Log:
        PR other/16513
        * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
        Install headers in multilib independent location.


Modified:
    trunk/libiberty/ChangeLog
    trunk/libiberty/Makefile.in


-- 


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2007-03-01 15:30 ` ebotcazou at gcc dot gnu dot org
@ 2007-03-03 19:30 ` ebotcazou at gcc dot gnu dot org
  2007-03-03 19:31 ` ebotcazou at gcc dot gnu dot org
  12 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-03-03 19:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from ebotcazou at gcc dot gnu dot org  2007-03-03 19:30 -------
Subject: Bug 16513

Author: ebotcazou
Date: Sat Mar  3 19:29:51 2007
New Revision: 122512

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122512
Log:
        Backport from mainline:
        2007-03-01  Peter Breitenlohner  <peb@mppmu.mpg.de>

        PR other/16513
        * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
        Install headers in multilib independent location.


Modified:
    branches/gcc-4_2-branch/libiberty/ChangeLog
    branches/gcc-4_2-branch/libiberty/Makefile.in


-- 


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
       [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2007-03-03 19:30 ` ebotcazou at gcc dot gnu dot org
@ 2007-03-03 19:31 ` ebotcazou at gcc dot gnu dot org
  12 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-03-03 19:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from ebotcazou at gcc dot gnu dot org  2007-03-03 19:31 -------
Fixed in the upcoming 4.2.0 release.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
  2004-07-13 10:00 [Bug other/16513] New: Libiberty doesn't follow " ebotcazou at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-12-20 12:25 ` christian dot joensson at gmail dot com
@ 2004-12-20 23:05 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-20 23:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-20 23:05 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to work|                            |3.3.5 3.4.0 4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-20 23:05:26
               date|                            |


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
  2004-07-13 10:00 [Bug other/16513] New: Libiberty doesn't follow " ebotcazou at gcc dot gnu dot org
  2004-07-15 19:13 ` [Bug other/16513] Libiberty doesn't honor " ebotcazou at gcc dot gnu dot org
  2004-10-19 11:06 ` ebotcazou at gcc dot gnu dot org
@ 2004-12-20 12:25 ` christian dot joensson at gmail dot com
  2004-12-20 23:05 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 17+ messages in thread
From: christian dot joensson at gmail dot com @ 2004-12-20 12:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christian dot joensson at
                   |                            |gmail dot com


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
  2004-07-13 10:00 [Bug other/16513] New: Libiberty doesn't follow " ebotcazou at gcc dot gnu dot org
  2004-07-15 19:13 ` [Bug other/16513] Libiberty doesn't honor " ebotcazou at gcc dot gnu dot org
@ 2004-10-19 11:06 ` ebotcazou at gcc dot gnu dot org
  2004-12-20 12:25 ` christian dot joensson at gmail dot com
  2004-12-20 23:05 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-10-19 11:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-10-19 11:06 -------
Same problem on amd64-*-* where the 32-bit libiberty.a is in $(PREFIX)/lib/32.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|sparc64-sun-solaris2.*      |sparc64-*-*, amd64-*-*
   GCC host triplet|sparc64-sun-solaris2.*      |sparc64-*-*, amd64-*-*
 GCC target triplet|sparc64-sun-solaris2.*      |sparc64-*-*, amd64-*-*


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


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

* [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings
  2004-07-13 10:00 [Bug other/16513] New: Libiberty doesn't follow " ebotcazou at gcc dot gnu dot org
@ 2004-07-15 19:13 ` ebotcazou at gcc dot gnu dot org
  2004-10-19 11:06 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-07-15 19:13 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Libiberty doesn't follow the|Libiberty doesn't honor the
                   |multi-os-directory settings |multi-os-directory settings


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


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

end of thread, other threads:[~2007-03-03 19:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-16513-226@http.gcc.gnu.org/bugzilla/>
2006-05-06 12:07 ` [Bug other/16513] Libiberty doesn't honor the multi-os-directory settings christian dot joensson at gmail dot com
2006-05-06 12:14 ` ebotcazou at gcc dot gnu dot org
2007-02-19 18:11 ` ebotcazou at gcc dot gnu dot org
2007-02-20  9:42 ` peb at mppmu dot mpg dot de
2007-02-20 11:13 ` ebotcazou at gcc dot gnu dot org
2007-02-20 15:20 ` dj at redhat dot com
2007-02-20 15:25 ` ebotcazou at gcc dot gnu dot org
2007-02-20 17:32 ` peb at mppmu dot mpg dot de
2007-02-21  0:02 ` mark at codesourcery dot com
2007-02-21  7:20 ` ebotcazou at gcc dot gnu dot org
2007-03-01 15:30 ` ebotcazou at gcc dot gnu dot org
2007-03-03 19:30 ` ebotcazou at gcc dot gnu dot org
2007-03-03 19:31 ` ebotcazou at gcc dot gnu dot org
2004-07-13 10:00 [Bug other/16513] New: Libiberty doesn't follow " ebotcazou at gcc dot gnu dot org
2004-07-15 19:13 ` [Bug other/16513] Libiberty doesn't honor " ebotcazou at gcc dot gnu dot org
2004-10-19 11:06 ` ebotcazou at gcc dot gnu dot org
2004-12-20 12:25 ` christian dot joensson at gmail dot com
2004-12-20 23:05 ` 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).