[Bug 416570] Re: checkinstall does not respect pkgarch option
This was fixed in the 1.6.1-9 debian release. Somebody needs to import the new version to ubuntu? ** Changed in: checkinstall (Ubuntu) Status: New => Fix Released ** Changed in: checkinstall (Ubuntu) Status: Fix Released => Fix Committed -- checkinstall does not respect pkgarch option https://bugs.launchpad.net/bugs/416570 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 337912] Re: Freeverb No Longer Adds Reverb
The fix was done years ago ** Changed in: cmt (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/337912 Title: Freeverb No Longer Adds Reverb To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cmt/+bug/337912/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1071593]
I cannot reproduce this problem either with the vlc command or the test program. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1071593 Title: padsp segfaults in VLC call to freopen() To manage notifications about this bug go to: https://bugs.launchpad.net/pulseaudio/+bug/1071593/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1281160] [NEW] Sync liblo 0.28-3 (universe) from Debian unstable (main)
Public bug reported: Please sync liblo 0.28-3 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * Use dh-autoreconf to update libtool for ppc64el. The ubuntu change was applied at version 0.28-3, so no need for a diff anymore. Changelog entries since current trusty version 0.26~repack-8ubuntu1: liblo (0.28-3) unstable; urgency=medium * Use dh_auroreconf * Pick patches from upstream disabling network tests -- Felipe Sateler Mon, 10 Feb 2014 11:48:46 -0300 liblo (0.28-2) unstable; urgency=medium * Disable use of SO_REUSEPORT, build-time check does not guarantee availability at runtime -- Felipe Sateler Tue, 04 Feb 2014 09:50:32 -0300 liblo (0.28-1) unstable; urgency=low * New upstream release - Add new symbols to symbols file. * Bump standards version -- Felipe Sateler Fri, 31 Jan 2014 13:22:49 -0300 ** Affects: liblo (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1281160 Title: Sync liblo 0.28-3 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/liblo/+bug/1281160/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1240227] Re: Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main)
On Mon, Oct 21, 2013 at 6:23 AM, Daniel Holbach wrote: > This unfortunately fails to build on trusty amd64: > > [ 2%] Building C object CMakeFiles/csound64.dir/Engine/envvar.c.o > /usr/bin/x86_64-linux-gnu-gcc > -DCS_DEFAULT_PLUGINDIR=\"/usr/lib/csound/plugins64-6.0\" -DHAVE_STRTOD_L > -DHAVE_STRTOK_R -DLINUX -DPIPES -DUSE_DOUBLE -DUSE_LRINT -D_CSOUND_RELEASE_ > -D_GNU_SOURCE -Dcsound64_EXPORTS -g -O2 -fstack-protector > --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall > -D_FORTIFY_SOURCE=2 -DHAVE_ATOMIC_BUILTIN -fPIC > -I"/tmp/buildd/csound-6.00.1~dfsg/./H" > -I"/tmp/buildd/csound-6.00.1~dfsg/./include" > -I"/tmp/buildd/csound-6.00.1~dfsg/./Engine" > -I"/tmp/buildd/csound-6.00.1~dfsg/." > -I"/tmp/buildd/csound-6.00.1~dfsg/obj-x86_64-linux-gnu" -ftree-vectorize > -ffast-math -O3 -mtune=generic -fvisibility=hidden -Wno-format > -D__BUILDING_LIBCSOUND -DHAVE_PTHREAD_SPIN_LOCK -DHAVE_PTHREAD_BARRIER_INIT > -DPARCS -DGNU_GETTEXT -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H > -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H > -DHAVE_VALUES_H -o CMakeFiles/csound64.dir/Engine/envvar.c.o -c > "/tmp/buildd/csound-6.00.1~dfsg/Engine/envvar.c" > /tmp/buildd/csound-6.00.1~dfsg/Engine/envvar.c: In function 'csoundParseEnv': > /tmp/buildd/csound-6.00.1~dfsg/Engine/envvar.c:383:7: error: format not a > string literal and no format arguments [-Werror=format-security] >csoundMessage(csound, Str(msg)); >^ > /tmp/buildd/csound-6.00.1~dfsg/Engine/envvar.c: In function > 'csoundGetDirectoryForPath': > /tmp/buildd/csound-6.00.1~dfsg/Engine/envvar.c:720:7: error: format not a > string literal and no format arguments [-Werror=format-security] >csoundDie(csound, Str("Current directory path name too long\n")); > ^ Hmm. Str is the csound name for gettext. Is it possible to disable this -Werror? Or do I need to patch the source to pass "%s" as the first string everywhere? -- Saludos, Felipe Sateler -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240227 Title: Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/csound/+bug/1240227/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1240227] Re: Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main)
On Thu, Oct 24, 2013 at 5:12 AM, Dmitry Shachnev wrote: > That error is coming not from Str, but rather from > csoundDie/csoundMessage. I know. > If message contains percent chars, random parts of the stack can be > printed, so yes, you need to pass "%s" everywhere. They can't have percent chars, because they do not come from user input. They are all constant strings passed through gettext. Really, this warning is too trigger happy. -- Saludos, Felipe Sateler -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240227 Title: Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/csound/+bug/1240227/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1240227] Re: Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main)
On Thu, Nov 7, 2013 at 9:58 AM, Sebastien Bacher wrote: > Unsubscribing sponsors, we can't sync something that doesn't build. Can > you fix the build issue (in Debian if possible) then subscribe sponsors > back? I don't know how to do that. But please sync the latest version from unstable (1:6.01~dfsg-2), it builds in trusty now. -- Saludos, Felipe Sateler -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240227 Title: Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/csound/+bug/1240227/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1240227] Re: Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main)
On Mon, Oct 21, 2013 at 6:23 AM, Daniel Holbach wrote: > This unfortunately fails to build on trusty amd64: > > [ 2%] Building C object CMakeFiles/csound64.dir/Engine/envvar.c.o > /usr/bin/x86_64-linux-gnu-gcc > -DCS_DEFAULT_PLUGINDIR=\"/usr/lib/csound/plugins64-6.0\" -DHAVE_STRTOD_L > -DHAVE_STRTOK_R -DLINUX -DPIPES -DUSE_DOUBLE -DUSE_LRINT -D_CSOUND_RELEASE_ > -D_GNU_SOURCE -Dcsound64_EXPORTS -g -O2 -fstack-protector > --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall > -D_FORTIFY_SOURCE=2 -DHAVE_ATOMIC_BUILTIN -fPIC > -I"/tmp/buildd/csound-6.00.1~dfsg/./H" > -I"/tmp/buildd/csound-6.00.1~dfsg/./include" > -I"/tmp/buildd/csound-6.00.1~dfsg/./Engine" > -I"/tmp/buildd/csound-6.00.1~dfsg/." > -I"/tmp/buildd/csound-6.00.1~dfsg/obj-x86_64-linux-gnu" -ftree-vectorize > -ffast-math -O3 -mtune=generic -fvisibility=hidden -Wno-format > -D__BUILDING_LIBCSOUND -DHAVE_PTHREAD_SPIN_LOCK -DHAVE_PTHREAD_BARRIER_INIT > -DPARCS -DGNU_GETTEXT -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H > -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H > -DHAVE_VALUES_H -o CMakeFiles/csound64.dir/Engine/envvar.c.o -c > "/tmp/buildd/csound-6.00.1~dfsg/Engine/envvar.c" > /tmp/buildd/csound-6.00.1~dfsg/Engine/envvar.c: In function 'csoundParseEnv': > /tmp/buildd/csound-6.00.1~dfsg/Engine/envvar.c:383:7: error: format not a > string literal and no format arguments [-Werror=format-security] >csoundMessage(csound, Str(msg)); >^ > /tmp/buildd/csound-6.00.1~dfsg/Engine/envvar.c: In function > 'csoundGetDirectoryForPath': > /tmp/buildd/csound-6.00.1~dfsg/Engine/envvar.c:720:7: error: format not a > string literal and no format arguments [-Werror=format-security] >csoundDie(csound, Str("Current directory path name too long\n")); >^ > cc1: some warnings being treated as errors > make[3]: *** [CMakeFiles/csound64.dir/Engine/envvar.c.o] Error 1 > make[3]: Leaving directory > `/tmp/buildd/csound-6.00.1~dfsg/obj-x86_64-linux-gnu' > make[2]: *** [CMakeFiles/csound64.dir/all] Error 2 > FIxed in the latest version from unstable (1:6.01~dfsg-2). Please sync that version. Thanks -- Saludos, Felipe Sateler -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240227 Title: Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/csound/+bug/1240227/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1011263] Re: csound-gui doesn't contain what it is supposed to.
Winsound et al are no longer supported upstream, so no longer built. The reason for existence for csound-gui was weakened, so the package has been dropped (everything else on the package was merged into either csound or libcsound64-*). Therefore closing ** Changed in: csound (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1011263 Title: csound-gui doesn't contain what it is supposed to. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/csound/+bug/1011263/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1240227] Re: Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main)
On Fri, Nov 22, 2013 at 7:55 AM, Dmitry Shachnev wrote: > Hi Felipe, > > Apparently csound failed to migrate to -release because csound-qt FTBFS > against the new version. The error is "/usr/bin/ld: cannot find -lcsnd", > check build logs at > https://launchpad.net/ubuntu/+source/csoundqt/0.8.0-2. Oops, my bad. Uploaded 0.8.0-3 fixing the issue. Thanks for reporting! On Fri, Nov 22, 2013 at 8:26 AM, Dmitry Shachnev wrote: > Also, is csound-gui really removed? csound still recommends it, and I > see it in http://packages.debian.org/sid/csound-gui. Either changelog or > control should be fixed :) The control file is incorrect. I've commited a fix locally, but not sure a stale recommends is worth a new upload. -- Saludos, Felipe Sateler -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240227 Title: Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/csound/+bug/1240227/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1240227] [NEW] Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main)
Public bug reported: Please sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * Added missing pthread lib to link, fixing FTBFS. * Added missing pthread lib to link, fixing FTBFS. I assume the missing pthread issue (no link in either changelog or patch) relates to the same bug reported in debian as #713667, which was fixed in 1:6.00~dfsg-1. Changelog entries since current saucy version 1:5.17.11~dfsg-3ubuntu1: csound (1:6.00.1~dfsg-2) unstable; urgency=low * Enable lua opcodes - Use lua instead of luajit * Get several patches from upstream git. - Only enable atomic builtins in amd64 and i386. Fixes FTBFS in some archs - Fix FTBFS on big endian archs -- Felipe Sateler Sun, 01 Sep 2013 23:41:52 -0400 csound (1:6.00.1~dfsg-1) unstable; urgency=low * New upstream release - Remove patch applied upstream - Remove patch to refman_header, no longer in source - Refresh patches * Backport several cmake fixes * Disable default optimizations. Closes: #718969 -- Felipe Sateler Wed, 14 Aug 2013 19:04:18 -0400 csound (1:6.00~dfsg-1) unstable; urgency=low * New upstream release - Rename packages for csound 6, ABI break - Enable multicore, is now required - Disable the p5 glove opcodes - Refresh patches, drop patch 1000, applied upstream - Update copyright file - Add patch from upstream hiding some unwanted symbols - Fix crash in sdif2ad. Closes: #716233 * Do not build tests yet * Drop tclcsound, upstream no longer builds it * Install new csanalyze and scope tools * python module is now csnd6 * Drop SO versioning of lua interfaces, they are not versioned * Fixes FTBFS: Closes: #713667 * -- Felipe Sateler Sat, 03 Aug 2013 18:47:12 -0400 csound (1:5.17.11~dfsg-4) unstable; urgency=low * Team upload. [ Jonas Smedegaard ] * Update README.source to emphasize control.in file as *not* a show-stopper for contributions, referring to wiki page for details. [ Sebastian Ramacher ] * debian/patches/2015-bison-2.6.patch: Apply patch from upstream to fix compilation with bison 2.6. (Closes: #710619) * debian/{control,rules}: Bump bison to (>= 2.6) to be on the safe side. * debian/control{,.in}: Change section of libcsoundac5.2 and libcsnd5.2 to libs. -- Sebastian Ramacher Wed, 05 Jun 2013 01:18:00 +0200 ** Affects: csound (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240227 Title: Sync csound 1:6.00.1~dfsg-2 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/csound/+bug/1240227/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 599163] Re: Defect in checkinstall-1.6.2 : checkinstall can fail to create a new diirectory
On Tue, Jun 29, 2010 at 12:17, Andreas Noteng wrote: > Subscribed Felipe Sateler, the maintainer of the checkinstall package. > > ** Description changed: > > Binary package hint: checkinstall > > checkinstall-1.6.2 can fail package creation because of inability to > create a new directory and or dir/subdir. > > It doesn't appear to be that it can't at all, but in most cases it will > fail. > Am attaching a simple case - building static x264 where checkinstalled > failed as such > > "install: cannot change permissions of `/usr/local/lib/pkgconfig': No > such file or directory" > > After manually creating /usr/local/lib/pkgconfig the .deb creation was > successful > > Have another Ex. on other pc where it failed to create 5 out of 9 or 10 > dir/subdir, though it did create some of them.. > > + Filesystem translation is enabled by default in Maverick, disabling > + filesystem translation fixes this issue. > + > ProblemType: Bug > DistroRelease: Ubuntu 10.10 > Package: checkinstall 1.6.2-1 > ProcVersionSignature: Ubuntu 2.6.35-5.6-generic 2.6.35-rc3 > Uname: Linux 2.6.35-5-generic i686 > Architecture: i386 > Date: Sun Jun 27 22:30:15 2010 > LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100624) > ProcEnviron: > - LANG=en_US.UTF-8 > - SHELL=/bin/bash > + LANG=en_US.UTF-8 > + SHELL=/bin/bash > SourcePackage: checkinstall > > -- > Defect in checkinstall-1.6.2 : checkinstall can fail to create a new > diirectory > https://bugs.launchpad.net/bugs/599163 > You received this bug notification because you are a direct subscriber > of the bug. > Could you run the checkinstall command in debug mode? checkinstall -d2 -- Saludos, Felipe Sateler -- Defect in checkinstall-1.6.2 : checkinstall can fail to create a new diirectory https://bugs.launchpad.net/bugs/599163 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 599163] Re: Defect in checkinstall-1.6.2 : checkinstall can fail to create a new diirectory
Hmm, I can't reproduce the problem. Lets try a few things so that we can pinpoint the problem. Create a dummy Makefile with the following contents: 8< install: install -d /usr/local/include --->8- Note that there is a tab before the install command, no spaces. And now try to reproduce the problem. Also, execute the following command (as root, otherwise you will have problems) strace -o install.strace install -d /usr/local/include And post the install.strace file. -- Saludos, Felipe Sateler -- Defect in checkinstall-1.6.2 : checkinstall can fail to create a new diirectory https://bugs.launchpad.net/bugs/599163 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 599163] Re: Defect in checkinstall-1.6.2 : checkinstall can fail to create a new diirectory
On Tue, Jun 29, 2010 at 21:56, Doug McMahon wrote: > Kinda surprised you can't reproduce - isn't just me who has noticed and > probably not confined to maverick - can test 1.6.2 on 9.10 or 10.04 if need > be. > checkinstall failed on the dummy, the strace succeeded in creating > /usr/local/include I am not running Ubuntu, but Debian. And I'm pretty sure this has to do with some glibc interactions. I think I can guess where this is failing... Could you try again with this makefile: 8< install: strace install -d /usr/local/include --->8- The strace output will hopefully show which system call is failing. -- Saludos, Felipe Sateler -- Defect in checkinstall-1.6.2 : checkinstall can fail to create a new diirectory https://bugs.launchpad.net/bugs/599163 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 599163] Re: Defect in checkinstall-1.6.2 : checkinstall can fail to create a new diirectory
Yes, you are correct, through checkinstall. I forgot that. And I forgot to say please don't use the -d2 flag. In this case, it may cause unwanted noise. -- Saludos, Felipe Sateler -- Defect in checkinstall-1.6.2 : checkinstall can fail to create a new diirectory https://bugs.launchpad.net/bugs/599163 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 283169] Re: Opcodes scanu and scans still missing from csound package
The scanned synthesis opcodes have a non-free license, which is why they are not included. ** Changed in: csound (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/283169 Title: Opcodes scanu and scans still missing from csound package -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 218533] Re: cannot play csnd file
Your sound device cannot serve more than one client at a time. This is not csound's fault. You could try working around that by using the pulse backend. ** Changed in: csound (Ubuntu) Status: New => Invalid -- cannot play csnd file https://bugs.launchpad.net/bugs/218533 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs