[Fink-devel] Re: ntop 1.1-23

2005-11-10 Thread Robert T Wyatt
Chris Dolan wrote: [Writing to fink-devel because ntop is unmaintained] I'm running ntop 1.1-23 compiled from unstable with a recent Fink from CVS on 10.4.3. Everything works except the keystrokes. I can't type "q" to exit. All of my keystrokes instead get buffered and are echoed in th

[Fink-devel] ntop 1.1-23

2005-11-10 Thread Chris Dolan
[Writing to fink-devel because ntop is unmaintained] I'm running ntop 1.1-23 compiled from unstable with a recent Fink from CVS on 10.4.3. Everything works except the keystrokes. I can't type "q" to exit. All of my keystrokes instead get buffered and are echoed in the Terminal after I C

Re: [Fink-devel] How to determine required dependencies?

2005-11-10 Thread Chris Dolan
On Nov 9, 2005, at 9:51 PM, Trevor Harmon wrote: Unfortunately, I don't know of any such tool for Java packages, which is what I've mainly been submitting to Fink. Same problem with Perl, Python, and so on. Anybody know of otool equivalents for these languages? More good advice for findin

Re: [Fink-devel] Re: How to determine required dependencies?

2005-11-10 Thread David Bacher
On 11/9/05, Sebastien Maret <[EMAIL PROTECTED]> wrote: > I have a script that does that in my experimental branch > (experimental/bmaret/finkdep). It uses otool to find the libraries on > which depends the program or the library, and search for the packages > that provides these libraries by lookin

Re: [Fink-devel] mldonkey

2005-11-10 Thread kp . gores
Am 10.11.2005 um 13:16 schrieb Rogue: On Wed, 9 Nov 2005 12:44:47 +0100 "kp.gores" <[EMAIL PROTECTED]> wrote: could you please update mldonkey? fink has version 2.5.21, current is 2.6.7 which requires an updated ocaml. after a bit of research (that's what mldonkey is for after all, RIGHT?

Re: [Fink-devel] ConfFiles and Python packages variants

2005-11-10 Thread Andrea Riciputi
I've played with it a little bit, and Martin has been right. dpkg fails when I try to install both packages. When I first remove one and then I install the other dpkg works fine. So it seems I've not understood how ConfFiles works. If I've understood well now, ConfFiles is supposed to cope

[Fink-devel] Re: ConfFiles and Python packages variants

2005-11-10 Thread Sebastien Maret
Martin Costabel <[EMAIL PROTECTED]> writes: > Andrea Riciputi wrote: > [] >> AFAICU this is the reason why dpkg fails when you try to replace >> -py24 variant with the -py23 one. > [] >> On Nov 9, 2005, at 17:35 , Sébastien Maret wrote: >> >>> I've downloaded an update of the pyx-py from the trac

Re: [Fink-devel] How to determine required dependencies?

2005-11-10 Thread Chris Dolan
On Nov 9, 2005, at 9:51 PM, Trevor Harmon wrote: Unfortunately, I don't know of any such tool for Java packages, which is what I've mainly been submitting to Fink. Same problem with Perl, Python, and so on. Anybody know of otool equivalents for these languages? For Perl, the best tools ar

Re: [Fink-devel] Implicit epoch for distributions

2005-11-10 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Nov 10, 2005, at 1:50 AM, Martin Costabel wrote: Chris Zubrzycki wrote: On Nov 8, 2005, at 9:33 PM, Blair Zajac wrote: Do we have an implicit "epoch" for distributions, so that a package built under 10.3 will be implicitly a lower version t

Re: [Fink-devel] eterm maintainership

2005-11-10 Thread Rogue
On Thu, 10 Nov 2005 08:49:45 +0100 Martin Costabel <[EMAIL PROTECTED]> wrote: > > PS: does anyone remember who was in charge of this package, there is no > > mention in the info file? > > According to the cvs log this was abandoned by Max Horn on Feb 25 2003. wow that's some shoes to step in..

Re: [Fink-devel] mldonkey

2005-11-10 Thread Rogue
On Wed, 9 Nov 2005 12:44:47 +0100 "kp.gores" <[EMAIL PROTECTED]> wrote: > could you please update mldonkey? fink has version 2.5.21, current is > 2.6.7 which requires an updated ocaml. after a bit of research (that's what mldonkey is for after all, RIGHT?): - ocaml is pretty much up to date, onl

Re: [Fink-devel] How to determine required dependencies?

2005-11-10 Thread Rogue
On Wed, 9 Nov 2005 19:51:39 -0800 Trevor Harmon <[EMAIL PROTECTED]> wrote: > So...you would risk broken packages just to save yourself some compile time? no. not to myself, to the rest of fink users out there. I make my job harder no doubt about it. but it annoys the hell out of me when I see a

Re: [Fink-devel] Re: How to determine required dependencies?

2005-11-10 Thread Kevin Horton
On 9-Nov-05, at 23:19 , Sebastien Maret wrote: David Bacher <[EMAIL PROTECTED]> writes: In pseudocode: * Build and install your package to an isolated location * find | file | grep to create a list of all binary objects * otool -L each binary | grep /sw * for each dependency in /sw, look u