bugCompact Disc Input and Control Library - Bugs: bug #13073, Can't create cio_config.h

 
 

bug #13073: Can't create cio_config.h

Submitter:  None
Submitted:  Fri 13 May 2005 07:04:28 AM UTC
   
 
Category:  configuration Severity:  5 - Average
Item Group:  Configuration System Status:  Fixed
Privacy:  Public Assigned to:  rocky
Originator Email:  -email is unavailable- Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 13 May 2005 08:40:51 PM UTC, comment #1: 

Thanks for the patch. It has been applied and will appear in releae 0.74 which should happen fairly soon.

Rocky Bernstein <rocky>
Group administrator
Fri 13 May 2005 07:04:28 AM UTC, original submission:  

I'm using coreutils-5.2.1
when configure script writes cdio_config.h then I have this message:
key -196 is obsolete, use '-n 196' instead

Patch to fix this:

--- configure.old 2005-04-14 05:13:33.000000000 +0400
+++ configure 2005-05-13 10:52:01.000000000 +0400
@@ -25470,7 +25470,7 @@
 chmod +x test/check_cue.sh
 chmod +x test/check_iso.sh
 chmod +x test/check_paranoia.sh
-head -196 config.h > include/cdio/cdio_config.h
+head -n 196 config.h > include/cdio/cdio_config.h
  ;;
   esac
 done

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

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.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-05-13 rocky StatusNone Fixed
    Assigned toNone rocky
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code