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

Bug#909815: marked as done (pd-readanysf FTBFS with puredata 0.49.0)



Your message dated Sat, 29 Sep 2018 07:19:37 +0000
with message-id <E1g69XN-000F8f-Tq@fasolo.debian.org>
and subject line Bug#909815: fixed in pd-readanysf 0.43-3
has caused the Debian Bug report #909815,
regarding pd-readanysf FTBFS with puredata 0.49.0
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 owner@bugs.debian.org
immediately.)


-- 
909815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909815
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: pd-readanysf
Version: 0.43-2
Severity: serious
Tags: ftbfs patch

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pd-readanysf.html

...
src/readanysf~.cpp: In function 'void m_open(t_readanysf*, t_symbol*)':
src/readanysf~.cpp:227:22: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
  x->rm->openFile( s->s_name, 0, x->num_frames_in_fifo, x->num_samples_per_frame );
                   ~~~^~~~~~
In file included from src/readanysf~.cpp:35:
src/ReadMedia.h:59:25: note:   initializing argument 1 of 'void ReadMedia::openFile(char*, int, int, int)'
   void openFile( char * filename, int vfifosize, int afifosize, int samples_per_frame);
                  ~~~~~~~^~~~~~~~
make[2]: *** [Makefile:54: pd_linux] Error 1


Fix is attached.
Description: The first parameter of ReadMedia::openFile() should be const
 Fixes FTBFS with puredata 0.49.0.
Author: Adrian Bunk <bunk@debian.org>

--- pd-readanysf-0.43.orig/src/ReadMedia.cpp
+++ pd-readanysf-0.43/src/ReadMedia.cpp
@@ -369,7 +369,7 @@ bool ReadMedia::quitAVThreads() {
 	return b;
 }
 
-void ReadMedia::openFile( char * fn, int vsize, int asize, int spf) {
+void ReadMedia::openFile(const char * fn, int vsize, int asize, int spf) {
 	lockState();
 	/*
 	if (  strcmp(m_filename, fn) == 0  && m_state == STATE_READY) {
--- pd-readanysf-0.43.orig/src/ReadMedia.h
+++ pd-readanysf-0.43/src/ReadMedia.h
@@ -56,7 +56,7 @@ class ReadMedia  {
 		ReadMedia();
 		~ReadMedia();
 
-		void openFile( char * filename, int vfifosize, int afifosize, int samples_per_frame);
+		void openFile(const char * filename, int vfifosize, int afifosize, int samples_per_frame);
 
 		int decodeAudio( gavl_audio_frame_t *af);
 		int decodeVideo( gavl_video_frame_t *vf);

--- End Message ---
--- Begin Message ---
Source: pd-readanysf
Source-Version: 0.43-3

We believe that the bug you reported is fixed in the latest version of
pd-readanysf, 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 909815@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> (supplier of updated pd-readanysf 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 29 Sep 2018 08:47:00 +0200
Source: pd-readanysf
Binary: pd-readanysf
Architecture: source
Version: 0.43-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Description:
 pd-readanysf - Pd object for reading multiple audio file formats
Closes: 909815
Changes:
 pd-readanysf (0.43-3) unstable; urgency=medium
 .
   * Added patch for compat with Pd>=0.49
     (Closes: #909815)
Checksums-Sha1:
 fb4ed96d3689d7e1fd17701c5bfe2ca6c206d223 2145 pd-readanysf_0.43-3.dsc
 a295e80c214e437445c6d114c961086a5c289bbb 3688 pd-readanysf_0.43-3.debian.tar.xz
 720ba91a3dffd2878931b3b540bb9714f25fd2d4 9246 pd-readanysf_0.43-3_amd64.buildinfo
Checksums-Sha256:
 8c4656d0fb58011f84de73e95bc8d0d6dfc443c4d9db427c26efe122420372e3 2145 pd-readanysf_0.43-3.dsc
 d7db1ed0a80d66df36f373b3a51627d695303525b6241bded23d099439e09ddc 3688 pd-readanysf_0.43-3.debian.tar.xz
 5739d62a8f2e7a4f61ba25a86de2bbfab19468a786a7c57d40d476fa0106a463 9246 pd-readanysf_0.43-3_amd64.buildinfo
Files:
 527c3946e5a034a5d8021534e29b8100 2145 sound optional pd-readanysf_0.43-3.dsc
 be91c13ff4b22686a6fe2e263b50bb66 3688 sound optional pd-readanysf_0.43-3.debian.tar.xz
 d89185014e102fc5f25d5a3b9398de74 9246 sound optional pd-readanysf_0.43-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAluvIJoACgkQtlAZxH96
Nvi6NhAAhA7a/dXL5SDhx04p9lWHFECLoYdKJ4M0lfMsfINFU7r93iuulJLEFKvG
+nyekv3a5Teb4B1dfSLNJYCRQU4LjNEFxKN5cLLRzuet9t19uDvbD7X0x+KcNMQQ
xxLI0svYbP5CQSGflD78n3AVsDBNXVAnWesrWeL6TtA56HUNZj5D8XElK/NhAAU/
dNrYzNg5TsV1DwgRPtMtu407BRvIJnO8F+wt8/SuT6hCxxyRcJLRZPD/fZ9+25r9
RXCmgNMWeanUQ/In+WAANMjgjpU7GVz8jVoTvr98N60+MHs9qbgbHCQgZCyXTRI1
H9JcNJ3vr6LBFfzCrG3EZWU+Ixilom1B45640UyhkR4HK+9OcsJjfZkCTwUQPsyA
G72RRN6ilbr4c3FhimpeEwz/xsXRgxYAKUwW+cQ9qtE8Z/MMpDZhEbmYiZjpdMxf
uKA1iFpCOEE93vTrlGr0erG9J3A9XYGEAIK9WXwmAzKxoRjZAq+5sUal/kwfipAX
3HLRmbz4g0yk322Jihy8905WBlGvJOjOAjiMLnlnyzLTvACTMMzQ73PZz2RV7/wW
XtWihFuHijrKQlt++RTuZ/U4PkThossCc6yolbOeGudwLoK3+BCReniKuD0xXd1j
CqQobmKTJkC+cymyRIGggf9NtBjod12LqwbbZCq56FC0mjLWuAI=
=mpmU
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: