libsrp1-dev srtp-utils srtp-docs missing from lucid

Bug #581805 reported by flashydave
14
This bug affects 1 person
Affects Status Importance Assigned to Milestone
srtp (Ubuntu)
Fix Released
Medium
Unassigned
Lucid
Fix Released
Medium
Unassigned

Bug Description

These packages existed in karmic and an entry exists in http://packages.ubuntu.com/source/lucid/srtp implying it is supposed to be there still.

Revision history for this message
flashydave (dave-opensourcesolutions) wrote :

This may be because building the packages from source fails (on my 64 bit system) within test/rtpw_test.sh.
I had to make the following changes to get it to succeed.

a) Added a sleep 1 to prevent killall killing the receiver process immediately after it was created (even though this was done on a subsequent script line)
b) Added ax flags to the ps command as under fakeroot the receiver and sender tasks werent reported by ps on its own.
c) Added a -q in the killall to tidy up the output.

a) and b) were both rather strange faults.

Anway this is the patch:

--- srtp_1.4.4~dfsg.orig/test/rtpw_test.sh 2006-06-13 16:17:57.000000000 +0100
+++ srtp_1.4.4~dfsg-3/test/rtpw_test.sh 2010-05-18 15:22:10.000000000 +0100
@@ -6,3 +6,3 @@

-RTPW=rtpw
+RTPW=./rtpw
 DEST_PORT=9999
@@ -20,3 +20,4 @@

-killall rtpw 2&>/dev/null
+killall -q rtpw 2&>/dev/null
+sleep 1

@@ -35,3 +36,3 @@
 # verify that the background job is running
-ps | grep -q $receiver_pid
+ps ax | grep -q $receiver_pid
 retval=$?
@@ -50,5 +51,4 @@
 echo $0 ": sender PID = $sender_pid"
-
 # verify that the background job is running
-ps | grep -q $sender_pid
+ps ax | grep -q $sender_pid
 retval=$?

Revision history for this message
Jonathan Riddell (jr) wrote :

seems fixed

Changed in srtp (Ubuntu):
status: New → Fix Released
Revision history for this message
flashydave (dave-opensourcesolutions) wrote :

The tone of your comment suggests you aren't quite sure. Can you provide more details of what version you are looking at and the changelog entry that resolved the issue reported?
Latest version on the mirrors still appears to be 1.4.4~dfsg-2, the upstream source (sourcefroge.net) hasnt got any significant changes and keyserver.ubuntu.com isnt responding so I cant look at the PPA.
Thanks

Dave

Revision history for this message
Reinhard Tartler (siretart) wrote :

something really strange happened here. It seems that launchpad things that the builds are somewhere available, but they cannot be found in the archive.

https://launchpad.net/ubuntu/lucid/+source/srtp/1.4.4~dfsg-2 mentions 3 FTBFS, but no i386 and amd64 builds at all.
I've tried building the package in my PPA, and the FTBFS is reproducable. I'll try to disable the copyright check. If that works out, I'll upload a SRU to lucid-proposed

Changed in srtp (Ubuntu):
importance: Undecided → Medium
status: Fix Released → Triaged
Revision history for this message
Aron Xu (happyaron) wrote :

Any progress on this problem?

Revision history for this message
Reinhard Tartler (siretart) wrote :

package (finally, *sigh*) uploaded to lucid-proposed, waiting for approval.

Changed in srtp (Ubuntu):
status: Triaged → Fix Released
Revision history for this message
Jonathan Riddell (jr) wrote :

In lucid-propsed unapproved queue, awaiting approval from ubuntu-sru, now subcribed

diff -u srtp-1.4.4~dfsg/debian/rules srtp-1.4.4~dfsg/debian/rules
--- srtp-1.4.4~dfsg/debian/rules
+++ srtp-1.4.4~dfsg/debian/rules
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include debian/cdbs/1/rules/copyright-check.mk
+# include debian/cdbs/1/rules/copyright-check.mk
 include debian/cdbs/1/rules/buildinfo.mk
 include debian/cdbs/1/rules/upstream-tarball.mk

diff -u srtp-1.4.4~dfsg/debian/changelog srtp-1.4.4~dfsg/debian/changelog
--- srtp-1.4.4~dfsg/debian/changelog
+++ srtp-1.4.4~dfsg/debian/changelog
@@ -1,3 +1,9 @@
+srtp (1.4.4~dfsg-2ubuntu1) lucid-proposed; urgency=low
+
+ * disable the copyright check to unbreak compilation. LP: #581805
+
+ -- Reinhard Tartler <email address hidden> Fri, 30 Jul 2010 07:10:03 -0400
+
 srtp (1.4.4~dfsg-2) unstable; urgency=low

   [ Jonas Smedegaard ]

Changed in srtp (Ubuntu Lucid):
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
Martin Pitt (pitti) wrote : Please test proposed package

Accepted srtp into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!

Changed in srtp (Ubuntu Lucid):
status: Triaged → Fix Committed
tags: added: verification-needed
Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Now that the requested packages are in lucid-proposed, can someone please add a note here if they can verify the fix? Thanks!

Revision history for this message
Martin Pitt (pitti) wrote :

Any testers of the lucid-proposed package? I'll remove the proposed package soon if there is no feedback. Thank you!

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

SRU verification for Lucid:
I have reproduced the problem with srtp 1.4.4~dfsg-2 in lucid and have verified that the version of srtp 1.4.4~dfsg-2ubuntu1 in -proposed fixes the issue. I've verified that the packages srtp-utils, srtp-docs and libstrp1-dev can be installed from -proposed.

Marking as verification-done

tags: added: verification-done
removed: verification-needed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package srtp - 1.4.4~dfsg-2ubuntu1

---------------
srtp (1.4.4~dfsg-2ubuntu1) lucid-proposed; urgency=low

  * disable the copyright check to unbreak compilation. LP: #581805
 -- Reinhard Tartler <email address hidden> Fri, 30 Jul 2010 07:10:03 -0400

Changed in srtp (Ubuntu Lucid):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.