I am definitely using the development source while reading 7.2 :X
This might be why check didn't build smoothly.
I'll carry on for now but if I encounter any weird problems I'll know why.
On Sat, Dec 15, 2012 at 3:27 AM, Chris Staub wrote:
> On 12/15/2012 03:18 AM, Alexander Spitzer wrote:
> > I
On 12/15/2012 03:18 AM, Alexander Spitzer wrote:
> 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 pth
It worked! Thank you so much!
For reference I also had to edit /usr/bin/yacc to exec
'/usr/local/bin/bison' -y "$@" since there was no bison at all in /usr/bin
On Sat, Dec 15, 2012 at 3:15 AM, Chris Staub wrote:
> On 12/15/2012 03:11 AM, Alexander Spitzer wrote:
> > Hi Chris,
> > Thanks for your
On Sat, Dec 15, 2012 at 3:10 AM, Chris Staub 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 applie
On 12/15/2012 03:11 AM, Alexander Spitzer wrote:
> Hi Chris,
> Thanks for your reply.
>
> ls -l /usr/bin/yacc gives:
> -rw-r--r-- 1 root root 41 Dec 13 19:13 /usr/bin/yacc
>
>
That explains it, that script is not executable. "chmod a+x
/usr/bin/yacc" and it should work.
--
http://linuxfromscratch
Hi Chris,
Thanks for your reply.
ls -l /usr/bin/yacc gives:
-rw-r--r-- 1 root root 41 Dec 13 19:13 /usr/bin/yacc
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
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 th
On 12/15/2012 02:58 AM, Alexander Spitzer wrote:
> Hello all,
>
> I am on section 5.15.1 (installing bash) on LFS version 7.2 and I am
> receiving an error after running make:
> $ make -j
> yacc -d ./parse.y
> make: execvp: yacc: Permission denied
> make: *** [y.tab.c] Error 127
>
> I have encounte
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?
On Sat, Dec 15, 2012 at 2:58 AM, Alexander Sp
Hello all,
I am on section 5.15.1 (installing bash) on LFS version 7.2 and I am
receiving an error after running make:
$ make -j
yacc -d ./parse.y
make: execvp: yacc: Permission denied
make: *** [y.tab.c] Error 127
I have encountered this before and I attempted to get around by sudo, but
that tur
did I miss?
>
> Many thanks,
> Borre
>
>
>
>
>
> --
>
> Message: 2
> Date: Thu, 20 Mar 2008 01:24:43 +0100
> From: Bauke Jan Douma <[EMAIL PROTECTED]>
> Subject: Re: 5.14.1. Installation of Bash
> To: LFS Support List
>
Many thanks, I'll forge on... Borre
- Original Message -
From: "Bauke Jan Douma" <[EMAIL PROTECTED]>
To: "LFS Support List"
Sent: Wednesday, March 19, 2008 5:24 PM
Subject: Re: 5.14.1. Installation of Bash
> Borre van Doorninck wrote on 20-03
Borre van Doorninck wrote on 20-03-08 01:07:
> rm -f ru.gmo && : -c --statistics -o ru.gmo ru.po
The -c --statistics part it would seem should be parameters
to msgfmt, I think. However, apparently that program was not
found by some configure process, and hence was replaced by
the shell builtin ':
Hi folks,
I am a bit of a newbie to this and any help is greatly appreciated. I have
checked the existing posts and can not find anything similar. I am
installing v 6.3 and am coming up with the following error on the 'make
install' for bash on section 5.14. Bash-3.2 of the 6.3 manual.
make[1]:
14 matches
Mail list logo