Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38547 - bacula-1.31.ebuild - no mysql support?
Summary: bacula-1.31.ebuild - no mysql support?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Chuck Short (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-17 14:20 UTC by Jens Weibler
Modified: 2004-01-28 14:39 UTC (History)
1 user (show)

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 Jens Weibler 2004-01-17 14:20:05 UTC
MySQL is emerged and listed in the USE-Flags.
Bacula normally has mysql-support, but it isn't build with mysql-support

Reproducible: Always
Steps to Reproduce:
1. emerge bacula (with ~x86)





media-server / # emerge bacula
Calculating dependencies ...done!
>>> emerge (1 of 1) app-admin/bacula-1.31 to /
>>> md5 src_uri ;-) bacula-1.31-04Jun03.tar.gz
>>> Unpacking source...
>>> Unpacking bacula-1.31-04Jun03.tar.gz to /var/tmp/portage/bacula-1.31/work
>>> Source unpacked.
creating cache ./config.cache
checking for true... /bin/true
checking for false... /bin/false
checking host system type... i686-pc-linux-gnu
configuring for bacula 1.31 (04 Jun 2003)
checking for gcc... gcc
checking whether the C compiler (gcc -O3 -march=pentium3 -fprefetch-loop-arrays 
-funroll-loops -pipe ) works... yes
checking whether the C compiler (gcc -O3 -march=pentium3 -fprefetch-loop-arrays 
-funroll-loops -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... g++
checking whether the C++ compiler (g++ -O3 -march=pentium3 
-fprefetch-loop-arrays -funroll-loops -pipe ) works... yes
checking whether the C++ compiler (g++ -O3 -march=pentium3 
-fprefetch-loop-arrays -funroll-loops -pipe ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for mv... /bin/mv
checking for rm... /bin/rm
checking for cp... /bin/cp
checking for sed... /bin/sed
checking for awk... /bin/awk
checking for echo... /bin/echo
checking for cmp... /usr/bin/cmp
checking for tbl... /usr/bin/tbl
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for openssl... /usr/bin/openssl
checking for mtx... /usr/sbin/mtx
checking for Operating System... checking for Cygwin environment... no
 
checking for Operating System Distribution...  
checking for msgfmt... /usr/bin/msgfmt
checking for /usr/include/readline/readline.h... yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for strcasecmp... yes
checking for select... yes
checking for setenv... yes
checking for putenv... yes
checking for tcgetattr... yes
checking for setlocale... yes
checking for lstat... yes
checking for lchown... yes
checking for nanosleep... yes
checking for getopt_long... yes
checking for working strcoll... yes
checking for varargs.h... no
checking for sys/ptem.h... no
checking for sys/pte.h... no
checking for sys/stream.h... no
unable to write 'random state'
unable to write 'random state'
unable to write 'random state'
checking for MySQL support... no
no
checking for SQLite support... no
.
.
.
Comment 1 Donny Davies (RETIRED) gentoo-dev 2004-01-19 07:50:38 UTC
Wranglers; I think we need a new maintainer for this, as I can't commit to maintaining the ebuild at this point anymore.

I'm not sure who on the dev team would be interested however.  Perhaps
Robin but don't quote me on that...

Regards.
Comment 2 Chuck Short (RETIRED) gentoo-dev 2004-01-28 14:39:55 UTC
Fixed in cvs, mysql wasn't being detected properly in the ebuild. Thanks for the bug report.