public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
@ 2004-09-27  0:06 danglin at gcc dot gnu dot org
  2004-09-27  0:13 ` [Bug bootstrap/17684] [3.4/4.0 " pinskia at gcc dot gnu dot org
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-09-27  0:06 UTC (permalink / raw)
  To: gcc-bugs

In stage 2:

./xgcc -B./ -B/opt/gnu/gcc/gcc-4.0.0/hppa2.0w-hp-hpux11.11/bin/ -isystem /opt/gn
u/gcc/gcc-4.0.0/hppa2.0w-hp-hpux11.11/include -isystem /opt/gnu/gcc/gcc-4.0.0/hp
pa2.0w-hp-hpux11.11/sys-include -L/mnt/gnu/gcc-3.3/objdir/gcc/../ld -O2  -DIN_GC
C    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-sty
le-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D_
_GCC_FLOAT_NOT_NEEDED  -shared  -nodefaultlibs -o libgcc_s.sl   libgcc/./_muldi3
.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.
o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdi
sf.o libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc
/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o lib
gcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o libgcc/./_fixtf
di.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc
/./_enable_execute_stack.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_ab
svsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_su
bvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_ne
gvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_ffssi2.o libgcc/./_ffsdi
2.o libgcc/./_clz.o libgcc/./_clzsi2.o libgcc/./_clzdi2.o libgcc/./_ctzsi2.o lib
gcc/./_ctzdi2.o libgcc/./_popcount_tab.o libgcc/./_popcountsi2.o libgcc/./_popco
untdi2.o libgcc/./_paritysi2.o libgcc/./_paritydi2.o libgcc/./_divdi3.o libgcc/.
/_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgc
c/./_udivmoddi4.o libgcc/./lib2funcs.o libgcc/./quadlib.o  libgcc/./unwind-dw2.o
 libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o libgcc/./gthr-gnat.o libgcc/./
unwind-c.o -lc && rm -f libgcc_s.1 && ln -s libgcc_s.sl libgcc_s.1
/usr/ccs/bin/ld: Can't create libgcc_s.sl
/usr/ccs/bin/ld: Text file busy
collect2: ld returned 1 exit status
make[3]: *** [libgcc_s.sl] Error 1

This is probably caused by this change:

2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>

        PR bootstrap/17369
        * Makefile.in (@set_gcc_lib_path@): Added.

        * configure.ac: Include ../config/gcc-lib-path.m4. Use
        TL_AC_GNU_MAKE_GCC_LIB_PATH.
        * configure: Regenerated.

It's not possible to replace a shared library that's busy on any
32-bit HP-UX port.

-- 
           Summary: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create
                    libgcc_s.sl
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,hjl at lucon dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
@ 2004-09-27  0:13 ` pinskia at gcc dot gnu dot org
  2004-09-27  2:54 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27  0:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 00:13 -------
This is also a 3.4 regression also because that patch was applied to the 3.4 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
           Keywords|                            |build
            Summary|[4.0.0 Regression]          |[3.4/4.0 Regression]
                   |/usr/ccs/bin/ld: Can't      |/usr/ccs/bin/ld: Can't
                   |create libgcc_s.sl          |create libgcc_s.sl
   Target Milestone|---                         |3.4.3


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
  2004-09-27  0:13 ` [Bug bootstrap/17684] [3.4/4.0 " pinskia at gcc dot gnu dot org
@ 2004-09-27  2:54 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-09-27 11:42 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-09-27  2:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-09-27 02:54 -------
Subject: Re:  [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't

> This is also a 3.4 regression also because that patch was applied to the 3.4
> branch.

Confirmed as 3.4 regression as well.

Dave


-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
  2004-09-27  0:13 ` [Bug bootstrap/17684] [3.4/4.0 " pinskia at gcc dot gnu dot org
  2004-09-27  2:54 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-09-27 11:42 ` pinskia at gcc dot gnu dot org
  2004-09-27 17:08 ` hjl at lucon dot org
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27 11:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 11:42 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-27 11:42:57
               date|                            |


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-09-27 11:42 ` pinskia at gcc dot gnu dot org
@ 2004-09-27 17:08 ` hjl at lucon dot org
  2004-09-27 20:54 ` danglin at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2004-09-27 17:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-27 17:08 -------
This is the patch

http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02765.html

Is this safe for parallel build?

-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-09-27 17:08 ` hjl at lucon dot org
@ 2004-09-27 20:54 ` danglin at gcc dot gnu dot org
  2004-09-27 21:23 ` hjl at lucon dot org
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-09-27 20:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From danglin at gcc dot gnu dot org  2004-09-27 20:54 -------
The patch doesn't actually change the file that needs to change,
config/pa/t-hpux-shlib.  The suggested change shown for the `t'
files in the patch doesn't work.  The `rm' fails for the same reason
as the link.

I don't know what's actually using the library.  However, it's
generally possible to rename libraries.  I'm trying that approach.

-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-09-27 20:54 ` danglin at gcc dot gnu dot org
@ 2004-09-27 21:23 ` hjl at lucon dot org
  2004-09-27 21:43 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2004-09-27 21:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-27 21:23 -------
Here is the updated patch:

http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02795.html

It is possible that GNU "make" may be linked against -lgcc_s on some platforms.
I will see what I can do.


-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-09-27 21:23 ` hjl at lucon dot org
@ 2004-09-27 21:43 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-09-27 23:07 ` hjl at lucon dot org
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-09-27 21:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-09-27 21:43 -------
Subject: Re:  [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't

> It is possible that GNU "make" may be linked against -lgcc_s on some
> platforms.

Actually, it looks like its bash.  It is linked against libreadline.
For some reason, libreadline has SHLIB_PATH enabled and it has a
dependency on libgcc_s.sl.

Dave


-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-09-27 21:43 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-09-27 23:07 ` hjl at lucon dot org
  2004-09-28  0:33 ` hjl at lucon dot org
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2004-09-27 23:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-27 23:07 -------
Here is a new patch

http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02807.html

-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-09-27 23:07 ` hjl at lucon dot org
@ 2004-09-28  0:33 ` hjl at lucon dot org
  2004-09-28  1:44 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2004-09-28  0:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-28 00:33 -------
Oops. Please try this one

http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02821.html

-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-09-28  0:33 ` hjl at lucon dot org
@ 2004-09-28  1:44 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-09-28 13:15 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-09-28  1:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-09-28 01:44 -------
Subject: Re:  [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't

> Oops. Please try this one
> 
> http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02821.html

Looks similar to what I came up with.

Dave


-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2004-09-28  1:44 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-09-28 13:15 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-09-28 18:39 ` hjl at lucon dot org
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-09-28 13:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-09-28 13:15 -------
Subject: Re:  [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't

> Oops. Please try this one
> 
> http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02821.html

Works.

Suggestions:

1) Remove `t' from stage suffix.
2) Use `-f' in first `mv'.
3) Make sure that `make clean' removes these files.

In my testing, I found that I didn't need separate files for each
stage.

Dave


-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2004-09-28 13:15 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-09-28 18:39 ` hjl at lucon dot org
  2004-09-30 20:39 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2004-09-28 18:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-28 18:39 -------
Here is the new one:

http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02881.html

-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2004-09-28 18:39 ` hjl at lucon dot org
@ 2004-09-30 20:39 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-10-01  2:38 ` hjl at lucon dot org
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-09-30 20:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-09-30 20:39 -------
Subject: Re:  [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't

> Here is the new one:
> 
> http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02881.html

Clean isn't right:

make clean
...
rm -f libgcc_s.sl libgcc_s.sl.1 libgcc_s.sl.1.stage?
...

# ls -d libgcc*
libgcc_s.1  libgcc_s.sl.stage1  libgcc_s.sl.stage2

Otherwise, the patch works for me.

Dave


-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2004-09-30 20:39 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-10-01  2:38 ` hjl at lucon dot org
  2004-10-02 18:43 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2004-10-01  2:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-10-01 02:37 -------
Here is an update:

http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00010.html

-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2004-10-01  2:38 ` hjl at lucon dot org
@ 2004-10-02 18:43 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-10-18 15:53 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-10-02 18:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-10-02 18:43 -------
Subject: Re:  [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't

> Here is an update:
> 
> http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00010.html

This works for me.  The PA specific parts are ok but you will have
to get approval for the rest.

Dave


-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2004-10-02 18:43 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-10-18 15:53 ` cvs-commit at gcc dot gnu dot org
  2004-10-18 16:01 ` cvs-commit at gcc dot gnu dot org
  2004-10-18 17:00 ` pinskia at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-18 15:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-18 15:53 -------
Subject: Bug 17684

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hjl@gcc.gnu.org	2004-10-18 15:52:52

Modified files:
	gcc            : ChangeLog Makefile.in mklibgcc.in 
	gcc/config     : t-libunwind-elf t-slibgcc-darwin 
	                 t-slibgcc-elf-ver t-slibgcc-sld 
	gcc/config/alpha: t-osf4 
	gcc/config/arm : t-netbsd 
	gcc/config/i386: t-nwld 
	gcc/config/mips: t-slibgcc-irix 
	gcc/config/pa  : t-hpux-shlib 
	gcc/config/sh  : t-linux 

Log message:
	2004-11-18  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR bootstrap/17684
	* Makefile.in (clean): Remove libgcc_s$(SHLIB_EXT).1.stage?.
	(stage1-start): Remove and copy libunwind.a and
	libunwind*$(SHLIB_EXT) instead of libunwind*.
	(stage2-start): Likewise.
	(stage3-start): Likewise.
	(stage4-start): Likewise.
	(stageprofile-start): Likewise.
	(stagefeedback-start): Likewise.
	
	* config/alpha/t-osf4 (SHLIB_LINK): Use a temporary file for
	the shared library to be created and don't remove the existing
	shared library.
	* config/arm/t-netbsd (SHLIB_LINK): Likewise.
	* config/i386/t-nwld (SHLIB_LINK): Likewise.
	* config/mips/t-slibgcc-irix (SHLIB_LINK): Likewise.
	* config/pa/t-hpux-shlib (SHLIB_LINK): Likewise.
	* config/sh/t-linux (SHLIB_LINK): Likewise.
	* config/t-libunwind-elf (SHLIBUNWIND_LINK): Likewise.
	* config/t-slibgcc-darwin (SHLIB_LINK): Likewise.
	* config/t-slibgcc-elf-ver (SHLIB_LINK): Likewise.
	* config/t-slibgcc-sld (SHLIB_LINK): Likewise.
	
	* mklibgcc.in (libgcc-stage-start): Also move "*${objext}s"
	files.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5925&r2=2.5926
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.1412&r2=1.1413
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/mklibgcc.in.diff?cvsroot=gcc&r1=1.71&r2=1.72
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-libunwind-elf.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-darwin.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-elf-ver.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-sld.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/t-osf4.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/t-netbsd.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/t-nwld.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/t-slibgcc-irix.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/t-hpux-shlib.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/t-linux.diff?cvsroot=gcc&r1=1.13&r2=1.14



-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2004-10-18 15:53 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-18 16:01 ` cvs-commit at gcc dot gnu dot org
  2004-10-18 17:00 ` pinskia at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-18 16:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-18 16:01 -------
Subject: Bug 17684

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	hjl@gcc.gnu.org	2004-10-18 16:00:53

Modified files:
	gcc            : ChangeLog Makefile.in mklibgcc.in 
	gcc/config     : t-libunwind-elf t-slibgcc-darwin 
	                 t-slibgcc-elf-ver t-slibgcc-sld 
	gcc/config/alpha: t-osf4 
	gcc/config/arm : t-netbsd 
	gcc/config/mips: t-iris5-6 
	gcc/config/pa  : t-hpux-shlib 
	gcc/config/sh  : t-linux 

Log message:
	2004-11-18  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR bootstrap/17684
	* Makefile.in (clean): Remove libgcc_s$(SHLIB_EXT).1.stage?.
	(stage1-start): Remove and copy libunwind.a and
	libunwind*$(SHLIB_EXT) instead of libunwind*.
	(stage2-start): Likewise.
	(stage3-start): Likewise.
	(stage4-start): Likewise.
	(stageprofile-start): Likewise.
	(stagefeedback-start): Likewise.
	
	* config/alpha/t-osf4 (SHLIB_LINK): Use a temporary file for
	the shared library to be created and don't remove the existing
	shared library.
	* config/arm/t-netbsd (SHLIB_LINK): Likewise.
	* config/mips/t-iris5-6 (SHLIB_LINK): Likewise.
	* config/pa/t-hpux-shlib (SHLIB_LINK): Likewise.
	* config/sh/t-linux (SHLIB_LINK): Likewise.
	* config/t-libunwind-elf (SHLIBUNWIND_LINK): Likewise.
	* config/t-slibgcc-darwin (SHLIB_LINK): Likewise.
	* config/t-slibgcc-elf-ver (SHLIB_LINK): Likewise.
	* config/t-slibgcc-sld (SHLIB_LINK): Likewise.
	
	* mklibgcc.in (libgcc-stage-start): Also move "*${objext}s"
	files.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.665&r2=2.2326.2.666
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.1223.2.19&r2=1.1223.2.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/mklibgcc.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.67.4.2&r2=1.67.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-libunwind-elf.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-darwin.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2&r2=1.2.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-elf-ver.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.5.20.1&r2=1.5.20.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-sld.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.4&r2=1.4.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/t-osf4.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.7&r2=1.7.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/t-netbsd.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.7&r2=1.7.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/t-iris5-6.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3&r2=1.3.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/t-hpux-shlib.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2&r2=1.2.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/t-linux.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.9.10.2&r2=1.9.10.3



-- 


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


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

* [Bug bootstrap/17684] [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
  2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
                   ` (16 preceding siblings ...)
  2004-10-18 16:01 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-18 17:00 ` pinskia at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-18 17:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-18 17:00 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-10-18 17:00 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-27  0:06 [Bug bootstrap/17684] New: [4.0.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl danglin at gcc dot gnu dot org
2004-09-27  0:13 ` [Bug bootstrap/17684] [3.4/4.0 " pinskia at gcc dot gnu dot org
2004-09-27  2:54 ` dave at hiauly1 dot hia dot nrc dot ca
2004-09-27 11:42 ` pinskia at gcc dot gnu dot org
2004-09-27 17:08 ` hjl at lucon dot org
2004-09-27 20:54 ` danglin at gcc dot gnu dot org
2004-09-27 21:23 ` hjl at lucon dot org
2004-09-27 21:43 ` dave at hiauly1 dot hia dot nrc dot ca
2004-09-27 23:07 ` hjl at lucon dot org
2004-09-28  0:33 ` hjl at lucon dot org
2004-09-28  1:44 ` dave at hiauly1 dot hia dot nrc dot ca
2004-09-28 13:15 ` dave at hiauly1 dot hia dot nrc dot ca
2004-09-28 18:39 ` hjl at lucon dot org
2004-09-30 20:39 ` dave at hiauly1 dot hia dot nrc dot ca
2004-10-01  2:38 ` hjl at lucon dot org
2004-10-02 18:43 ` dave at hiauly1 dot hia dot nrc dot ca
2004-10-18 15:53 ` cvs-commit at gcc dot gnu dot org
2004-10-18 16:01 ` cvs-commit at gcc dot gnu dot org
2004-10-18 17:00 ` 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).