pd-readanyfs~

Felipe Sateler fsateler at debian.org
Wed Feb 9 20:37:39 UTC 2011


On Wed, Feb 9, 2011 at 06:45, IOhannes m zmoelnig <zmoelnig at iem.at> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Roman and me proudly present another pd-library, this time it is
> "pd-readanysf~", an object to read a large number of audiofiles (and
> streams).
> it uses gavl/gmerlin-avdecoder (maintained by pkg-multimedia!) as
> decoding backend.
>
> the pacakging VCS can be found at:
> git://git.debian.org/pkg-multimedia/pd-readanysf
>
> the package uses CDBS
>
> lintian reports 2 issues
> - - no-upstream-changelog (let's not be pedantic) and
> - - debian-watch-file-is-missing (upstream publishes the sources via a
> php-script and while all the downloads are indeed in a separate
> directory on the webserver, directory listing is prohibited... if
> somebody wants to give it a try
> http://aug.ment.org/readanysf/download.php, but i withdraw)


Cloning the git repository and running git-buildpackage will result in
the following error:

g++  -shared  -o  readanysf~.pd_linux  -g -O2 -g -O2  \
	src/readanysf~.cpp \
	objs/FifoAudioFrames.o \
	objs/FifoVideoFrames.o \
	objs/ReadMedia.o
/usr/bin/ld: /tmp/cc0CyDbO.o: relocation R_X86_64_32 against
`.rodata.str1.1' can not be used when making a shared object;
recompile with -fPIC
/tmp/cc0CyDbO.o: could not read symbols: Bad value
collect2: ld returned 1 exit status



I've not seen this kind of behavior in the other pd packages, I
presume because the Makefile fiddles with CFLAGS (which it shouldn't),
and CDBS sets a default value for them (dh doesn't, which might
explain why this issue appears here).

-- 

Saludos,
Felipe Sateler



More information about the pkg-multimedia-maintainers mailing list