On 25 April 2016 at 18:12, Felipe Sateler <[email protected]> wrote: > On 20 March 2016 at 12:52, Dan S <[email protected]> wrote: >> >> Hi all, >> >> There's a new release of SuperCollider out (3.7) and I've imported and >> updated the packaging at pkg-multimedia/supercollider.git . It builds >> and works for me (on x64), and I'd like to ask others to have a look >> at it and consider testing/uploading it. > > I reproduce the same failure as Hanno, also on x64: > > /usr/bin/ld: ../../external_libraries/libtlsf.a(tlsf.c.o): relocation > R_X86_64_32S against `.rodata' can not be used when making a shared > object; recompile with -fPIC > ../../external_libraries/libtlsf.a: error adding symbols: Bad value > > adding said -fPIC flag to tlsf target continues until: <snip> > /usr/bin/ld: cannot find -lQt5::OpenGL > > > Could you have a look?
This seems to be a missing build-dep on libqt5opengl5-dev. It builds fine after that. BTW, why do we disable the testsuite? -- Saludos, Felipe Sateler _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
