lkml.org 
[lkml]   [2003]   [Oct]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject2.6.0-test6 usblp and scanner lock system
modprobing usblp and scanner on my system lock the console... i can 
switch consoles and continue to work but the output of
/lib/modules/2.6.0-test6/modules.symbols looks like this....

error A -nostdlib -c weak.ml
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c lazy.mli
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c lazy.ml
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c filename.mli
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c filename.ml
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c int32.mli
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c int32.ml
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c int64.mli
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c int64.ml
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c nativeint.mli
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c nativeint.ml
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c complex.mli
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c complex.ml
make EXTRAFLAGS=-nolabels RUNTIME=../boot/ocamlrun \
COMPILER=../boot/ocamlc arrayLabels.cmo listLabels.cmo
stringLabels.cmo moreLabels.cmo
make[2]: Entering directory
`/var/tmp/portage/ocaml-3.06-r2/work/ocaml-3.06/stdlib'
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -nolabels -c
arrayLabels.mli
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -nolabels -c
arrayLabels.ml
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -nolabels -c
listLabels.mli
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -nolabels -c
listLabels.ml
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -nolabels -c
stringLabels.mli
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -nolabels -c
stringLabels.ml
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -nolabels -c
moreLabels.mli
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -nolabels -c
moreLabels.ml
make[2]: Leaving directory
`/var/tmp/portage/ocaml-3.06-r2/work/ocaml-3.06/stdlib'
touch labelled.cmo
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c stdLabels.mli
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c stdLabels.ml
../boot/ocamlrun ../boot/ocamlc -a -o stdlib.cma pervasives.cmo
array.cmo list.cmo char.cmo string.cmo sys.cmo hashtbl.cmo sort.cmo marshal.
cmo obj.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo
stream.cmo buffer.cmo printf.cmo format.cmo scanf.cmo arg.cmo printex
c.cmo gc.cmo digest.cmo random.cmo camlinternalOO.cmo oo.cmo genlex.cmo
callback.cmo weak.cmo lazy.cmo filename.cmo int32.cmo int64.cmo nati
veint.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo
moreLabels.cmo stdLabels.cmo
../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib -c std_exit.ml
if true; then \
echo '#!/usr/bin/ocamlrun' > camlheader && \
echo '#!' | tr -d '\012' > camlheader_ur; \
else \
gcc -fno-defer-pop -Wall -Wno-unused -D_FILE_OFFSET_BITS=64
-D_REENTRANT -Wl,-E \
-DRUNTIME_NAME='"/usr/bin/ocamlrun"' \
header.c -o tmpheader && \
strip tmpheader && \
mv tmpheader camlheader && \
cp camlheader camlheader_ur; \
fi
make[1]: Leaving directory
`/var/tmp/portage/ocaml-3.06-r2/work/ocaml-3.06/stdlib'
cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
if test -f boot/libcamlrun.a; then :; else \
ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
if test -d stdlib/caml; then :; else \
ln -s ../byterun stdlib/caml; fi
cd byterun; make all
make[1]: Entering directory
`/var/tmp/portage/ocaml-3.06-r2/work/ocaml-3.06/byterun'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/var/tmp/portage/ocaml-3.06-r2/work/ocaml-3.06/byterun'
if test -f stdlib/libcamlrun.a; then :; else \
ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I
parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c util
s/misc.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I
parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c util
s/misc.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I
parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c util
s/tbl.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I
parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c util
s/tbl.ml............................

sorry i am not more able to help with this but i subscribed tot eh
mailing list and if further verification of this is needed and i can
help please instruct me as to what i need to do and i will.

i am running test5 now without this issue and all test6 kernels i have
tried produce this behavior for me.


ciao

merwan


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.094 / U:1.724 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site