Re: [Bacula-users] Bacula 9.4.4 make error bsockcore timer unsinged int

2019-10-21 Thread Martin Simmons
> On Fri, 18 Oct 2019 17:51:55 +, Hicks, Daniel CTR OSD DMEA via 
> Bacula-users said:
> 
> Hello all
> 
> I am trying to update my Bacula server to 9.4.4. The configure runs without 
> error but when I run make I get the following error.
> 
> /opt/Bacula-9.4.4/src/qt-consold/../lib/bsockcore.h:191: undefined reference 
> to 'start_bsock_timer(BSOCKCORE*, unsinged int)'
> Collect2: error: ld returned 1 exit status
> Make[1]: ***[bat] Error 1
> Make[1]: Leaving directory `/opt/Bacula-9.4.4/src/qt-console'

Which OS?

Is that the first error?

__Martin


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula 9.4.4 make error bsockcore timer unsinged int

2019-10-21 Thread Radosław Korzeniewski
Hello,

pt., 18 paź 2019 o 20:09 Hicks, Daniel CTR OSD DMEA via Bacula-users <
bacula-users@lists.sourceforge.net> napisał(a):

> Hello all
>
>
>
> I am trying to update my Bacula server to 9.4.4. The configure runs
> without error
>

What configure parameters did you setup?


> but when I run make I get the following error.
>
>
>
> /opt/Bacula-9.4.4/src/qt-consold/../lib/bsockcore.h:191: undefined
> reference to ‘start_bsock_timer(BSOCKCORE*, unsinged int)’
>
> Collect2: error: ld returned 1 exit status
>
> Make[1]: ***[bat] Error 1
>
> Make[1]: Leaving directory `/opt/Bacula-9.4.4/src/qt-console’
>
>
>

What object build generated this error?

This function is included in the main libbac library so it is a very
strange why this compile fail here.

$ objdump -x -C libbac-9.6.0.so | grep start_bsock_timer
00053ae0 g F .text 00ca
 _start_bsock_timer(BSOCK*, unsigned int)
00053bc0 g F .text 0005
 start_bsock_timer(BSOCK*, unsigned int)
00053bb0 g F .text 0005
 start_bsock_timer(BSOCKCORE*, unsigned int)

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula 9.4.4 make error bsockcore timer unsinged int

2019-10-18 Thread Hicks, Daniel CTR OSD DMEA via Bacula-users
Hello all

I am trying to update my Bacula server to 9.4.4. The configure runs without 
error but when I run make I get the following error.

/opt/Bacula-9.4.4/src/qt-consold/../lib/bsockcore.h:191: undefined reference to 
'start_bsock_timer(BSOCKCORE*, unsinged int)'
Collect2: error: ld returned 1 exit status
Make[1]: ***[bat] Error 1
Make[1]: Leaving directory `/opt/Bacula-9.4.4/src/qt-console'


Any help would be great.

Sincerely

Daniel Hicks


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users