Gudjon, I would be glad (whenever time allows) to sponsor the
upload to Debian. I will look into current package you have -- only 1
major issue I see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570069
if it is usable on kfreebsd then udev depends should be said
[!kfreebsd-amd64] or smth like that OR may be moved into Recommends
altogether, OR just do not build for kfreebsd if it is of no use there
-- I am just ignorant on this subject. Any input is welcome to help
resolving this.
GIT version -- would be neat (whenever current one gets back into
testing)!
On Thu, 05 Apr 2012, Christoph Schmidt-Hieber wrote:
> Hi Yaro,
> maybe NeuroDebian can come to the rescue here? Comedi is an incredibly
> important package, and it would be a shame to see it vanish from the
> debian repositories.
> Cheers,
> Christoph
> ----- Forwarded message from "Gudjon I. Gudjonsson" <gud...@gudjon.org> -----
> Date: Thu, 5 Apr 2012 14:12:58 +0100
> From: "Gudjon I. Gudjonsson" <gud...@gudjon.org>
> To: "comed...@googlegroups.com" <comed...@googlegroups.com>
> Subject: Re: [comedi] libcomedi0 removed from debian testing
> user-agent: KMail/1.13.7 (Linux/3.1.0-1-686-pae; KDE/4.6.5; i686; ; )
> Hi list
> There is a newer version on my private server (0.8.1-6)
> deb-src http://213.64.124.152/debian/ source/
> but I haven't had time to test it properly.
> My plan was to upload version 0.8.1-6 wich includes symbols file and then make
> a package with the current git version.
> My problem is lack of time and that I am not a Debian Maintainer. If someone
> wants to take over the maintenance, please do. If somebody is willing to
> sponsor uploads for me, I am willing to keep on maintaining it but I have been
> busy lately and will be for 10 more days.
> Cheers
> Gudjon
> On Thursday 05 April 2012 14:52:53 Bernd Porr wrote:
> > Seems so that it needs a new maintainer. I vaguely remember that
> > somebody here wanted to volunteer and that I offered testing the
> > package. Anybody?
> > /Bernd
> > Daniele Nicolodi wrote:
> > > On 05/04/12 14:16, Bernd Porr wrote:
> > >> Hi all,
> > >> does anybody know why libcomedi0 has been removed from debian testing?
> > > It looks like this RC bug is the reason:
> > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570069
> > > This bug is more than two years old, and the comedilib Debian package
> > > has not seen any activity since 2008, except a NMU in 2011...
> > > http://packages.qa.debian.org/c/comedilib.html
> > > Cheers,
--
=------------------------------------------------------------------=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic
not sure if you have seen it on the mailing list. Graeme has reported a
bug in the new libcomedi:
------------
I have recently installed the libcomedi0 package from Debian unstable
(my distro is Linux Mint Debian Edition) and found a couple of
problems.
Firstly I couldn't access the comedi device without sudo rights, even
after adding myself to the iocard group. It seems that the
comedi.rules file must be moved to the /udev/rules.d directory for
this to work.
------------
Ironically UBUNTU also updated it's libcomedi yesterday but the version
0.8.1-5 and not 0.8.1-6. The iocard/udev stuff still works under UBUNTU
precise but no longer under Mint.
/Bernd
--
www: http://www.berndporr.me.uk/
http://www.linux-usb-daq.co.uk/
http://www.imdb.com/name/nm3293421/
Mobile: +44 (0)7840 340069
Work: +44 (0)141 330 5237
University of Glasgow
School of Engineering
72 Oakfield Avenue (Rankine Building for deliveries)
Glasgow, G12 8LT
Hi
On Thursday 03 May 2012 11:37:43 Bernd Porr wrote:
> I've just tried to build a new debian package for libcomedi based on the
> latest git package Gudjon has provided. It fails trying to patch the
> comedi-calibrate. It cannot find the ./configure script (though it's
> there).
It is the comedi_calibrate configure script. Did you create your package as a multiple source package?
I am going on a holiday for a few days but I will se if I can upgrade my package to the latest git.
>
> Here's everything: the original package and my attempt to create a new
> version.
> http://www.linux-usb-daq.co.uk/tmp/comedilib.tar.gz
>
> Anyway. I've corrected the ./configure call in rules using the new
> options we have added during the last couple of days. Also played a bit
> with the build dependencies (removed ruby there, added dblatex, ...).
Do you like the multiple source approach?
Why is comedi_calibrate a separate source?
Can you please add some command line parameter that makes configure not search for libcomedi.so while configuring comedi_calibrate? Then I don't have to patch configure. Patching configure is a bad habit since the configure scripts can be regenerated and then the patch doesn't work anymore.
There are dependencies on unnecessary libraries. Is it possible/easy to fix that before the release?
Regards
Gudjon
Hi
Now I have upgraded the package on my server to 0.8.2~git20120507-1.
On Thursday 03 May 2012 19:08:37 Bernd Porr wrote:
> Good point. I've just struggled with these build dependencies. I guess
> the reason why comedilib was quite stable in debian for years was the
> few dependencies.
I reverted some of the changes to the dependencies you had made.
With the current dependencies it builds under pbduilder.
>
> I guess in an ideal world we would like to have two different packages:
> comedilib and comedi-calibrate. Gudjon, I had a look in the debian bug
> system and googled a bit around. One person submitted a bug report and
> requested a package for comedi calibrate in 2009 but nobody else ever
> moaned about it. There seem to be only a very few people using comedi
> calibrate. I think we could just leave comedi calibrate in the git
> repository as it is. If Guido has at some point has massive spare time
> he could then do the package whenever it's convenient for him. How about
> that? But that the priority is with comedilib for now.
I agree, if nobody uses it then we can ignore the bug. But with my ugly patch it builds and works nicely as a multiple source package.
Linking comedi_calibrate doesn't seem to be neccessary. I can build comedilib and comedi_calibrate without having /usr/lib/libcomedi.so installed.
It is not more work for me to include comedi_calibrate but I will remove it if you really want to.
I will try to remove the unneeded extra libraries myself from the build system and send you a patch. It would be nice to have that fixed before release.
Regards
Gudjon
Hi
On Monday 07 May 2012 14:43:14 Yaroslav Halchenko wrote:
> since time is running out I will chime in with possibly useless:
> I would be glad to mentor/sponsor libcomedi upload to Debian sid as soon
> as things finalize (to ship or not calibrate) -- Debian wheezy freeze is
> coming (in June) so it would be great to get recent libcomedi into
> wheezy/sid asap so it gets tested by people before the release.
comedi_calibrate isn't a problem for a Debian upload.
I find the shlibdeps warnings problematic and would like to have them fixed before upload but it is not neccessary.
Shall we make an upload to Debian before or after comedi release? After is of course preferable.
Cheers
Gudjon