[Bug other/18508] [3.4/4.0 Regression] basename: too few arguments when building without bootstrap

2005-05-14 Thread dank at kegel dot com

--- Additional Comments From dank at kegel dot com  2005-05-14 16:30 ---
On Cygwin, the symptoms may be slightly different.
Here's a snippet of a build log from Petr Cvachoucek:

basename: missing operand
Try `basename --help' for more information.
mv: `libgcc_s_nof.so.1' and `libgcc_s_nof.so.1.' are the same file
make[2]: *** [nof/libgcc_s_nof.so] Error 1

(Yep, Cygwin considers foo and foo. to be the same file.)
I only mention this for completeness.

-- 


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


[Bug other/18508] [3.4/4.0 Regression] basename: too few arguments when building without bootstrap

2004-12-16 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-16 
19:14 ---
Subject: Bug 18508

CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED]   2004-12-16 19:14:29

Modified files:
gcc: ChangeLog 
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-12-14  H.J. Lu  [EMAIL PROTECTED]

PR other/18508
* config/alpha/t-osf4 (SHLIB_LINK): Use `.backup' as the suffix
to back up the existing shared library.
* config/arm/t-netbsd (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.

* config/i386/t-nwld (SHLIB_LINK): Don't use the temporary
file.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gccr1=2.6857r2=2.6858
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-libunwind-elf.diff?cvsroot=gccr1=1.3r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-darwin.diff?cvsroot=gccr1=1.7r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-elf-ver.diff?cvsroot=gccr1=1.9r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-sld.diff?cvsroot=gccr1=1.9r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/t-osf4.diff?cvsroot=gccr1=1.8r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/t-netbsd.diff?cvsroot=gccr1=1.8r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/t-nwld.diff?cvsroot=gccr1=1.3r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/t-slibgcc-irix.diff?cvsroot=gccr1=1.3r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/t-hpux-shlib.diff?cvsroot=gccr1=1.3r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/t-linux.diff?cvsroot=gccr1=1.15r2=1.16



-- 


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


[Bug other/18508] [3.4/4.0 Regression] basename: too few arguments when building without bootstrap

2004-12-16 Thread hjl at lucon dot org

--- Additional Comments From hjl at lucon dot org  2004-12-16 19:17 ---
Fixed.

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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


[Bug other/18508] [3.4/4.0 Regression] basename: too few arguments when building without bootstrap

2004-12-16 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-16 
19:16 ---
Subject: Bug 18508

CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED]   2004-12-16 19:16:23

Modified files:
gcc: ChangeLog 
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-12-16  H.J. Lu  [EMAIL PROTECTED]

PR other/18508
* config/alpha/t-osf4 (SHLIB_LINK): Use `.backup' as the suffix
to back up 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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcconly_with_tag=gcc-3_4-branchr1=2.2326.2.745r2=2.2326.2.746
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-libunwind-elf.diff?cvsroot=gcconly_with_tag=gcc-3_4-branchr1=1.1.4.2r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-darwin.diff?cvsroot=gcconly_with_tag=gcc-3_4-branchr1=1.2.10.1r2=1.2.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-elf-ver.diff?cvsroot=gcconly_with_tag=gcc-3_4-branchr1=1.5.20.2r2=1.5.20.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-slibgcc-sld.diff?cvsroot=gcconly_with_tag=gcc-3_4-branchr1=1.4.20.1r2=1.4.20.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/t-osf4.diff?cvsroot=gcconly_with_tag=gcc-3_4-branchr1=1.7.10.1r2=1.7.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/t-netbsd.diff?cvsroot=gcconly_with_tag=gcc-3_4-branchr1=1.7.10.1r2=1.7.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/t-iris5-6.diff?cvsroot=gcconly_with_tag=gcc-3_4-branchr1=1.3.20.1r2=1.3.20.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/t-hpux-shlib.diff?cvsroot=gcconly_with_tag=gcc-3_4-branchr1=1.2.20.1r2=1.2.20.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/t-linux.diff?cvsroot=gcconly_with_tag=gcc-3_4-branchr1=1.9.10.3r2=1.9.10.4



-- 


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


[Bug other/18508] [3.4/4.0 Regression] basename: too few arguments when building without bootstrap

2004-12-15 Thread hjl at lucon dot org

--- Additional Comments From hjl at lucon dot org  2004-12-15 19:31 ---
Hi Mark, can you take a look at the patch? Thanks.

-- 
   What|Removed |Added

 CC||mark at codesourcery dot com


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


[Bug other/18508] [3.4/4.0 Regression] basename: too few arguments when building without bootstrap

2004-12-15 Thread mmitchel at gcc dot gnu dot org

--- Additional Comments From mmitchel at gcc dot gnu dot org  2004-12-15 
19:49 ---
This patch is OK.

-- 


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


[Bug other/18508] [3.4/4.0 Regression] basename: too few arguments when building without bootstrap

2004-11-17 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Keywords||build
Summary|basename: too few  |[3.4/4.0 Regression]
   |arguments when building|basename: too few
   |without bootstrap   |arguments when building
   ||without bootstrap
   Target Milestone|--- |3.4.4


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