[Bug 5989] Re: wrong path on the archive

2008-06-02 Thread sam roberts
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 5989] Re: wrong path on the archive

2008-06-02 Thread sam roberts
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 5989] Re: wrong path on the archive

2008-05-31 Thread Wouter Stomp
Fixed in intrepid.

** Changed in: comedi (Ubuntu)
   Status: Incomplete = Fix Released

-- 
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

2008-01-28 Thread Bug Watch Updater
** Changed in: comedi (Debian)
   Status: New = Fix Released

-- 
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

2008-01-28 Thread Wouter Stomp
This was fixed in debian in 0.7.75-2 ad requires a sync.

-- 
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

2007-11-24 Thread Juan de la Figuera
Confirmed same behavior on AMD64 on gutsy.

Using module-assistant on the comedi module results in:

 /usr/share/modass/packages/default.sh: 1: debian/rules: not found

Correct me if I am wrong, but this bug has been around for 1 year and a
half?

As it is now, it is impossible to use the package. Does the upstream
version compile fine under ubuntu?

Best,

Juan

-- 
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

2007-11-16 Thread sam roberts
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

2007-11-15 Thread sam roberts
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 5989] Re: wrong path on the archive

2007-11-15 Thread sam roberts
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 5989] Re: wrong path on the archive

2007-09-02 Thread Barry deFreese
Never got any feedback on the newer upstream package!!??

** Changed in: comedi (Ubuntu)
   Status: Confirmed = Incomplete

-- 
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

2007-04-27 Thread Barry deFreese
I just uploaded the latest upstream release to Gutsy.  Not sure it
entirely solves the issue though as the dir name still doesn't look
quite right.  It should build on edgy/feisty if someone wants to pull it
down and test it?

-- 
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

2007-04-17 Thread Hans Kyhlbaeck
Hi all of you people!
I am new to GNU/Linux but have since many years been working with machinery of 
various kind. Now a Data Acquisition Card (Advantech pci1762), and a wish to 
make an application with a Graphical User Interface for the card events, have 
brought me into details of Xubuntu 6.10 and Comedi to be running on a desktop 
computer . Trough Synaptic I installed the three Comedi packages. Also tried to 
build code according to the instruction but ended up in this same bug effect as 
described here. At this point I wonder how much more I need to understand and 
make in order to get things working. Is there somewhere an instruction for me 
to make a workaround on the bug #5989, or do I have to wait for a corrected 
future package? Can I contribute in some way? I would be happy to report about 
possible  advancements in our efforts to make the card connect between software 
and to some impressive hard stuff at a school laboratory in Sweden. If some 
details of our experiences from compiling Comedi source is of interest I would 
also be happy to share.
Best regards / Hans

-- 
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

2007-04-05 Thread Bug Watch Updater
** Changed in: comedi (Debian)
   Status: Unknown = Unconfirmed

-- 
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

2007-04-04 Thread William Grant
** Bug watch added: Debian Bug tracker #319161
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=319161

** Also affects: comedi (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=319161
   Importance: Unknown
   Status: Unknown

-- 
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

2006-09-27 Thread towsonu2003
** Changed in: comedi (Ubuntu)
   Status: Needs Info = Confirmed

-- 
wrong path on the archive
https://launchpad.net/bugs/5989

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs