On Saturday 26 December 2009 21:23:16 Dan Langille wrote:
> I'm getting this error, using MySQL 5.4.3 on FreeBSD 7.2 with Bacula
> regression testing on trunk.
>
> dev.c: In member function `void DEVICE::init_backend()':
> dev.c:323: error: invalid conversion from `int (*)(int, long unsigned
> int, ...)' to `int (*)(int, int, ...)'
>
> Any ideas why?

I think I fixed this exact problem just a few hours ago, so please try it with 
the very latest git repo.  You will need to do the following before doing 
the ./configure:

  cd <bacula>
  make clean
  rm -f config.status
  ./configure <your options>
  make

If that doesn't fix it, I would like to hear back please.

Best regards,

Kern

>
>
> Configuration on Sat Dec 26 12:16:44 PST 2009:
>
>     Host:                    x86_64-unknown-freebsd7.2 -- freebsd
> 7.2-STABLE Bacula version:          Bacula 3.1.7 (20 December 2009)
>     Source code location:    .
>     Install binaries:
> /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/bin
>     Install libraries:
> /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/bin
>     Install config files:
> /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/bin
>     Scripts directory:
> /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/bin
>     Archive directory:
> /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/tmp
>     Working directory:
> /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/working
>     PID directory:
> /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/working
>     Subsys directory:
> /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/working
>     Man directory:
> /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/bin
>     Data directory:          /usr/share
>     Plugin directory:
> /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/bin/plu
>                gins
>     C Compiler:              gcc 3.4.6
>     C++ Compiler:            /usr/bin/g++ 3.4.6
>     Compiler flags:           -g -O2 -Wall -fno-strict-aliasing
> -fno-exceptions -fno-rtti
>     Linker flags:
>     Libraries:               -lpthread
>     Statically Linked Tools: no
>     Statically Linked FD:    no
>     Statically Linked SD:    no
>     Statically Linked DIR:   no
>     Statically Linked CONS:  no
>     Database type:           MySQL
>     Database port:
>     Database lib:            -L/usr/local/lib/mysql -lmysqlclient_r -lz
>     Database name:           regress
>     Database user:           regress
>
>     Job Output Email:        dan+supernews-jail-my...@example.org
>     Traceback Email:         dan+supernews-jail-my...@example.org
>     SMTP Host Address:       localhost
>
>     Director Port:           8101
>     File daemon Port:        8102
>     Storage daemon Port:     8103
>
>     Director User:
>     Director Group:
>     Storage Daemon User:
>     Storage DaemonGroup:
>     File Daemon User:
>     File Daemon Group:
>
>     SQL binaries Directory   /usr/local/bin
>
>     Large file support:      yes
>     Bacula conio support:    yes -ltermcap
>     readline support:        no
>     TCP Wrappers support:    yes -lwrap
>     TLS support:             yes
>     Encryption support:      yes
>     ZLIB support:            yes
>     enable-smartalloc:       yes
>     enable-lockmgr:          yes
>     bat support:             no
>     enable-gnome:            no
>     enable-bwx-console:      no
>     enable-tray-monitor:     no
>     client-only:             no
>     build-dird:              yes
>     build-stored:            yes
>     ACL support:             yes
>     XATTR support:           yes
>     Python support:          no
>     Batch insert enabled:    yes
>
> ---------------------------------------------------------------------------
>--- This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> Bacula-devel mailing list
> Bacula-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-devel



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to