> On Jan 15, 2019, at 1:17 PM, Martin Simmons <mar...@lispworks.com> wrote:
> 
>>>>>> On Tue, 15 Jan 2019 11:11:21 -0500, Dan Langille said:
>> 
>>> On Jan 15, 2019, at 10:58 AM, Martin Simmons <mar...@lispworks.com> wrote:
>>> 
>>>>>>>> On Mon, 14 Jan 2019 22:46:57 -0500, Dan Langille said:
>>>> 
>>>>> On Dec 17, 2018, at 11:08 AM, Martin Simmons <mar...@lispworks.com> wrote:
>>>>> 
>>>>> Thanks, that's a long list of changes.
>>>>> 
>>>>> Compiling it on FreeBSD 11.2 gives a few warnings for files in 
>>>>> bacula/src/lib
>>>>> though:
>>>>> 
>>>> 
>>>> Did everything get sorted out here?
>>> 
>>> No, but Kern said that it may have to wait until late January.  You can 
>>> track
>>> progress here:
>>> 
>>> https://bugs.bacula.org/view.php?id=2443
>> 
>> That may explain why my recently-resumed regression testing has failures.
>> 
>> http://regress.bacula.org/index.php?project=Bacula-9.0&date=2019-01-14=
> 
> I doubt that the warnings will cause so many run time failures.  I think
> you'll need to study the test output.

Warnings often foreshadow problems.

../lib/bsock.h:73:12: warning: 'BSOCK::recv' hides overloaded virtual function 
[-Woverloaded-virtual]
   int32_t recv();
           ^
../lib/bsockcore.h:140:20: note: hidden overloaded virtual function 
'BSOCKCORE::recv' declared here: different number of parameters (1 vs 0)




But there is one error:

==>Entering directory /usr/home/dan/src/bacula/regress/build/src/tools
cats_test.c:533:75: error: too many arguments provided to function-like macro 
invocation
   ok(db_get_file_list(jcr, jcr->db_batch, buf, false, false, list_files, &j),
                                                                          ^
../cats/protos.h:223:9: note: macro 'db_get_file_list' defined here
#define db_get_file_list(jcr, mdb, jobids, opts, result_handler, ctx) \
        ^
1 error generated.
*** Error code 1

Stop.
make[2]: stopped in /usr/home/dan/src/bacula/regress/build/src/tools
*** Error code 1

Stop.
make[1]: stopped in /usr/home/dan/src/bacula/regress/build

Cleaning up

Configuration on Wed Jan 23 20:57:44 UTC 2019:

   Host:                     x86_64-unknown-freebsd12.0 -- freebsd 
12.0-RELEASE-p2
   Bacula version:           Bacula 9.4.2 (19 January 2019)
   Source code location:     .
   Install binaries:         /usr/home/dan/src/bacula/regress/bin
   Install libraries:        /usr/home/dan/src/bacula/regress/bin
   Install config files:     /usr/home/dan/src/bacula/regress/bin
   Scripts directory:        /usr/home/dan/src/bacula/regress/bin
   Archive directory:        /usr/home/dan/src/bacula/regress/tmp
   Working directory:        /usr/home/dan/src/bacula/regress/working
   PID directory:            /usr/home/dan/src/bacula/regress/working
   Subsys directory:         /usr/home/dan/src/bacula/regress/working
   Man directory:            /usr/home/dan/src/bacula/regress/bin
   Data directory:           /usr/share
   Plugin directory:         /usr/home/dan/src/bacula/regress/bin/plugins
   C Compiler:               cc version
   C++ Compiler:             /usr/bin/c++ version
   Compiler flags:            -g -O2 -Wall -x c++ -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 backends:        PostgreSQL
   Database port:
   Database name:            regress
   Database user:            regress
   Database SSL options:

   Job Output Email:         dan.langille+p...@gmail.com
   Traceback Email:          dan.langille+p...@gmail.com
   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:

   Large file support:       yes
   Bacula conio support:     yes -ltinfo
   readline support:         no
   TCP Wrappers support:     yes -lwrap
   TLS support:              yes
   Encryption support:       yes
   ZLIB support:             yes
   LZO support:              no
   enable-smartalloc:        yes
   enable-lockmgr:           yes
   bat support:              no
   client-only:              no
   build-dird:               yes
   build-stored:             yes
   Plugin support:           yes
   AFS support:              no
   ACL support:              yes
   XATTR support:            yes
   systemd support:          no
   Batch insert enabled:     PostgreSQL

I can't examine this more right now.

--
Dan Langille - BSDCan / PGCon
d...@langille.org


Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to