Bug#720440: mpg123: mpg123 does not build LFS wrappers on kfreebsd-i386

2013-08-31 Thread Reinhard Tartler
On Wed, Aug 28, 2013 at 10:24 AM, Thomas Orgis thomas-fo...@orgis.org wrote:
 The mpg123 header specifies off_t as argument.
 When off_t is always 64 bits (could you possibly set
 _FILE_OFFSET_BITS=32 ?!), there is no justification for _32 functions
 at all! So, you only want lfs_alias for [no suffix] - _64. You dont't
 want lfs_wrap. That eases the problem, actually. Just make sure _not_
 to include lfs_wrap and define _FILE_OFFSET_BITS=64 in configure for
 lfs_alias. That should just work ...

Makes sense. This patch to configure at least compiles and provides
the symbols in libmpg123.so:


Index: mpg123/configure.ac
===
--- mpg123.orig/configure.ac2013-08-29 19:19:25.0 +
+++ mpg123/configure.ac 2013-08-31 07:18:45.0 +
@@ -934,12 +934,24 @@
 AC_CHECK_SIZEOF(int32_t)
 AC_CHECK_SIZEOF(long,4)

+dnl unless we are on e.g., kfreebsd-i386, then enable it anyways,
here off_t is wide
+dnl cf. http://lists.gnu.org/archive/html/autoconf/2003-01/msg00010.html
+AC_MSG_CHECKING(whether system is 32bit but has 64bit off_t)
+ac_cv_sys_wide_off_t=no
+if test .$ac_cv_sizeof_size_t$ac_cv_sys_file_offset_bits$ac_cv_sizeof_off_t
= .4no8; then
+   ac_cv_sys_wide_off_t=yes
+#  ac_cv_sys_file_offset_bits=64
+   AC_DEFINE(LARGEFILE_WIDE64_OFF_T, 1,
+   [whether the system is 32bit, but has 64bit off_t])
+fi
+AC_MSG_RESULT([$ac_cv_sys_wide_off_t])
+
 # The alias functions want to know the native off_t bits.
 # Native also means large file offsets, if enabled, it's what is
native to the mpg123 library.
-if test x$ac_cv_sizeof_long = x; then
-  AC_MSG_ERROR([Cannot determine sizeof(long)?])
+if test x$ac_cv_sizeof_off_t = x; then
+  AC_MSG_ERROR([Cannot determine sizeof(off_t)?])
 else
-  LFS_ALIAS_BITS=`expr $ac_cv_sizeof_long * 8`
+  LFS_ALIAS_BITS=`expr $ac_cv_sizeof_off_t * 8`
   AC_DEFINE_UNQUOTED([LFS_ALIAS_BITS], $LFS_ALIAS_BITS,
 [Define this to the size of long type in bits, used for LFS
small/native alias functions.])
 fi
Index: mpg123/src/libmpg123/mpg123lib_intern.h
===
--- mpg123.orig/src/libmpg123/mpg123lib_intern.h2013-08-31
07:47:44.0 +
+++ mpg123/src/libmpg123/mpg123lib_intern.h 2013-08-31
07:28:40.0 +
@@ -45,6 +45,11 @@
 #define BUILD_MPG123_DLL
 #endif
 #include compat.h
+
+#ifdef LARGEFILE_WIDE64_OFF_T
+#define MPG123_NO_LARGENAME 1
+#endif
+
 #include mpg123.h

This patch at least does lead to a kfreebsd-i386 package that does
provide the _64 bit wrappers. I also believe that it does not have on
other architectures.

Thomas, may I have your opinion on this patch? If you are d'accord,
I'd upload it to debian/unstable for further testing.

Thanks for your prompt assistance,
Reinhard

-- 
regards,
Reinhard

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#706798: transition: Libav 9

2013-08-31 Thread shirish शिरीष
Hi all,
Any update on getting the three packages from experimental to unstable.

I am guessing these are the experimental versions which need to come
down to sid/unstable.

$ apt-cache policy libopencv-core2.4
libopencv-core2.4:
  Installed: (none)
  Candidate: 2.4.6.1+dfsg-0exp1
  Version table:
 2.4.6.1+dfsg-0exp1 0
  1 http://debian.ec.as6453.net/debian/ experimental/main amd64 Packages

$ apt-cache policy libopencv-core2.3
libopencv-core2.3:
  Installed: 2.3.1-12
  Candidate: 2.3.1-12
  Version table:
 *** 2.3.1-12 0
600 http://debian.ec.as6453.net/debian/ testing/main amd64 Packages
  1 http://debian.ec.as6453.net/debian/ unstable/main amd64 Packages
100 /var/lib/dpkg/status

As a user who likes multimedia a bit, awaiting for the transition to
happen and see these packages in testing.
-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: Bug#706798: transition: Libav 9

2013-08-31 Thread Sebastian Ramacher
Hi

On 2013-08-31 14:31:31, shirish शिरीष wrote:
 Hi all,
 Any update on getting the three packages from experimental to unstable.
 
 I am guessing these are the experimental versions which need to come
 down to sid/unstable.
 
 $ apt-cache policy libopencv-core2.4
 libopencv-core2.4:
   Installed: (none)
   Candidate: 2.4.6.1+dfsg-0exp1
   Version table:
  2.4.6.1+dfsg-0exp1 0
   1 http://debian.ec.as6453.net/debian/ experimental/main amd64 
 Packages

opencv is maintained by the Debian Science Team. Please talk to them.

Regards
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: pyliblo_0.9.1-3_amd64.changes REJECTED

2013-08-31 Thread Jaromír Mikeš
2013/8/30 Sebastian Ramacher sramac...@debian.org


 On 2013-08-28 12:25:09, Jaromír Mikeš wrote:
  Should something else to be done?

 I added some files to debian/clean and code to remove build/ in
 debian/rules prevent FTBFS if built twice in a row. I also added a DEP-8
 test for the python3-liblo package.

 If you're okay with these changes, I'll upload.


Of course I am ok with them ;)
Please upload.

best regards

mira
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: pyliblo_0.9.1-3_amd64.changes REJECTED

2013-08-31 Thread Sebastian Ramacher
On 2013-08-31 12:37:30, Jaromír Mikeš wrote:
 2013/8/30 Sebastian Ramacher sramac...@debian.org
 
 
  On 2013-08-28 12:25:09, Jaromír Mikeš wrote:
   Should something else to be done?
 
  I added some files to debian/clean and code to remove build/ in
  debian/rules prevent FTBFS if built twice in a row. I also added a DEP-8
  test for the python3-liblo package.
 
  If you're okay with these changes, I'll upload.
 
 
 Of course I am ok with them ;)
 Please upload.

Done.

Regards
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processing of pyliblo_0.9.1-3_amd64.changes

2013-08-31 Thread Debian FTP Masters
pyliblo_0.9.1-3_amd64.changes uploaded successfully to localhost
along with the files:
  pyliblo_0.9.1-3.dsc
  pyliblo_0.9.1-3.debian.tar.gz
  python-liblo_0.9.1-3_amd64.deb
  python3-liblo_0.9.1-3_amd64.deb
  pyliblo-utils_0.9.1-3_all.deb
  python-liblo-docs_0.9.1-3_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


pyliblo_0.9.1-3_amd64.changes is NEW

2013-08-31 Thread Debian FTP Masters
binary:python-liblo-docs is NEW.
binary:python3-liblo is NEW.

Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#720440: mpg123: mpg123 does not build LFS wrappers on kfreebsd-i386

2013-08-31 Thread Thomas Orgis
(I'm also CCing the FreeBSD port maintainer, as I imagine they want that
handled, too.)

Am Sat, 31 Aug 2013 10:03:46 +0200
schrieb Reinhard Tartler siret...@gmail.com: 

 Thomas, may I have your opinion on this patch? If you are d'accord,
 I'd upload it to debian/unstable for further testing.

OK, I see that I need to see more clear. The aliases need to be named
_64 and also need to use the correct type for offsets. I didn't design
lfs_alias.c to be so smart to derive the correct type from
LFS_ALIAS_BITS. With your patch, it still would use long arguments,
which I presume should fail at runtime with mplayer2. We need to
change the wrapper's argument to reflect whatever is native to the
platform, not the mpg123 build (it _is_ the same for kFreeBSD).

Please have a read of my musings,

  http://scm.orgis.org/view/mpg123/trunk/doc/LARGEFILE ,

and try the attached patch, which reflects the changes I did in mpg123
trunk, so that you can drop it for mpg123-1.16.0 (which I plan to
release once I got around fixing some decoder build choice).

I kindly ask everyone concerned to really test this on their platform
(including linking and running mplayer2 with mpg123 usage, for
example), as I don't have time to set up test installs for the variants
right now. I did check that the symbols get defined correctly on my
Linux system.
Index: src/libmpg123/lfs_alias.c
===
--- src/libmpg123/lfs_alias.c	(Revision 3382)
+++ src/libmpg123/lfs_alias.c	(Arbeitskopie)
@@ -67,9 +67,9 @@
 	my $name = $2;
 	my $args = $3;
 	next unless ($type =~ /off_t/ or $args =~ /off_t/ or ($name =~ /open/ and $name ne mpg123_open_feed));
-	$type =~ s/off_t/long/g;
+	$type =~ s/off_t/lfs_alias_t/g;
 	my @nargs = ();
-	$args =~ s/off_t/long/g;
+	$args =~ s/off_t/lfs_alias_t/g;
 	foreach my $a (split(/,/, $args))
 	{
 		$a =~ s/^.*\s\**([a-z_]+)$/$1/;
@@ -118,7 +118,7 @@
 #ifdef mpg123_decode_frame
 #undef mpg123_decode_frame
 #endif
-int attribute_align_arg ALIAS_NAME(mpg123_decode_frame)(mpg123_handle *mh, long *num, unsigned char **audio, size_t *bytes)
+int attribute_align_arg ALIAS_NAME(mpg123_decode_frame)(mpg123_handle *mh, lfs_alias_t *num, unsigned char **audio, size_t *bytes)
 {
 	return NATIVE_NAME(mpg123_decode_frame)(mh, num, audio, bytes);
 }
@@ -126,7 +126,7 @@
 #ifdef mpg123_framebyframe_decode
 #undef mpg123_framebyframe_decode
 #endif
-int attribute_align_arg ALIAS_NAME(mpg123_framebyframe_decode)(mpg123_handle *mh, long *num, unsigned char **audio, size_t *bytes)
+int attribute_align_arg ALIAS_NAME(mpg123_framebyframe_decode)(mpg123_handle *mh, lfs_alias_t *num, unsigned char **audio, size_t *bytes)
 {
 	return NATIVE_NAME(mpg123_framebyframe_decode)(mh, num, audio, bytes);
 }
@@ -134,7 +134,7 @@
 #ifdef mpg123_framepos
 #undef mpg123_framepos
 #endif
-long attribute_align_arg ALIAS_NAME(mpg123_framepos)(mpg123_handle *mh)
+lfs_alias_t attribute_align_arg ALIAS_NAME(mpg123_framepos)(mpg123_handle *mh)
 {
 	return NATIVE_NAME(mpg123_framepos)(mh);
 }
@@ -142,7 +142,7 @@
 #ifdef mpg123_tell
 #undef mpg123_tell
 #endif
-long attribute_align_arg ALIAS_NAME(mpg123_tell)(mpg123_handle *mh)
+lfs_alias_t attribute_align_arg ALIAS_NAME(mpg123_tell)(mpg123_handle *mh)
 {
 	return NATIVE_NAME(mpg123_tell)(mh);
 }
@@ -150,7 +150,7 @@
 #ifdef mpg123_tellframe
 #undef mpg123_tellframe
 #endif
-long attribute_align_arg ALIAS_NAME(mpg123_tellframe)(mpg123_handle *mh)
+lfs_alias_t attribute_align_arg ALIAS_NAME(mpg123_tellframe)(mpg123_handle *mh)
 {
 	return NATIVE_NAME(mpg123_tellframe)(mh);
 }
@@ -158,7 +158,7 @@
 #ifdef mpg123_tell_stream
 #undef mpg123_tell_stream
 #endif
-long attribute_align_arg ALIAS_NAME(mpg123_tell_stream)(mpg123_handle *mh)
+lfs_alias_t attribute_align_arg ALIAS_NAME(mpg123_tell_stream)(mpg123_handle *mh)
 {
 	return NATIVE_NAME(mpg123_tell_stream)(mh);
 }
@@ -166,7 +166,7 @@
 #ifdef mpg123_seek
 #undef mpg123_seek
 #endif
-long attribute_align_arg ALIAS_NAME(mpg123_seek)(mpg123_handle *mh, long sampleoff, int whence)
+lfs_alias_t attribute_align_arg ALIAS_NAME(mpg123_seek)(mpg123_handle *mh, lfs_alias_t sampleoff, int whence)
 {
 	return NATIVE_NAME(mpg123_seek)(mh, sampleoff, whence);
 }
@@ -174,7 +174,7 @@
 #ifdef mpg123_feedseek
 #undef mpg123_feedseek
 #endif
-long attribute_align_arg ALIAS_NAME(mpg123_feedseek)(mpg123_handle *mh, long sampleoff, int whence, long *input_offset)
+lfs_alias_t attribute_align_arg ALIAS_NAME(mpg123_feedseek)(mpg123_handle *mh, lfs_alias_t sampleoff, int whence, lfs_alias_t *input_offset)
 {
 	return NATIVE_NAME(mpg123_feedseek)(mh, sampleoff, whence, input_offset);
 }
@@ -182,7 +182,7 @@
 #ifdef mpg123_seek_frame
 #undef mpg123_seek_frame
 #endif
-long attribute_align_arg ALIAS_NAME(mpg123_seek_frame)(mpg123_handle *mh, long frameoff, int whence)
+lfs_alias_t attribute_align_arg ALIAS_NAME(mpg123_seek_frame)(mpg123_handle *mh, lfs_alias_t frameoff, int whence)
 {
 	return NATIVE_NAME(mpg123_seek_frame)(mh, frameoff, 

Processing of mpg123_1.15.3-2_multi.changes

2013-08-31 Thread Debian FTP Masters
mpg123_1.15.3-2_multi.changes uploaded successfully to localhost
along with the files:
  mpg123_1.15.3-2.dsc
  mpg123_1.15.3.orig.tar.bz2
  mpg123_1.15.3-2.debian.tar.gz
  mpg123_1.15.3-2_i386.deb
  libmpg123-0_1.15.3-2_i386.deb
  libmpg123-dev_1.15.3-2_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#720440: mpg123: mpg123 does not build LFS wrappers on kfreebsd-i386

2013-08-31 Thread Reinhard Tartler
On Sat, Aug 31, 2013 at 2:26 PM, Thomas Orgis thomas-fo...@orgis.org wrote:
 (I'm also CCing the FreeBSD port maintainer, as I imagine they want that
 handled, too.)

 Am Sat, 31 Aug 2013 10:03:46 +0200
 schrieb Reinhard Tartler siret...@gmail.com:

 Thomas, may I have your opinion on this patch? If you are d'accord,
 I'd upload it to debian/unstable for further testing.

 OK, I see that I need to see more clear. The aliases need to be named
 _64 and also need to use the correct type for offsets. I didn't design
 lfs_alias.c to be so smart to derive the correct type from
 LFS_ALIAS_BITS. With your patch, it still would use long arguments,
 which I presume should fail at runtime with mplayer2. We need to
 change the wrapper's argument to reflect whatever is native to the
 platform, not the mpg123 build (it _is_ the same for kFreeBSD).

 Please have a read of my musings,

   http://scm.orgis.org/view/mpg123/trunk/doc/LARGEFILE ,

 and try the attached patch, which reflects the changes I did in mpg123
 trunk, so that you can drop it for mpg123-1.16.0 (which I plan to
 release once I got around fixing some decoder build choice).

 I kindly ask everyone concerned to really test this on their platform
 (including linking and running mplayer2 with mpg123 usage, for
 example), as I don't have time to set up test installs for the variants
 right now. I did check that the symbols get defined correctly on my
 Linux system.

The attached patch seems to do the right thing on Debian
kFreeBSD/i386, i386 and amd64. I've therefore uploadedit to Debian
unstable.

Thanks for you efforts!

Cheers

-- 
regards,
Reinhard

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#721375: Dies with SIGSEGV

2013-08-31 Thread Reinhard Tartler
On Fri, Aug 30, 2013 at 11:01 PM, Christoph Egger christ...@debian.org wrote:
   mplayer2 segfaults here:


static void allocate_xvimage(struct vo *vo, int foo)
{
[..]
{
ctx-xvimage[foo] =
(XvImage *) XvCreateImage(x11-display, x11-xv_port,
  ctx-xv_format, NULL,
ctx-image_width,
  ctx-image_height);
ctx-xvimage[foo]-data =
malloc(ctx-xvimage[foo]-data_size);
XSync(x11-display, False);
}
memset(ctx-xvimage[foo]-data, 128,
ctx-xvimage[foo]-data_size);
return;
}


Your backtrace indicates that the segfault occurs in the memset, which
write to a memory area provided by XvCreateImage. I therefore suspect
that this is caused by your video driver. I see that you are using
kFreeBSD, may I ask what video driver you are using, so that I can
reassign this bug appropriately?

As a workaround, using opengl or Xshm as video backend could work.

Cheers,
Reinhard

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


mpg123_1.15.3-2_multi.changes ACCEPTED into unstable

2013-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 Aug 2013 15:26:50 +0200
Source: mpg123
Binary: mpg123 libmpg123-0 libmpg123-dev
Architecture: i386 source
Version: 1.15.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Closes: 720440
Description: 
 libmpg123-0 - MPEG layer 1/2/3 audio decoder (shared library)
 libmpg123-dev - MPEG layer 1/2/3 audio decoder (development files)
 mpg123 - MPEG layer 1/2/3 audio player
Changes: 
 mpg123 (1.15.3-2) unstable; urgency=low
 .
   * Provide 64 bit wrapper functions on kfreebsd, Closes: #720440
   * Add myself to uploaders
Checksums-Sha1: 
 df68d25e8ec25b4585c32329c0d1da5c2f78ac9b 1659 mpg123_1.15.3-2.dsc
 915eb8782106a62b103a1171364571d69cb64e25 802052 mpg123_1.15.3.orig.tar.bz2
 09963e107f735e6b847c45031d7fc531ef3f0927 21368 mpg123_1.15.3-2.debian.tar.gz
 750890b0653826d81a25f1d45f7a343b6b6141ba 137846 mpg123_1.15.3-2_i386.deb
 eaf9aa75b688c77a367a1fa0621c6ea7291b4b03 117882 libmpg123-0_1.15.3-2_i386.deb
 f32679e76efb2661894eebe8fe4d297caa9be8b1 41286 libmpg123-dev_1.15.3-2_i386.deb
Checksums-Sha256: 
 26d3c3b03b031bb163ff59ea8e9f22646219b9fd4a10c5794c9c99df62209f89 1659 
mpg123_1.15.3-2.dsc
 b6b1aef887835f83ac3d4acb5701ae619041fc60d76548ad779a409080338df7 802052 
mpg123_1.15.3.orig.tar.bz2
 c65d67395a45079a1854d89845ad4fe1ac1005c909baaf3eaf7e4dc3704b8456 21368 
mpg123_1.15.3-2.debian.tar.gz
 b68e51475ad3e69d5e35f552a648cdc0788ee25c8d65d4f075302811b166af3d 137846 
mpg123_1.15.3-2_i386.deb
 7283136550369dad08899bd8e1d5b075583f5579a2b60ab63e01065be0c79fb9 117882 
libmpg123-0_1.15.3-2_i386.deb
 cfa0e069288ea0b6b002c6e73b069a99f1c0165a7d75f02974f11b3cb81f1e8a 41286 
libmpg123-dev_1.15.3-2_i386.deb
Files: 
 869f1f93fd50556358151631d7344900 1659 sound optional mpg123_1.15.3-2.dsc
 f734f9e2982f398a1c919475fc0b3798 802052 sound optional 
mpg123_1.15.3.orig.tar.bz2
 3fa0e4bbf0647b674364d2272ff97196 21368 sound optional 
mpg123_1.15.3-2.debian.tar.gz
 a303acc9e8893340189e6638d874a73a 137846 sound optional mpg123_1.15.3-2_i386.deb
 3dc6809ef00f2a0a7c81105cf0589618 117882 libs optional 
libmpg123-0_1.15.3-2_i386.deb
 f2646d4e54c50f05e539f9b4a201f37f 41286 libdevel optional 
libmpg123-dev_1.15.3-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Debian Powered!

iEYEARECAAYFAlIh9LcACgkQmAg1RJRTSKSudgCfZoisaU5MuWNJ1uvnDK8/X7Z1
DRkAmwX/E7JlUdof3vbOgqwUfI7BeO1O
=rZ3Y
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#720440: marked as done (mpg123: mpg123 does not build LFS wrappers on kfreebsd-i386)

2013-08-31 Thread Debian Bug Tracking System
Your message dated Sat, 31 Aug 2013 15:39:29 +
with message-id e1vfngr-0008tx...@franck.debian.org
and subject line Bug#720440: fixed in mpg123 1.15.3-2
has caused the Debian Bug report #720440,
regarding mpg123: mpg123 does not build LFS wrappers on kfreebsd-i386
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 ow...@bugs.debian.org
immediately.)


-- 
720440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720440
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: mpg123
Version: 1.15.3-1
Severity: important
Justification: Broken binaries on release architecture kfreebsd-i386

According to the build logs in
https://buildd.debian.org/status/fetch.php?pkg=mpg123arch=kfreebsd-i386ver=1.15.3-1stamp=1365806890,
the configure script determines that off_t has the size 8, which seems
unusual for a 32bit operating system:

checking size of off_t... 8

This causes various compiation warnings later:

lfs_alias.c: In function 'mpg123_decode_frame_32':
lfs_alias.c:123:2: warning: passing argument 2 of 'mpg123_decode_frame'
from incompatible pointer type [enabled by default]
In file included from lfs_alias.c:49:0:
mpg123.h:514:12: note: expected 'off_t *' but argument is of type 'long int *'
lfs_alias.c: In function 'mpg123_framebyframe_decode_32':
lfs_alias.c:131:2: warning: passing argument 2 of
'mpg123_framebyframe_decode' from incompatible pointer type [enabled by default]
In file included from lfs_alias.c:49:0:
mpg123.h:523:12: note: expected 'off_t *' but argument is of type 'long
int *'
lfs_alias.c: In function 'mpg123_feedseek_32':
lfs_alias.c:179:2: warning: passing argument 4 of 'mpg123_feedseek' from
incompatible pointer type [enabled by default]

Also, it breaks the compilation of mplayer2,
cf. 
https://buildd.debian.org/status/fetch.php?pkg=mplayer2arch=kfreebsd-i386ver=2.0-701-gd4c5b7f-2stamp=1377018444

cc -o mplayer command.o [...] libmpcodecs/vd_xanim.o
libmpcodecs/vd_xvid4.o -Wl,-z,noexecstack  -Wl,-z,relro -L/usr/local/lib
-ffast-math   -lncurses -lsmbclient -lquvi   -lvdpau   -lpng -lz -lmng
-lz -ljpeg -lungif -lpulse   -ljack -lpthread -lrt   -lbluray
-L/usr/lib/i386-kfreebsd-gnu -ldvdread -ldvdread -lcdio_paranoia
-lcdio_cdda -lcdio   -lass   -lenca -lz -lmad -lvorbis -logg -lspeex
-ltheora -logg   -lmpg123   -la52 -ldca -lfaad -lbs2b   -llcms2
-lavutil -lavcodec -lavformat -lswscale   -lpostproc   -lavresample
-ldv -lxvidcore -lm -lvstream-client -lpthread -ldl -rdynamic
-L/usr/lib/i386-kfreebsd-gnu -ldvdnavmini -lpthread  -lm  -ldirectfb
-lXext -lX11 -lpthread -lXss -lXv -lXinerama -lXxf86vm
-L/usr/lib/i386-kfreebsd-gnu -lcaca -lSDL -lGL -ldl -llirc_client
libmpcodecs/ad_mpg123.o: In function `decode_a_bit':
/«PKGBUILDDIR»/libmpcodecs/ad_mpg123.c:278: undefined reference to
`mpg123_decode_frame_64'
collect2: error: ld returned 1 exit status
make[2]: *** [mplayer] Error 1

AFAIU the configure script and the header mpg123.h, the _64 bit vaiants
are expected to be present also on kfreebsd-i386. In case this
assumption is wrong, then mpg123.h should not alias to the _64 variants
on this arch.

Thomas, can you comment on what is the right thing to do on
kfreebsd-i386?

Thanks  Cheers,
Reinhard


Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
---End Message---
---BeginMessage---
Source: mpg123
Source-Version: 1.15.3-2

We believe that the bug you reported is fixed in the latest version of
mpg123, which is due to be installed in the Debian FTP archive.

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 720...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler siret...@tauware.de (supplier of updated mpg123 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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 Aug 2013 15:26:50 +0200
Source: mpg123
Binary: mpg123 libmpg123-0 libmpg123-dev
Architecture: i386 source
Version: 1.15.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Closes: 720440
Description: 
 libmpg123-0 - MPEG layer 1/2/3 audio decoder (shared library)
 libmpg123-dev - MPEG layer 1/2/3 audio decoder (development files)
 mpg123 - MPEG layer 1/2/3 audio player

Processed: tagging as pending bugs that are closed by packages in NEW

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

 # Saturday 31 August  20:03:20 UTC 2013
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/pyliblo;pyliblo/a
 tags 705044 + pending
Bug #705044 [python-liblo] python-liblo: build against python3
Added tag(s) pending.
 # Source package in NEW: jdeb
 tags 721249 + pending
Bug #721249 [wnpp] ITP: jdeb -- builds (non-DFSG-compliant) Debian packaged 
from Maven projects
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/mapnik;mapnik/a
 tags 662425 + pending
Bug #662425 [src:mapnik] mapnik: Please Build-Depends on libpng-dev, change 
from libpng12-dev
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/mapnik;mapnik/a
 tags 665798 + pending
Bug #665798 [python-mapnik2] python-mapnik2: Please correct fonts path
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/mapnik;mapnik/a
 tags 699079 + pending
Bug #699079 [libmapnik2-2.0] libmapnik2-2.0: rfe: make AsBinary() forward 
compatible with the PostGIS 2.0 API
Added tag(s) pending.
 # Source package in NEW: zbackup
 tags 717443 + pending
Bug #717443 [wnpp] ITP: zbackup -- A versatile deduplicating backup tool
Added tag(s) pending.
 # Source package in NEW: mmdb
 tags 679982 + pending
Bug #679982 [wnpp] RFP: mmdb -- Macromolecular coordinate library
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
662425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662425
665798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665798
679982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679982
699079: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699079
705044: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705044
717443: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717443
721249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721249
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: pyliblo_0.9.1-3_amd64.changes REJECTED

2013-08-31 Thread Jaromír Mikeš
2013/8/31 Sebastian Ramacher sramac...@debian.org


 Done.


Thank you!
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers