On Sat, Dec 15, 2012 at 3:10 AM, Chris Staub <ch...@beaker67.com> wrote:
> On 12/15/2012 03:03 AM, Alexander Spitzer wrote: > > An additional piece of information that might be important: > > The patch asked for in the book is bash-4.2-fixes-8.patch while the one > > I have from the website and that one that I applied > > is bash-4.2-fixes-10.patch > > Could that be the cause of the problem? > > That is extremely unlikely, though since you are saying you are doing > something differently than what's in the book, I need to ask how else > (no matter how trivial it might seem) you are deviating from the book's > instructions. Also, you're saying the book mentions a "fixes-8" patch as > stated in the 7.2 book - that specific patch is in fact available - it's > even linked right in the book. > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > I used the sources in wget-list and the list had the fixes-10.patch. I hope that doesn't turn out to be the issue. Other than that, the only thing I can think of is during the make of the check package, I received a undefined reference to pthread..... error in the directory tests, which I fixed by: cd tests open the makefile and add -lpthread to the variable "CFLAGS" after that it built properly. The book mentions the swap partition but I only made 1 ext3 3GB sized partition on a 4GB USB stick.
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page