Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309729 - dev-db/tokyocabinet-1.4.43 version bump
Summary: dev-db/tokyocabinet-1.4.43 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 09:56 UTC by Johan Bergström
Modified: 2010-03-17 21:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Bergström 2010-03-16 09:56:57 UTC
New version with some fixings. Test suite runs successfully on my x86 and AMD64 boxens.
Comment 1 Patrick Lauer gentoo-dev 2010-03-16 17:47:33 UTC
>>> Install tokyocabinet-1.4.43 into /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image/ category dev-db
make -j5 DESTDIR=/var/tmp/portage/dev-db/tokyocabinet-1.4.43/image/ install 
mkdir -p /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/include
cp -Rf tcutil.h tchdb.h tcbdb.h tcfdb.h tctdb.h tcadb.h /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/include
mkdir -p /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/lib64
cp -Rf libtokyocabinet.a libtokyocabinet.so.9.6.0 libtokyocabinet.so.9 libtokyocabinet.so /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/lib64
mkdir -p /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/bin
cp -Rf tcutest tcumttest tcucodec tchtest tchmttest tchmgr tcbtest tcbmttest tcbmgr tcftest tcfmttest tcfmgr tcttest tctmttest tctmgr tcatest tcamttest tcamgr /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/bin
mkdir -p /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/libexec
cp -Rf tcawmgr.cgi /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/libexec
mkdir -p /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/share/tokyocabinet
cp -Rf COPYING ChangeLog THANKS doc tokyocabinet.idl /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/share/tokyocabinet
mkdir -p /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/share/man/man1
cd man && cp -Rf tcutest.1 tcumttest.1 tcucodec.1 tchtest.1 tchmttest.1 tchmgr.1 tcbtest.1 tcbmttest.1 tcbmgr.1 tcftest.1 tcfmttest.1 tcfmgr.1 tcttest.1 tctmttest.1 tctmgr.1 tcatest.1 tcamttest.1 tcamgr.1 /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/share/man/man1
mkdir -p /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/share/man/man3
cd man && cp -Rf tokyocabinet.3 tcutil.3 tcxstr.3 tclist.3 tcmap.3 tctree.3 tcmdb.3 tcmpool.3 tchdb.3 tcbdb.3 tcfdb.3 tctdb.3 tcadb.3 /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/share/man/man3
mkdir -p /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/lib64/pkgconfig
cp -Rf tokyocabinet.pc /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image//usr/lib64/pkgconfig
[ "$UID" == 0 ] && ldconfig || true
ACCESS DENIED  open_wr:      /etc/ld.so.cache~

#================================================================
# Thanks for using Tokyo Cabinet.
#================================================================
>>> Completed installing tokyocabinet-1.4.43 into /var/tmp/portage/dev-db/tokyocabinet-1.4.43/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE "/var/log/sandbox/sandbox-11518.log"

VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_wr
S: deny
P: /etc/ld.so.cache~
A: /etc/ld.so.cache~
R: /etc/ld.so.cache~
C: ldconfig 
--------------------------------------------------------------------------------

>>> Failed to emerge dev-db/tokyocabinet-1.4.43
Comment 2 Patrick Lauer gentoo-dev 2010-03-17 21:26:04 UTC
Done.