Built LFS from the 6.1 Book without obvious problems and continued with BLFS Version 6.1. Only ( intentional) deviation was to install nano instead of vi.

Followed BLFS book to end of chapter 3 then started 'selecting' packages as suggested. Installed RP-PPPoE and Lynx ( and their dependencies) with no problems but after 10 minutes 'command line web browsing' realised I needed X.

Prerequisites compiled without obvious problems but the 'make World' command terminated with the errors below.

If it is something to do with bison, I have no idea how to proceed. (What is bison meant to do?) Any hints would be grately appreciated.

make[3]: Entering directory `/usr/src/xorg/xcbuild/lib/dps'
checking ../../config/pswrap/pswrap over in ../../config/pswrap first...
make[4]: Entering directory `/usr/src/xorg/xcbuild/config/pswrap'
gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall -Wpointer-arith -Wundef -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXENVIRONMENT -c -o main.o main.c
bison -y -d pswparser.y
conflicts: 1 shift/reduce
mv -f y.tab.c pswparser.c
+ mv -f y.tab.h pswparser.h
gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall -Wpointer-arith -Wundef -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXENVIRONMENT -c -o pswparser.o pswparser.c
y.tab.c:616:6: warning: "YYLTYPE_IS_TRIVIAL" is not defined
flex -l  -t lexer.l > lexer.c
gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall -Wpointer-arith -Wundef -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXENVIRONMENT -c -o lexer.o lexer.c
<stdout>: In function `yylex':
<stdout>:1199: error: `yy_prev_more_offset' undeclared (first use in this function)
<stdout>:1199: error: (Each undeclared identifier is reported only once
<stdout>:1199: error: for each function it appears in.)
lexer.l:349: warning: long unsigned int format, long int arg (arg 3)
lexer.l:358: warning: long unsigned int format, long int arg (arg 3)
lexer.l: At top level:
<stdout>:2988: warning: 'yy_flex_strlen' defined but not used
make[4]: *** [lexer.o] Error 1
make[4]: Leaving directory `/usr/src/xorg/xcbuild/config/pswrap'
make[3]: *** [../../config/pswrap/pswrap] Error 2
make[3]: Leaving directory `/usr/src/xorg/xcbuild/lib/dps'
make[2]: *** [includes] Error 2
make[2]: Leaving directory `/usr/src/xorg/xcbuild/lib'
make[1]: *** [includes] Error 2
make[1]: Leaving directory `/usr/src/xorg/xcbuild'
make: *** [World] Error 2

begin:vcard
fn:Ian Macdonald
n:Macdonald;Ian
adr:;;2 Jatinga Close;Johannesburg;Gauteng;;South Africa
email;internet:[EMAIL PROTECTED]
tel;home:+ 27 11 8079356
tel;cell:+ 27 83 4414738
x-mozilla-html:FALSE
version:2.1
end:vcard

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to