[Bug 5989] Re: wrong path on the archive
Added a request to backport: https://bugs.launchpad.net/gutsy-backports/+bug/236861 -- wrong path on the archive https://bugs.launchpad.net/bugs/5989 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 141447] Re: trang segfaults on gutsy (x86 and AMD64)
The trivial way to fix this really is to just use the java version, rather than the gcj version compiled to local machine code. Its not exactly performance critical piece of software. We downloaded the upstream, and run the trang.jar file included, it works fine. -- trang segfaults on gutsy (x86 and AMD64) https://bugs.launchpad.net/bugs/141447 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 5989] Re: wrong path on the archive
I don't understand the rationale behind why this was fixed in 8.10 but not 8.04. 8.04 is intended for long-term support, and this is not a minor packaging problem. The current package is uninstallable, so fixing this in 8.04 doesn't have any chance of making the package worse. IMO, it would be better to remove comedi than to leave it in, and better to fix it than delay the availability of the fix for another half year. Can somebody explain, or perhaps give me a link to the bug fix policy that explains this if its a FAQ? -- wrong path on the archive https://bugs.launchpad.net/bugs/5989 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 141447] Re: trang segfaults on gutsy (x86 and AMD64)
@barrakketh could you describe how to do this? I tried apt-get source and then a dpkg-buildpackage and still go the incorrect library ABI detected error. -- trang segfaults on gutsy (x86 and AMD64) https://bugs.launchpad.net/bugs/141447 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 189457] Re: maildrop error loading shared libraries
sorry, this is a duplicate -- maildrop error loading shared libraries https://bugs.launchpad.net/bugs/189457 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 189457] [NEW] maildrop error loading shared libraries
Public bug reported: Binary package hint: maildrop % /usr/bin/maildrop /usr/bin/maildrop: error while loading shared libraries: libcourierauth.so.0: cannot open shared object file: No such file or directory ~ % ldd =maildrop libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0x2aedbf2e) libcourierauth.so.0 => not found libcrypt.so.1 => /lib/libcrypt.so.1 (0x2aedbf3fd000) libpcre.so.3 => /usr/lib/libpcre.so.3 (0x2aedbf631000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x2aedbf857000) libm.so.6 => /lib/libm.so.6 (0x2aedbfb62000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2aedbfde3000) libc.so.6 => /lib/libc.so.6 (0x2aedbfff2000) /lib64/ld-linux-x86-64.so.2 (0x4000) ProblemType: Bug Architecture: amd64 Date: Tue Feb 5 17:34:35 2008 DistroRelease: Ubuntu 7.10 NonfreeKernelModules: nvidia Uname: Linux sam-desktop 2.6.22-14-generic #1 SMP Tue Dec 18 05:28:27 UTC 2007 x86_64 GNU/Linux ** Affects: maildrop (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- maildrop error loading shared libraries https://bugs.launchpad.net/bugs/189457 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 163008] python-ipy should be synced with upstream 0.55, alreayd in debian
Public bug reported: Binary package hint: python-ipy 0.55 is latest upstream version, and contains useful APIs sid has latest already ** Affects: ipy (Ubuntu) Importance: Undecided Status: New -- python-ipy should be synced with upstream 0.55, alreayd in debian https://bugs.launchpad.net/bugs/163008 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 5989] Re: wrong path on the archive
I did a apt-get source comedi-source then a dpkg-buildpackage -rfakeroot -us -uc and installed. Don't know if that is relevant. I get much further, now, but it looks like some Makefile.in stuff isn't being packaged: checking Linux config option CONFIG_PCI... yes configure: creating ./config.status config.status: creating Makefile config.status: creating comedi/Makefile config.status: creating comedi/drivers/Makefile config.status: error: cannot find input file: comedi/drivers/addi-data/Makefile.in make[1]: *** [config.status] Error 1 make[1]: Leaving directory `/usr/src/modules/comedi-modules' make: *** [kdist_build] Error 2 -- wrong path on the archive https://bugs.launchpad.net/bugs/5989 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 5989] Re: wrong path on the archive
Ok, I'm giving up. There are errors in the debian/driver.files. It refers to files that do not exist in the source, and since it doesn't package the addi-data directory (yes, it looks like this builds additional non-module utilities, but configure breaks if its absent), the build fails. I hacked driver.files so the package was built. At that point the module-install no longer fails, but it sucessfully builds an empty .deb package :-( It claims that some references to the kernel source config are lacking: Making all in . make[5]: Entering directory `/usr/src/modules/comedi-modules/comedi' echo > comedi_kbuild.inc echo CONFIG_COMEDI_PCMCIA_MODULES=m >> comedi_kbuild.inc echo CONFIG_COMEDI_USB_MODULES=m >> comedi_kbuild.inc make -I/usr/src/modules/comedi-modules/comedi -C /lib/modules/2.6.22-14-generic/build M=/usr/src/modules/comedi-modules/comedi CC="gcc -I/usr/src/modules/comedi-modules/comedi/../ \ -I/usr/src/modules/comedi-modules/comedi/../include " V=1 modules make[6]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic' test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \ echo; \ echo " ERROR: Kernel configuration is invalid."; \ echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \ echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo; \ /bin/false) mkdir -p /usr/src/modules/comedi-modules/comedi/.tmp_versions rm -f /usr/src/modules/comedi-modules/comedi/.tmp_versions/* make -f scripts/Makefile.build obj=/usr/src/modules/comedi-modules/comedi Building modules, stage 2. However, thats wrong, they do exist: /usr/src/linux-headers-2.6.22-14-generic % test -e include/linux/autoconf.h -a -e include/config/auto.conf || (echo "hello"; /bin/false ) /usr/src/linux-headers-2.6.22-14-generic % echo $? 0 So, I'm stymied. Any further suggestions? I'll just build a binary package, for now, it seems easier. ** Attachment added: "driver.files" http://launchpadlibrarian.net/10435554/driver.files -- wrong path on the archive https://bugs.launchpad.net/bugs/5989 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 162526] Re: comedi-source fails to build
sorry, this is a duplicate bug -- comedi-source fails to build https://bugs.launchpad.net/bugs/162526 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 5989] Re: wrong path on the archive
it still doesn't build, see my other bug report (sorry for the duplicate) -- wrong path on the archive https://bugs.launchpad.net/bugs/5989 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 162526] comedi-source fails to build
Public bug reported: Binary package hint: comedi-source Error message from module assistant is: "/usr/share/modass/packages/default.sh: 1: debian/rules: not found" I installed comedi-source using synaptic, then followed build instructions: % sudo module-assistant auto-install comedi [sudo] password for sroberts: Updated infos about 1 packages Getting source for kernel version: 2.6.22-14-generic Kernel headers available in /usr/src/linux Creating symlink... Couldn't create the /usr/src/linux symlink! apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Done! unpack Extracting the package tarball, /usr/src/comedi-source.tar.gz, please wait... "/usr/share/modass/packages/default.sh" build KVERS=2.6.22-14-generic KSRC=/usr/src/linux-headers-2.6.22-14-generic KDREV=2.6.22-14.46 kdist_image module-assistant's log file viewer reported: "/usr/share/modass/packages/default.sh: 1: debian/rules: not found" I have kernel source installed. ProblemType: Bug Architecture: amd64 Date: Tue Nov 13 14:52:54 2007 DistroRelease: Ubuntu 7.10 NonfreeKernelModules: nvidia Uname: Linux sam-desktop 2.6.22-14-generic #1 SMP Sun Oct 14 21:45:15 GMT 2007 x86_64 GNU/Linux ** Affects: comedi (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- comedi-source fails to build https://bugs.launchpad.net/bugs/162526 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 162525] ebtables miscompiled to refer to debian/ebtables/etc instead of /etc/
Public bug reported: Binary package hint: ebtables Try: % /sbin/ebtables -t broute -A INPUT -p ARP --arp-ip-dst 192.168.1.2 -j DROP Problem with the specified Ethernet protocol 'ARP', perhaps debian/ebtables/etc/ethertypes is missing. It appears that ebtables has the build location of etc/ethertypes compiled in, instead of /etc/ethertypes (which was installed correctly). ProblemType: Bug Architecture: amd64 Date: Tue Nov 13 14:02:38 2007 DistroRelease: Ubuntu 7.10 NonfreeKernelModules: nvidia Uname: Linux sam-desktop 2.6.22-14-generic #1 SMP Sun Oct 14 21:45:15 GMT 2007 x86_64 GNU/Linux ** Affects: ebtables (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- ebtables miscompiled to refer to debian/ebtables/etc instead of /etc/ https://bugs.launchpad.net/bugs/162525 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs