Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#2299 closed defect (fixed)

libxml2-2.6.27 sed error

Reported by: Steffen Pankratz Owned by: dnicholson@…
Priority: normal Milestone:
Component: BOOK Version:
Severity: normal Keywords:
Cc:

Description

The first line from the book (sed -i 's|/bin/tar|& --wildcards|' xstc/Makefile) gives this error: sed: can't read xstc/Makefile: No such file or directory

I tried both tar balls links from the book, there is no Makefile

ls -l1 xstc/Makefile.* -rw-r--r-- 1 kratz00 users 5175 Oct 11 09:59 xstc/Makefile.am -rw-r--r-- 1 kratz00 users 16890 Oct 25 17:56 xstc/Makefile.in

Change History (7)

comment:1 by dnicholson@…, 17 years ago

Try running configure first, then do the sed.

comment:2 by dnicholson@…, 17 years ago

Milestone: future6.2.1
Owner: changed from blfs-book@… to dnicholson@…
Status: newassigned
Version: SVN

Randy, maybe it would be better if we patched Makefile.in. It looks like this would accomplish the same thing:

sed -i 's/@TAR@/& --wildcards/' xstc/Makefile.in

since the Makefile seems to use $(TAR).

comment:3 by Steffen Pankratz, 17 years ago

Running configure first does the job :) So somebody should update the book.

Thank you.

comment:4 by dnicholson@…, 17 years ago

Thanks. For consistency with the rest of the book where we do any source fixes before configure, I'm going to test what I put above and see if it works.

comment:5 by dnicholson@…, 17 years ago

kratz00, do you have a name I can acknowledge you with in the ChangeLog?

comment:6 by dnicholson@…, 17 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r6654. I'll change the acknowledgment in the Changelog later if we get a response.

comment:7 by (none), 17 years ago

Milestone: 6.2.1

Milestone 6.2.1 deleted

Note: See TracTickets for help on using tickets.