Bryan Kadzban wrote:
> Bruce Dubbs wrote:
>> Bryan Kadzban wrote:
>>> ...Wait, this might be the issue. chapter06/kernfs.html says:
>>>
>>> mount -vt devpts devpts $LFS/dev/pts
>>>
>>> but my fstab has:
>>>
>>> devpts /dev/pts devpts gid=4,mode=620 0 0
>>>
>>> The mount probably needs -o gid=4,mod
Bruce Dubbs wrote:
> Bryan Kadzban wrote:
>> ...Wait, this might be the issue. chapter06/kernfs.html says:
>>
>> mount -vt devpts devpts $LFS/dev/pts
>>
>> but my fstab has:
>>
>> devpts /dev/pts devpts gid=4,mode=620 0 0
>>
>> The mount probably needs -o gid=4,mode=620 added. If you add that
Fernando de Oliveira wrote:
> Em 15-08-2013 11:33, David B. escreveu:
>> On 15/08/13 14:43, Fernando de Oliveira wrote:
>>> Em 15-08-2013 09:57, David B. escreveu:
As an addendum to this, dictionaries still need to be installed
manually, e.g. for English dictionaries:
mkdir /usr
On Thu, Aug 15, 2013 at 05:43:37PM -0500, Bruce Dubbs wrote:
>
> This worked for me. I deleted bison, lex, and flex from /usr/bin and
> then built flex:
>
> sed -i -e '/test-bison/d' tests/Makefile.in
> ./configure --prefix=/usr \
> --docdir=/usr/share/doc/flex-2.5.37
> make
> make
Armin K. wrote:
> On 16.8.2013 0:09, Bruce Dubbs wrote:
>> I went into chroot where flex has already been built and all tests are
>> OK. Looking at the Makefile, I don't see an easy way to disable the
>> test. Perhaps it just needs a note saying that the test fails because
>> flex is not yet ava
Bruce Dubbs wrote:
> Ken Moffat wrote:
>
>> On Thu, Aug 15, 2013 at 11:06:45AM -0500, Bruce Dubbs wrote:
>>> bison. 1 failure.
>>> CXX examples/calc++/examples_calc___calc__-calc++-scanner.o
>>> g++: error: ./examples/calc++/calc++-scanner.cc: No such file or
>>> directory
>>> g++: fatal
On 16.8.2013 0:09, Bruce Dubbs wrote:
> Ken Moffat wrote:
>
>> On Thu, Aug 15, 2013 at 11:06:45AM -0500, Bruce Dubbs wrote:
>>> bison. 1 failure.
>>> CXX examples/calc++/examples_calc___calc__-calc++-scanner.o
>>> g++: error: ./examples/calc++/calc++-scanner.cc: No such file or directory
Ken Moffat wrote:
> On Thu, Aug 15, 2013 at 11:06:45AM -0500, Bruce Dubbs wrote:
>> bison. 1 failure.
>> CXX examples/calc++/examples_calc___calc__-calc++-scanner.o
>> g++: error: ./examples/calc++/calc++-scanner.cc: No such file or directory
>> g++: fatal error: no input files
>> compil
On Thu, Aug 15, 2013 at 04:00:01PM -0500, Bruce Dubbs wrote:
> Ken Moffat wrote:
> >> bison. 1 failure.
> >> CXX examples/calc++/examples_calc___calc__-calc++-scanner.o
> >> g++: error: ./examples/calc++/calc++-scanner.cc: No such file or directory
> >> g++: fatal error: no input files
>
Ken Moffat wrote:
> On Thu, Aug 15, 2013 at 11:06:45AM -0500, Bruce Dubbs wrote:
>> I'd like to do a package freeze today in preparation for LFS-7.4.
>>
>> Right now I'm not sure whether to to generate a rc1 or not. There are
>> several tests that fail that we may want to 1) Note, 2) Patch, or 3)
On Thu, Aug 15, 2013 at 11:06:45AM -0500, Bruce Dubbs wrote:
> I'd like to do a package freeze today in preparation for LFS-7.4.
>
> Right now I'm not sure whether to to generate a rc1 or not. There are
> several tests that fail that we may want to 1) Note, 2) Patch, or 3)
> Ignore. Below is m
I'd like to do a package freeze today in preparation for LFS-7.4.
Right now I'm not sure whether to to generate a rc1 or not. There are
several tests that fail that we may want to 1) Note, 2) Patch, or 3)
Ignore. Below is my analysis of the current svn:
Coreutils. 1 failure. tests/df/skip-ro
Bryan Kadzban wrote:
> Bruce Dubbs wrote:
>> Bryan Kadzban wrote:
>>
>>> But maybe something else changed. What happens if you:
>>
>>> ls /dev/pts
>>>
>>> ./testpts
>>
>> At this point as user nobody (in chroot), I get:
>>
>> nobody:/tmp$ ./testpt
>> posix_openpt succeeded
>> grantpt: Operation n
13 matches
Mail list logo