Opened 16 years ago

Closed 16 years ago

#2165 closed defect (fixed)

Autoconf overwrites a Binutils info file

Reported by: randy@… Owned by: randy@…
Priority: normal Milestone: 6.4
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

Not sure if it is worth mentioning in the book, but the Autoconf package overwrites /usr/share/info/standards.info which is initially installed by the Binutils package.

They are different in that one of them (I didn't look that closely to see which one) has more recent updates. I have modifications in my scripts to rename the binutils one before the Autoconf installation.

Close this ticket if the issue is too insignificant to mention in the book.

Attachments (2)

lfs-binutils-info-fix.patch (1.2 KB ) - added by willimm 16 years ago.
Supress installing of Binutil
lfs-binutils-info-fix.2.patch (1.2 KB ) - added by willimm 16 years ago.
Supress installing of Binutils' standerds.info.

Download all attachments as: .zip

Change History (7)

comment:1 by alexander@…, 16 years ago

Thanks for the report, the ticket is valid even if it is insignificant for the current book. Some action related to this issue will be required when package management enters the book.

comment:2 by dnicholson@…, 16 years ago

DIY has this fix:

rm -fv etc/standards.info
sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in

comment:3 by bdubbs@…, 16 years ago

Milestone: 7.06.4

comment:4 by randy@…, 16 years ago

Owner: changed from lfs-book@… to randy@…
Status: newassigned

by willimm, 16 years ago

Attachment: lfs-binutils-info-fix.patch added

Supress installing of Binutil

by willimm, 16 years ago

Supress installing of Binutils' standerds.info.

comment:6 by randy@…, 16 years ago

Resolution: fixed
Status: assignedclosed

Added Greg's fix to the Binutils instructions to suppress the installation of the outdated file.

I'd have mentioned William as well, but with the spelling errors and XML that won't validate, I couldn't use any of his patch.

Note: See TracTickets for help on using tickets.