Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184028 - dev-util/systemtap-20070630 missing dependency on sqlite
Summary: dev-util/systemtap-20070630 missing dependency on sqlite
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-02 20:24 UTC by DrChandra the Gentoo Person
Modified: 2007-07-03 18:19 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 DrChandra the Gentoo Person 2007-07-02 20:24:59 UTC
If sqlite is not emerged, systemtap-20070630 (~x86) will not pass its configure stage. The problem is shown in "Actual Results". I emerge sqlite-3.3.17 (latest stable), and the build problem goes away. There does not seem to be a way to disable the need for sqlite.



Reproducible: Always

Steps to Reproduce:
1. unmerge sqlite
2. emerge systemtap-20070630
3. problem shown in emerge output (as pasted here).

Actual Results:  
>>> Emerging (1 of 1) dev-util/systemtap-20070630 to /
 * systemtap-20070630.tar.bz2 RMD160 ;-) ...                                                                                                    [ ok ]
 * systemtap-20070630.tar.bz2 SHA1 ;-) ...                                                                                                      [ ok ]
 * systemtap-20070630.tar.bz2 SHA256 ;-) ...                                                                                                    [ ok ]
 * systemtap-20070630.tar.bz2 size ;-) ...                                                                                                      [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                            [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                           [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                          [ ok ]
 * checking systemtap-20070630.tar.bz2 ;-) ...                                                                                                  [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/2.6.21-gentoo-r3/build
 * Found sources for kernel version:
 *     2.6.21-gentoo-r3
 * Checking for suitable kernel configuration options...                                                                                        [ ok ]
>>> Unpacking source...
>>> Unpacking systemtap-20070630.tar.bz2 to /var/tmp/portage/dev-util/systemtap-20070630/work
 * Applying systemtap-20070414-grsecurity.patch ...                                                                                             [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-util/systemtap-20070630/work/src ...
/usr/bin/confcache --confcache-ignore /var/tmp/ccache:/.distcc --confcache-dir /var/tmp/confcache ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
invalidating during _verify_files due to caught %s [Errno 2] No such file or directory: '/usr/lib/libsqlite3.so'
cache invalidated due to md5
configure: creating cache config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of i686-pc-linux-gnu-g++... gcc3
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3
checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking for function prototypes... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking to see if prologue searching should be the default... no
checking for sqlite3_open in -lsqlite3... no
configure: error: missing sqlite development headers/libraries

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/dev-util/systemtap-20070630/work/src/config.log
 *
 * ERROR: dev-util/systemtap-20070630 failed.
 * Call stack:
 *   ebuild.sh, line 1642:   Called dyn_compile
 *   ebuild.sh, line 988:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   ebuild.sh, line 659:   Called econf
 *   ebuild.sh, line 591:   Called die
 *
 * econf failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-util/systemtap-20070630/temp/build.log'.
 *


Expected Results:  
Successfule emerge, as occurred when sqlite-3.3.17 was present.

I don't know wht sqlite was added to systemtap. THe previous version did not need it. (The failing emerge was an upgrade.)
Comment 1 Sven Wegener gentoo-dev 2007-07-03 18:19:12 UTC
Thanks, I added the missing dependency.