-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 tags 738915 patch thanks - --
attached is a patch to fix this. i will upload it in a few days. please NMU if need be. thanks, Paul On 13/02/2014 18:27, Julien Cristau wrote: > Source: pd-aubio Version: 0.4-1 Severity: serious Justification: > fails to build from source > > The pd-aubio package used to be built from aubio source on all > architectures. Now it's moved to its own source package, which > FTBFS on non-linux: > https://buildd.debian.org/status/package.php?p=pd-aubio > > Please either get this to build or reassign (and downgrade) this > bug to ftp.debian.org to get the out of date pd-aubio binaries > removed. > > Thanks, Julien > -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlMCE/EACgkQkuC958YALL3dqwCfVHROyXmWw44C7ZqG1clI9pSY MTEAoLLD/ngJ8aaH/f7zHKDQr1KmmS2K =mpn5 -----END PGP SIGNATURE-----
diff --git a/wscript b/wscript index 51124f6..186d408 100644 --- a/wscript +++ b/wscript @@ -36,7 +36,11 @@ def configure(ctx): ctx.env.CFLAGS_cshlib = [] ctx.env.LINKFLAGS_cshlib += ['-export_dynamic', '-lpd'] else: - ctx.fatal("Sorry, i don't know how to build for %s yet" % ctx.env['DEST_OS']) + ctx.start_msg("Checking for platform") + ctx.end_msg("no idea how to build for %s yet, assuming linux" + % ctx.env['DEST_OS'], 'YELLOW') + ctx.env.cshlib_PATTERN = '%s.pd_linux' + ctx.env.LINKFLAGS_cshlib += ['--export_dynamic'] # check for puredata header ctx.check(header_name='m_pd.h')
assume_linux.patch.sig
Description: Binary data