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
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
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
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
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: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
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
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 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
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
When I use backspace in the terminal/console and then re-type I get white
blocking. I'm fairly sure that I installed the patches when I built the
keyboard package. Any advice? It's really annoying.
Richard
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscr
Hi,
Can you help me, what a LiveCD i can use to build LFS 7.2 without installing
any packages.
--
Thanks, Dmitrij.--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
Hi,
Sorry, it's mistake in the text. I'm using all instructions from 5.5.1 to
build GCC 4.7.1 and all from 5.7.1 to build Glibc 2.16.0, but Glibc not
building, and I have a errors same as Prabhu, maybe it's not compatible host
(livecd Back-Track 5 R3), this livecd have all packages to build wit
2012/12/15 Дмитрий Соколов
> Hi,
>
> Can you help me, what a LiveCD i can use to build LFS 7.2 without
> installing any packages.
>
> --
> Thanks, Dmitrij.
>
You can try my lfs(blfs) system, it can do live boot, but it's not a livecd.
http://sf.net/projects/smartutils/files/lfs_linux/
>
> --
>
On Sat, Dec 15, 2012 at 01:00:38PM +, Richard Melville wrote:
> When I use backspace in the terminal/console and then re-type I get white
> blocking. I'm fairly sure that I installed the patches when I built the
> keyboard package. Any advice? It's really annoying.
>
> Richard
I suppose w
Hello all,
The gcc installation in chapter 6 is listed as requiring 2.0 GB of free
space. However, I only have 1.4 GB available :(
Are there any files or libraries that are not needed and can SAFELY be
deleted (maybe in /tools)? I am hesitant to touch anything.
The make runs fine. It is during the
Alexander Spitzer wrote:
> Hello all,
>
> The gcc installation in chapter 6 is listed as requiring 2.0 GB of free
> space. However, I only have 1.4 GB available :(
> Are there any files or libraries that are not needed and can SAFELY be
> deleted (maybe in /tools)? I am hesitant to touch anything.
Hi, all:
I strictly followed
http://www.linuxfromscratch.org/lfs/view/stable/index.html and the video
courses from http://www.youtube.com/watch?v=6rmo6H_j3T8 .
However, I happened to notice that by using account "lfs", I'm not able to
do "*make install*" and got a lot of "*Permission denied*" er
On Sat, Dec 15, 2012 at 03:54:40PM -0800, JIA Pei wrote:
>
> However, I happened to notice that by using account "lfs", I'm not able to
> do "*make install*" and got a lot of "*Permission denied*" error messages.
> The potential solutions is
> 1) either using "*sudo make install*"
This is very d
Ken Moffat wrote:
> On Sat, Dec 15, 2012 at 03:54:40PM -0800, JIA Pei wrote:
>>
>> However, I happened to notice that by using account "lfs", I'm not able to
>> do "*make install*" and got a lot of "*Permission denied*" error messages.
>> The potential solutions is
>> 1) either using "*sudo make in
20 matches
Mail list logo