Hi Sven,

I am trying to compile the S3 module for Bacula 9.6.3 on a new install of 
Debian 10.

That would be the source file:   'libs3-20181010.tar.gz'

I unzip it, it extracts to its own directory. I cd to the directory, and
follow the instructions which say to type: 'make deb'.

Is that what you wanted to know?

Al



>> ---------------------------
>> $ make deb
>> build/obj/request.do: Compiling dynamic object
>> src/request.c: In function ‘request_curl_code_to_status’:
>> src/request.c:1709:5: error: duplicate case value
>>      case CURLE_SSL_CACERT:
>>      ^~~~
>> src/request.c:1705:5: note: previously used here
>>      case CURLE_PEER_FAILED_VERIFICATION:
>>      ^~~~
>> src/request.c: In function ‘sort_and_urlencode_query_string’:
>> src/request.c:865:9: error: ‘strncat’ specified bound 1 equals source
>> length [-Werror=stringop-overflow=]
>>          strncat(result, "&", 1);
>>          ^~~~~~~~~~~~~~~~~~~~~~~
>> cc1: all warnings being treated as errors
>> make: *** [GNUmakefile:223: build/obj/request.do] Error 1
>> ---------------------------
> If you could describe in a more complete manner what exactly you do, we
> might be able to better follow and help.
>
> For example it is totally unclear to me what sources you are trying to
> compile and what you did in what environment when you where doing it.
>
> Grüße,
> Sven.
> (Please don't Cc: me on mails.)
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to