From: merwan kashouty <kashouty@dakotainet.net>
To: linux-kernel@vger.kernel.org
Subject: 2.6.0-test6 usblp and scanner lock system
Date: Mon, 06 Oct 2003 09:09:18 -0500 [thread overview]
Message-ID: <3F81778E.6000807@dakotainet.net> (raw)
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
next reply other threads:[~2003-10-06 14:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-06 14:09 merwan kashouty [this message]
2003-10-07 18:01 ` 2.6.0-test6 usblp and scanner lock system Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F81778E.6000807@dakotainet.net \
--to=kashouty@dakotainet.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.