debs available |
[Nov. 11th, 2002|12:47 pm]
LogJam
|
I have put i386 and powerpc Debian packages up on the LogJam page. I notified the Debian maintainer (Christian Surchi) when I released 4.0.0, but he's often a bit backlogged.
If any Debian developers have input on the packaging (Decklin? Ari? Darren? Who else reads this community?) I'm happy to accept patches. :) |
|
|
Comments: |
![[User Picture]](https://l-userpic.livejournal.com/89017570/479302) | From: wolfieboy 2002-11-11 01:07 pm (UTC)
Re: debs available | (Link)
|
I actually have an explicit dependency on libgtk2.0-0 (>= 2.0.8) from a CVS checkout from last night and all I have in my Depends field in the control file is ${shlib:Depends}. My actual dependency list is:
libatk1.0-0 (>= 1.0.3), libc6 (>= 2.3.1-1), libcurl2 (>= 7.10-1), libglib2.0-0 (>= 2.0.7), libgtk2.0-0 (>= 2.0.8), libgtkspell0, libpango1.0-0 (>= 1.0.5), libpspell4 (>= 0.12.2-5), libssl0.9.6, libxml2 (>= 2.4.19-4), zlib1g (>= 1:1.1.4)
This is from a CVS of logjam from late last night/early this morning and yesterday's sid.
I've got a very short patch to meta.c that I'll send you in e-mail.
Finally, I really need to look into how to change the key binding for Ctrl-N. I've lost more than one entry trying to go to the next line...
From: evan 2002-11-11 01:35 pm (UTC)
dependencies | (Link)
|
This appears to be some sort of brokenness on my system:
martine@trout:~/public_html/logjam/download$ dpkg-deb -f logjam_4.0.0-1_i386.deb | grep Depends Depends: libc6 (>= 2.3.1-1), libcurl2 (>= 7.9.5-1) | libcurl2-ssl (>= 7.9.5-1), libgtkspell0, libpspell4 (>= 0.12.2-5), zlib1g (>= 1:1.1.4) martine@trout:~/public_html/logjam/download$ dpkg-deb -f logjam_4.0.0-1_powerpc.deb | grep Depends Depends: libatk1.0-0 (>= 1.0.3), libc6 (>= 2.2.5-13), libcurl2 (>= 7.9.5-1) | libcurl2-ssl (>= 7.9.5-1), libglib2.0-0 (>= 2.0.6), libgtk2.0-0 (>= 2.0.6), libgtkspell0, libpango1.0-0 (>= 1.0.4), libpspell4 (>= 0.12.2-5), libxml2 (>= 2.4.19-4), zlib1g (>= 1:1.1.4)
Hmm.
From: compwiz 2002-11-11 06:02 pm (UTC)
Re: dependencies | (Link)
|
um, didn't you say you used GARNOME? Since I assume you use the GTK+ 2.1 from there and don't use the Debian packages, you're not going to get very sane dependencies on your system.
From: evan 2002-11-11 06:46 pm (UTC)
Re: dependencies | (Link)
|
Since GARNOME just installs to your home directory, you can compile software to not use it simply by unsetting the environment variables that make your path, pkg-config, and the dynamic linker use it.
I probably messed something up, though.
From: compwiz 2002-11-11 07:14 pm (UTC)
Re: dependencies | (Link)
|
but do you have libgtk2.0 even installed?
From: evan 2002-11-11 01:50 pm (UTC)
ctl+n | (Link)
|
![[User Picture]](https://l-userpic.livejournal.com/89017570/479302) | From: wolfieboy 2002-11-11 01:16 pm (UTC)
Re: debs available | (Link)
|
Oh. and the permissions to the the debian directory (or /var/lock/cvs) are wrong:
cvs server: Updating debian cvs server: failed to create lock directory for `/home/cvslj/logjam/debian' (/var/lock/cvs/logjam/debian/#cvs.lock): Permission denied
From: evan 2002-11-11 01:32 pm (UTC)
Re: debs available | (Link)
|
Hm. Fixed it manually. I've never understood how these things should work... when user "martine" creates the dir it's martine.martine, but it needs to be read/writeable by the cvspub group to allow pserver access. Do I need to make the directories +s or something?
![[User Picture]](https://l-userpic.livejournal.com/81593063/1840) | From: jace 2002-11-11 05:06 pm (UTC)
Re: debs available | (Link)
|
CVS? In my repository, all dirs are +s but files are not.
![[User Picture]](https://l-userpic.livejournal.com/23507130/346281) | From: frew 2002-11-12 08:23 am (UTC)
| (Link)
|
Speaking of packages, could someone tell whoever needs to know that gentoo doesn't have the latest logjam?
From: evan 2002-11-12 04:45 pm (UTC)
| (Link)
|
Feel free to mail them directly yourself.
![[User Picture]](https://l-userpic.livejournal.com/23507130/346281) | From: frew 2002-11-12 08:21 pm (UTC)
| (Link)
|
I will, I just thought that you might have someone that does this or something. Sorry if I sounded pious. (?)
do you offchance know who to contact?
i'll probably just compile it manually but i'll look into it later | |