[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#754793: RFS: mosquitto/1.2.1-2 RC



2014-08-08 11:29 GMT-03:00 Roger Light <roger@atchoo.org>:

Hi Roger! Thanks for your reply.

>> 2. I found:
>>
>> # This product includes software developed by the OpenSSL Project for use in
>> # the OpenSSL Toolkit. (http://www.openssl.org/)
>> # This product includes cryptographic software written by Eric Young
>> # (eay@cryptsoft.com)
>> # This product includes software written by Tim Hudson (tjh@cryptsoft.com)
>>
>> If you used external codes in your program, you must to put it in
>> d/copypyright too. The d/copyright must relate all licenses and
>> copyrights found in upstream code. See this 'drastic' example:
>> http://sources.debian.net/src/sleuthkit/4.1.3-4/debian/copyright.
>
> I don't include any openssl code, but do use it. My original paranoid
> interpretation of the licence requirements was that if I was using it,
> I had to put the above in a readme somewhere. I am no longer certain
> that this is the case. Either way, there is no direct openssl code
> included in the tar.

As I said, If the upstream used a code inside tarball and it have a
copyright, you need mention it in d/copyright. But I saw now that no
OpenSSL element inside. The package depends libssl-dev.

>
>> 3. Is normal this issue?
>>
>> ./08-ssl-connect-no-auth.py python/08-ssl-connect-no-auth.test
>> Traceback (most recent call last):
>>   File "python/08-ssl-connect-no-auth.test", line 36, in <module>
>>     mosq.loop()
>>   File "/sponsor/mosquitto2/mosquitto-1.3.4/lib/python/mosquitto.py",
>> line 725, in loop
>> ./08-ssl-connect-cert-auth.py python/08-ssl-connect-cert-auth.test
>> Traceback (most recent call last):
>>   File "python/08-ssl-connect-cert-auth.test", line 35, in <module>
>>     mosq.loop()
>>   File "/sponsor/mosquitto2/mosquitto-1.3.4/lib/python/mosquitto.py",
>> line 725, in loop
>
> No it isn't, all tests should pass fine. Is it repeatable? Could you
> have had multiple sets of the tests running at once? That would have a
> good chance of causing failures.


I got this message in a clean jail and in cowbuilder/pbuilder. Please,
try in cowbuilder:

apt-get install cowbuilder
cowbuilder --create
cowbuilder --build mosquitto_1.3.4-1.dsc

A new observation. To solve this message:

dpkg-shlibdeps: warning: package could avoid a useless dependency if
debian/libmosquittopp1/usr/lib/libmosquittopp.so.1 was not linked
against libgcc_s.so.1 (it uses none of the library's symbols)

Add to d/rules:

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

Waiting for you. Thanks!

Eriberto


Reply to: