From: "Robert P. J. Day" <rpjday@crashcourse.ca>
To: openembedded-devel@lists.openembedded.org
Subject: Re: build breakage: sqlite3_3.6.20
Date: Fri, 13 Nov 2009 05:44:38 -0500 (EST) [thread overview]
Message-ID: <alpine.LFD.2.00.0911130540240.3232@localhost> (raw)
In-Reply-To: <1258106721.5799.3.camel@dax.rpnet.com>
[-- Attachment #1: Type: TEXT/PLAIN, Size: 4168 bytes --]
On Fri, 13 Nov 2009, Richard Purdie wrote:
> On Fri, 2009-11-13 at 04:49 -0500, Robert P. J. Day wrote:
> > NOTE: make -j4 sqlite3.h
> > make: `sqlite3.h' is up to date.
> > NOTE: make -j4
> > rm -rf tsrc
> > mkdir -p tsrc
> > cp ./src/alter.c ./src/analyze.c ./src/attach.c ./src/auth.c ./src/backup.c ./src/bitvec.c ./src/btmutex.c ./src/btree.c ./src/btree.h ./src/btreeInt.h ./src/build.c ./src/callback.c ./src/complete.c ./src/date.c ./src/delete.c ./src/expr.c ./src/fault.c ./src/fkey.c ./src/func.c ./src/global.c ./src/hash.c ./src/hash.h ./src/hwtime.h ./src/insert.c ./src/journal.c ./src/legacy.c ./src/loadext.c ./src/main.c ./src/malloc.c ./src/mem0.c ./src/mem1.c ./src/mem2.c ./src/mem3.c ./src/mem5.c ./src/memjournal.c ./src/mutex.c ./src/mutex.h ./src/mutex_noop.c ./src/mutex_os2.c ./src/mutex_unix.c ./src/mutex_w32.c ./src/notify.c ./src/os.c ./src/os.h ./src/os_common.h ./src/os_os2.c ./src/os_unix.c ./src/os_win.c ./src/pager.c ./src/pager.h ./src/parse.y ./src/pcache.c ./src/pcache.h ./src/pcache1.c ./src/pragma.c ./src/prepare.c ./src/printf.c ./src/random.c ./src/resolve.c ./src/rowset.c ./src/select.c ./src/status.c ./src/shell.c ./src/sqlite.h.in ./src/sqlite3ext.h ./src/sqliteInt.h ./src/sqliteLimit.h ./src/table.c ./src/tclsqlite.c ./src/tokenize.c ./src/trigger.c ./src/utf.c ./src/update.c ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbe.h ./src/vdbeapi.c ./src/vdbeaux.c ./src/vdbeblob.c ./src/vdbemem.c ./src/vdbeInt.h ./src/vtab.c ./src/walker.c ./src/where.c keywordhash.h opcodes.c opcodes.h parse.c parse.h config.h sqlite3.h ./ext/fts1/fts1.c ./ext/fts1/fts1.h ./ext/fts1/fts1_hash.c ./ext/fts1/fts1_hash.h ./ext/fts1/fts1_porter.c ./ext/fts1/fts1_tokenizer.h ./ext/fts1/fts1_tokenizer1.c ./ext/fts2/fts2.c ./ext/fts2/fts2.h ./ext/fts2/fts2_hash.c ./ext/fts2/fts2_hash.h ./ext/fts2/fts2_icu.c ./ext/fts2/fts2_porter.c ./ext/fts2/fts2_tokenizer.h ./ext/fts2/fts2_tokenizer.c ./ext/fts2/fts2_tokenizer1.c ./ext/fts3/fts3.c ./ext/fts3/fts3.h ./ext/fts3/fts3_expr.c ./ext/fts3/fts3_expr.h ./ext/fts3/fts3_hash.c ./ext/fts3/fts3_hash.h ./ext/fts3/fts3_icu.c ./ext/fts3/fts3_porter.c ./ext/fts3/fts3_tokenizer.h ./ext/fts3/fts3_tokenizer.c ./ext/fts3/fts3_tokenizer1.c ./ext/icu/sqliteicu.h ./ext/icu/icu.c ./ext/rtree/rtree.h ./ext/rtree/rtree.c tsrc
> > rm tsrc/sqlite.h.in tsrc/parse.y
> > tclsh8.4 ./tool/vdbe-compress.tcl <tsrc/vdbe.c >vdbe.new
> > tclsh8.4: error while loading shared libraries: libtcl8.4.so.0: cannot open shared object file: No such file or directory
> > make: *** [.target_source] Error 127
> > FATAL: oe_runmake failed
>
> Can you do a "find -name *tcl*" on your tmp/staging directory
> please?
assuming you really want to see if there's a built libtcl, i just
looked for "*libtcl*" (a full "*tcl*" search is attached):
$ find staging -name "*libtcl*"
staging/x86_64-linux/usr/lib/libtclstub8.4.a
staging/x86_64-linux/usr/lib/libtcl8.4.so
staging/armv7a-angstrom-linux-gnueabi/usr/lib/libtclstub8.4.a
staging/armv7a-angstrom-linux-gnueabi/usr/lib/libtcl8.4.so
staging/armv7a-angstrom-linux-gnueabi/usr/lib/libtcl8.4.so.0
$
$ ls -l staging/armv7a-angstrom-linux-gnueabi/usr/lib/libtcl8.4.so*
lrwxrwxrwx. 1 rpjday rpjday 14 2009-11-12 13:03 staging/armv7a-angstrom-linux-gnueabi/usr/lib/libtcl8.4.so -> libtcl8.4.so.0
-rwxr-xr-x. 1 rpjday rpjday 8241813 2009-11-12 13:03 staging/armv7a-angstrom-linux-gnueabi/usr/lib/libtcl8.4.so.0
$
> FWIW this builds here (as does python native). I've seen one other
> report about the python-native segfault from Philip Balister.
i've occasionally had segfaults that went away with another build
attempt. this one, though, has been reliably reproducible.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
[-- Attachment #2: Type: TEXT/PLAIN, Size: 4350 bytes --]
./x86_64-linux/usr/include/tclDecls.h
./x86_64-linux/usr/include/tcl.h
./x86_64-linux/usr/include/tclPlatDecls.h
./x86_64-linux/usr/include/tcl8.4.19
./x86_64-linux/usr/include/tcl8.4.19/compat/tclErrno.h
./x86_64-linux/usr/include/tcl8.4.19/unix/tclUnixThrd.h
./x86_64-linux/usr/include/tcl8.4.19/unix/tclUnixPort.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tclRegexp.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tclDecls.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tclIntPlatDecls.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tcl.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tclIntDecls.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tclCompile.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tclPlatDecls.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tclInitScript.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tclPort.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tclInt.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tclIO.h
./x86_64-linux/usr/include/tcl8.4.19/generic/tclMath.h
./x86_64-linux/usr/include/glib-2.0/gio/gsocketclient.h
./x86_64-linux/usr/bin/armv7a-angstrom-linux-gnueabi/tclConfig.sh
./x86_64-linux/usr/bin/tclsh
./x86_64-linux/usr/bin/tclConfig.sh
./x86_64-linux/usr/bin/tclsh8.4
./x86_64-linux/usr/lib/libtclstub8.4.a
./x86_64-linux/usr/lib/libtcl8.4.so
./x86_64-linux/usr/share/gettext/msgunfmt.tcl
./x86_64-linux/usr/share/doc/gettext/examples/hello-tcl-tk
./x86_64-linux/usr/share/doc/gettext/examples/hello-tcl-tk/hello.tcl
./x86_64-linux/usr/share/doc/gettext/examples/hello-tcl
./x86_64-linux/usr/share/doc/gettext/examples/hello-tcl/hello.tcl
./armv7a-angstrom-linux-gnueabi/shlibs/tcl-lib.ver
./armv7a-angstrom-linux-gnueabi/shlibs/tcl-lib.list
./armv7a-angstrom-linux-gnueabi/usr/include/tclDecls.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl.h
./armv7a-angstrom-linux-gnueabi/usr/include/tclPlatDecls.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/compat/tclErrno.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/unix/tclUnixThrd.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/unix/tclUnixPort.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tclRegexp.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tclDecls.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tclIntPlatDecls.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tcl.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tclIntDecls.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tclCompile.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tclPlatDecls.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tclInitScript.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tclPort.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tclInt.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tclIO.h
./armv7a-angstrom-linux-gnueabi/usr/include/tcl8.4.19/generic/tclMath.h
./armv7a-angstrom-linux-gnueabi/usr/include/gstreamer-0.10/gst/gstclock.h
./armv7a-angstrom-linux-gnueabi/usr/include/gstreamer-0.10/gst/net/gstnetclientclock.h
./armv7a-angstrom-linux-gnueabi/usr/include/glib-2.0/gio/gsocketclient.h
./armv7a-angstrom-linux-gnueabi/usr/include/jack/intclient.h
./armv7a-angstrom-linux-gnueabi/usr/lib/libtclstub8.4.a
./armv7a-angstrom-linux-gnueabi/usr/lib/libtcl8.4.so
./armv7a-angstrom-linux-gnueabi/usr/lib/libtcl8.4.so.0
./armv7a-angstrom-linux-gnueabi/usr/share/jack-audio-connection-kit/reference/html/intclient_8h_source.html
./armv7a-angstrom-linux-gnueabi/usr/share/jack-audio-connection-kit/reference/html/intclient_8h.html
./armv7a-angstrom-linux-gnueabi/usr/share/jack-audio-connection-kit/reference/html/intclient_8h-source.html
./armv7a-angstrom-linux-gnueabi/usr/share/vim/vim70/compiler/tcl.vim
./armv7a-angstrom-linux-gnueabi/usr/share/vim/vim70/indent/tcl.vim
./armv7a-angstrom-linux-gnueabi/usr/share/vim/vim70/syntax/tcl.vim
./armv7a-angstrom-linux-gnueabi/usr/share/vim/vim70/doc/if_tcl.txt
./beagleboard-angstrom-linux-gnueabi/kernel/arch/arm/lib/testclearbit.o
./beagleboard-angstrom-linux-gnueabi/kernel/arch/arm/lib/testclearbit.S
./beagleboard-angstrom-linux-gnueabi/kernel/arch/arm/lib/.testclearbit.o.cmd
next prev parent reply other threads:[~2009-11-13 10:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-13 9:49 build breakage: sqlite3_3.6.20 Robert P. J. Day
2009-11-13 10:05 ` Richard Purdie
2009-11-13 10:44 ` Robert P. J. Day [this message]
2009-11-13 10:09 ` Richard Purdie
2009-11-13 11:10 ` Robert P. J. Day
2009-11-13 12:04 ` Robert P. J. Day
2009-11-13 14:09 ` Richard Purdie
2009-11-13 14:21 ` Robert P. J. Day
2009-11-13 14:27 ` Robert P. J. Day
2009-11-13 10:31 ` Frans Meulenbroeks
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=alpine.LFD.2.00.0911130540240.3232@localhost \
--to=rpjday@crashcourse.ca \
--cc=openembedded-devel@lists.openembedded.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.