Opened 17 years ago
Closed 16 years ago
#2165 closed defect (fixed)
Autoconf overwrites a Binutils info file
Reported by: | Owned by: | ||
---|---|---|---|
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)
Change History (7)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
DIY has this fix:
rm -fv etc/standards.info sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in
comment:3 by , 16 years ago
Milestone: | 7.0 → 6.4 |
---|
comment:4 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 16 years ago
Attachment: | lfs-binutils-info-fix.2.patch added |
---|
Supress installing of Binutils' standerds.info.
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
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.