Your message dated Sun, 01 Aug 2010 21:02:52 +0000
with message-id <[email protected]>
and subject line Bug#591131: fixed in qoauth 1.0.1-1
has caused the Debian Bug report #591131,
regarding qoauth: FTBFS: failed tests
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
591131: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591131
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: qoauth
Version: 1.0-2
Severity: serious
Tags: squeeze sid
User: [email protected]
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[3]: Entering directory
> `/build/user-qoauth_1.0-2-amd64-LnrVW9/qoauth-1.0/tests/ft_interface'
> make[3]: Nothing to be done for `first'.
> make[3]: Leaving directory
> `/build/user-qoauth_1.0-2-amd64-LnrVW9/qoauth-1.0/tests/ft_interface'
> make[2]: Leaving directory
> `/build/user-qoauth_1.0-2-amd64-LnrVW9/qoauth-1.0/tests'
> ( cd tests/ut_interface && ./ut_interface ) && ( cd tests/ft_interface &&
> ./ft_interface )
> ********* Start testing of QOAuth::Ut_Interface *********
> Config: Using QTest library 4.6.3, Qt 4.6.3
> PASS : QOAuth::Ut_Interface::initTestCase()
> PASS : QOAuth::Ut_Interface::constructor()
> PASS : QOAuth::Ut_Interface::consumerKey()
> PASS : QOAuth::Ut_Interface::setConsumerKey()
> PASS : QOAuth::Ut_Interface::consumerSecret()
> PASS : QOAuth::Ut_Interface::setConsumerSecret()
> PASS : QOAuth::Ut_Interface::requestTimeout()
> PASS : QOAuth::Ut_Interface::setRequestTimeout()
> PASS : QOAuth::Ut_Interface::error()
> QWARN : QOAuth::Ut_Interface::requestToken(key empty) createSignature -
> consumer key is empty, make sure that you set itwith
> QOAuth::Interface::setConsumerKey()
> QWARN : QOAuth::Ut_Interface::requestToken(secret empty) createSignature -
> consumer secret is empty, make sure that you set itwith
> QOAuth::Interface::setConsumerSecret()
> QWARN : QOAuth::Ut_Interface::requestToken(httpMethod) sendRequest -
> requestToken() and accessToken() accept only GET and POST methods
> PASS : QOAuth::Ut_Interface::requestToken()
> QWARN : QOAuth::Ut_Interface::accessToken(key empty) createSignature -
> consumer key is empty, make sure that you set itwith
> QOAuth::Interface::setConsumerKey()
> QWARN : QOAuth::Ut_Interface::accessToken(secret empty) createSignature -
> consumer secret is empty, make sure that you set itwith
> QOAuth::Interface::setConsumerSecret()
> QWARN : QOAuth::Ut_Interface::accessToken(httpMethod) sendRequest -
> requestToken() and accessToken() accept only GET and POST methods
> PASS : QOAuth::Ut_Interface::accessToken()
> QWARN : QOAuth::Ut_Interface::createParametersString(key empty)
> createSignature - consumer key is empty, make sure that you set itwith
> QOAuth::Interface::setConsumerKey()
> QWARN : QOAuth::Ut_Interface::createParametersString(secret empty)
> createSignature - consumer secret is empty, make sure that you set itwith
> QOAuth::Interface::setConsumerSecret()
> PASS : QOAuth::Ut_Interface::createParametersString()
> PASS : QOAuth::Ut_Interface::inlineParameters()
> PASS : QOAuth::Ut_Interface::setRSAPrivateKey()
> QWARN : QOAuth::Ut_Interface::setRSAPrivateKeyFromFile(no such file)
> setRSAPrivateKeyFromFile - the given file does not exist...
> PASS : QOAuth::Ut_Interface::setRSAPrivateKeyFromFile()
> PASS : QOAuth::Ut_Interface::cleanupTestCase()
> Totals: 16 passed, 0 failed, 0 skipped
> ********* Finished testing of QOAuth::Ut_Interface *********
> ********* Start testing of QOAuth::Ft_Interface *********
> Config: Using QTest library 4.6.3, Qt 4.6.3
> PASS : QOAuth::Ft_Interface::initTestCase()
> FAIL! : QOAuth::Ft_Interface::requestToken(HMAC-SHA1) 'm->error() == error'
> returned FALSE. ()
> Loc: [ft_interface.cpp(124)]
> FAIL! : QOAuth::Ft_Interface::requestToken(PLAINTEXT) 'm->error() == error'
> returned FALSE. ()
> Loc: [ft_interface.cpp(124)]
> FAIL! : QOAuth::Ft_Interface::requestTokenRSA(noError) 'm->error() == error'
> returned FALSE. ()
> Loc: [ft_interface.cpp(182)]
> FAIL! : QOAuth::Ft_Interface::accessToken(HMAC-SHA1) 'm->error() == error'
> returned FALSE. ()
> Loc: [ft_interface.cpp(256)]
> FAIL! : QOAuth::Ft_Interface::accessToken(PLAINTEXT) 'm->error() == error'
> returned FALSE. ()
> Loc: [ft_interface.cpp(256)]
> FAIL! : QOAuth::Ft_Interface::accessTokenRSA(noError) 'm->error() == error'
> returned FALSE. ()
> Loc: [ft_interface.cpp(323)]
> FAIL! : QOAuth::Ft_Interface::accessResources(HMAC-SHA1) Compared values are
> not the same
> Actual (replyMap.value( param1 )):
> Expected (value1.toPercentEncoding()): 66 69 72 73 74
> Loc: [ft_interface.cpp(437)]
> FAIL! : QOAuth::Ft_Interface::accessResources(PLAINTEXT) Compared values are
> not the same
> Actual (replyMap.value( param1 )):
> Expected (value1.toPercentEncoding()): 66 69 72 73 74
> Loc: [ft_interface.cpp(437)]
> FAIL! : QOAuth::Ft_Interface::accessResourcesRSA(noError) Compared values
> are not the same
> Actual (replyMap.value( param1 )):
> Expected (value1.toPercentEncoding()): 66 69 72 73 74
> Loc: [ft_interface.cpp(534)]
> PASS : QOAuth::Ft_Interface::cleanupTestCase()
> Totals: 2 passed, 9 failed, 0 skipped
> ********* Finished testing of QOAuth::Ft_Interface *********
> make[1]: *** [check] Error 9
The full build log is available from:
http://people.debian.org/~lucas/logs/2010/07/31/qoauth_1.0-2_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: qoauth
Source-Version: 1.0.1-1
We believe that the bug you reported is fixed in the latest version of
qoauth, which is due to be installed in the Debian FTP archive:
libqoauth-dev_1.0.1-1_i386.deb
to main/q/qoauth/libqoauth-dev_1.0.1-1_i386.deb
libqoauth1_1.0.1-1_i386.deb
to main/q/qoauth/libqoauth1_1.0.1-1_i386.deb
qoauth_1.0.1-1.debian.tar.gz
to main/q/qoauth/qoauth_1.0.1-1.debian.tar.gz
qoauth_1.0.1-1.dsc
to main/q/qoauth/qoauth_1.0.1-1.dsc
qoauth_1.0.1.orig.tar.gz
to main/q/qoauth/qoauth_1.0.1.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
[email protected] (supplier of updated qoauth package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 01 Aug 2010 12:52:47 -0700
Source: qoauth
Binary: libqoauth-dev libqoauth1
Architecture: source i386
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Noah Meyerhans <[email protected]>
Changed-By: [email protected]
Description:
libqoauth-dev - Qt-based client implementation of the OAuth authorization
scheme
libqoauth1 - Qt-based client implementation of the OAuth authorization scheme
Closes: 591131
Changes:
qoauth (1.0.1-1) unstable; urgency=low
.
* New upstream release
* Make the ft_interface test non-fatal so we can build on machines lacking
internet connectivity (Closes: #591131)
* Update debian/copyright to fix a lintian warning about the BSD license
* Update standards version to 3.9.1
Checksums-Sha1:
9424f4993ea646047520a6fa2e6a2d51b8ac8070 1065 qoauth_1.0.1-1.dsc
b3cf32030b2174d3bd2c974496c847c886994c7e 46145 qoauth_1.0.1.orig.tar.gz
0422af8f982ecbc2dc83be42724f765e07f330b7 4103 qoauth_1.0.1-1.debian.tar.gz
5a507fa8b8c111657a88e51194c29ceacab236ea 32388 libqoauth-dev_1.0.1-1_i386.deb
c45f7d7f91d5c612a64002ca2ddf66bfff1ec664 29244 libqoauth1_1.0.1-1_i386.deb
Checksums-Sha256:
03f6ac7329c1559418790a11c53a5fa53adb645f8f761a090e3c7f9ca2b06a98 1065
qoauth_1.0.1-1.dsc
d7cc2e05fa6e8cacfdd43d4524eb18e5befb95d5ca0b8d00f670d59aa12b3e48 46145
qoauth_1.0.1.orig.tar.gz
3e0b1b5fc64d58d70e87585ff73256ef450d36d222729fefc3759ffc88af4c4d 4103
qoauth_1.0.1-1.debian.tar.gz
0a01c4de43d59ab48caf9a470d0dff74ad84b2b4c4e8c5fbed15ed2dbbb47638 32388
libqoauth-dev_1.0.1-1_i386.deb
c10adc43a4ac7a9492b0a51417905a1392426706d3cae413d2feb06e4c5f5534 29244
libqoauth1_1.0.1-1_i386.deb
Files:
83fd2ac336017356ab7b47ee5bac6fb0 1065 libs extra qoauth_1.0.1-1.dsc
a54d11c32e3ad15747aa52f31e413cb5 46145 libs extra qoauth_1.0.1.orig.tar.gz
12c05ac7d3e3aae0dea034c46d0215d2 4103 libs extra qoauth_1.0.1-1.debian.tar.gz
ab0792f24652968c9af7e3f0c1a2c431 32388 libdevel extra
libqoauth-dev_1.0.1-1_i386.deb
38d8a5d0705568a501d0607999172f36 29244 libs extra libqoauth1_1.0.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFMVdOQYrVLjBFATsMRAk2cAJ4/nKkxoq6L3dnPbimuQgzbV35Q6gCfQW2K
EK6DdVTPwuXlzAcOw2wQQUk=
=txx5
-----END PGP SIGNATURE-----
--- End Message ---