bugGNU Core Utilities - Bugs: bug #24737, generated Makefile broken under...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #24737: generated Makefile broken under Solaris

Submitter:  None
Submitted:  Mon 03 Nov 2008 01:32:50 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Mon 03 Nov 2008 01:35:40 PM UTC, comment #1: 

Known bug, and already fixed in coreutils 7.0.

Eric Blake <ericb>
Group administrator
Mon 03 Nov 2008 01:32:50 PM UTC, original submission:  

Release 6.12 added the "tr" to this line in the configure script:

MAN=`echo "$optional_bin_progs "|sed 's/ /.1 /g;s/ $//'|tr -d '\\015\\012'`

Under Solaris, the generated Makefile contains this:

MAN = uname.1
chroot.1
hostid.1
nice.1
who.1
users.1
pinky.1
uptime.1
stty.1
df.1

chcon.1
chgrp.1
chown.1
chmod.1
cp.1
dd.1
dircolors.1
du.1
\.1
install.1
link.1
ln.1


... and so on, instead of this

MAN = uname.1 chroot.1 hostid.1 nice.1 who.1 users.1 pinky.1 uptime.1 stty.1 df.1  chcon.1 chgrp.1 chown.1 chmod.1 cp.1 dd.1 dircolors.1 du.1 install.1 link.1 ln.1

... and so on. make (Solaris, Gnu and BSD) fails immediatly.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ericb (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-11-03 ericb StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-0329.
    Corresponding source code