Bug#663056: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-04-08 Thread Steven Chamberlain
found 663056 libsoup2.4/2.38.0
blocks 663056 by 667687
thanks

Hi,

I can confirm the eglibc patch in http://bugs.debian.org/663056#77 fixes
test/context-test for me on kfreebsd-i386.

But there is still an issue with libsoup2.4's tests/connection-test
failing 25% of the time on my system, with:

 (connection-test:84455): libsoup-CRITICAL **: soup_message_queue_destroy: 
 assertion `queue-head == NULL' failed
 
 Invalid Content-Length framing tests
   Content-Length larger than message body length
   Server claims 'Connection: close' but doesn't
 
 Unexpected timing out of persistent connections
   Async session
 First message
 Second message
   Sync session
 First message
 Second message
 
 Exceeding max-conns
   Async session
   Sync session
 
 Non-persistent connections are closed immediately
   Async session
   Sync session
 leaked SoupSession!
 
 Non-idempotent methods are always sent on new connections
   Async session
   Sync session
 
 connection-test: 2 error(s).

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed (with 1 errors): Re: Bug#663056: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-04-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 663056 libsoup2.4/2.38.0
Bug #663056 [src:libsoup2.4] FTBFS on kfreebsd-*: test-suite FAIL: context-test
The source libsoup2.4 and version 2.38.0 do not appear to match any binary 
packages
Marked as found in versions libsoup2.4/2.38.0.
 blocks 663056 by 667687
Unknown command or malformed arguments to command.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
663056: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663056
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#663056: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-04-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 notfound 663056 libsoup2.4/2.38.0
Bug #663056 [src:libsoup2.4] FTBFS on kfreebsd-*: test-suite FAIL: context-test
The source libsoup2.4 and version 2.38.0 do not appear to match any binary 
packages
No longer marked as found in versions libsoup2.4/2.38.0.
 found 663056 libsoup2.4/2.38.0-1
Bug #663056 [src:libsoup2.4] FTBFS on kfreebsd-*: test-suite FAIL: context-test
Marked as found in versions libsoup2.4/2.38.0-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
663056: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663056
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#663056: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-04-06 Thread Robert Millan
El 6 d’abril de 2012 3:53, Steven Chamberlain ste...@pyro.eu.org ha escrit:
 On 05/04/12 22:11, Robert Millan wrote:
 forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=673607

 glib2.0 2.32.0-3 with the patch you posted there has fixed libsoup2.4's
 context-test for me.  Is that what you expected?

Yep.

 That just leaves the intermittent failures of connection-test.

Oh, I didn't notice that one.  Maybe I have time to check later.

-- 
Robert Millan



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#663056: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-04-05 Thread Robert Millan
clone 663056 -1 -2
retitle -1 confusing g_cond_wait_until() API (and docs) invites to
unintentional abuse
severity -1 normal
reassign -1 libglib2.0-dev
forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=673607
retitle -2 optional pthread_condattr_setclock() facility is not implemented
severity -2 wishlist
reassign -2 libc0.1
thanks

The way g_cond_wait_until() is currently defined, libsoup usage of
this function is incorrect.  If you need a short term solution, the
test could be disabled, or it could be rewritten using clock_gettime()
and pthread_cond_timedwait().

Otherwise you can wait until the API is redefined, or until
pthread_condattr_setclock() is implemented in Glibc.

-- 
Robert Millan



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#663056: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-04-05 Thread Steven Chamberlain
On 05/04/12 22:11, Robert Millan wrote:
 forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=673607

glib2.0 2.32.0-3 with the patch you posted there has fixed libsoup2.4's
context-test for me.  Is that what you expected?

That just leaves the intermittent failures of connection-test.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#663056: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-03-08 Thread Michael Biebl
Source: libsoup2.4
Version: 2.37.90-1
Severity: serious
User: debian-...@lists.debian.org
Usertags: kfreebsd

The libsoup test-suite fails on kfreebsd-* the context-test [1]

It would be great if porters could have a look.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=libsoup2.4arch=kfreebsd-i386ver=2.37.90-1stamp=1330937702


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org