[Fink-devel] orphaned packages

2006-04-17 Thread kilian koepsell

hi,

for quite a while i haven't had time to update the packages i am  
maintaining and decided to put them up for adoption.

the packages are

arpwatch 2.1a11-12  Program monitors mac/ 
ip address pairings
cgoban   1.9.14-3   X11 frontend for the  
game of Go
glade0.6.4-13   GTK+ user interface  
builder
glade-bonobo 0.6.4-13   GTK+ user interface  
builder

gnugo3.6-1  Plays the game of Go
jam  2.5-1  Just Another Make  
build tool
junkbuster   2.0.2-3The Internet  
Junkbuster Proxy (TM)

logcheck 1.1.1-3Log file auditing
portsentry   1.2-1  Port scan detector
zope 2.6.3-2Open Source Web  
Application Server


i hope, they'll find a good new maintainer soon.

kilian



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Segmentation fault in findutils

2002-06-10 Thread Kilian Koepsell

hi,

sorry for the long delay... the segfault problem is still there...

i tried gdb locate and get the following output:

(gdb) run XF86
Starting program: /sw/bin/locate XF86
[Switching to thread 1 (process 10188 thread 0x1603)]
Reading symbols for shared libraries .. done

Program received signal EXC_BAD_ACCESS, Could not access memory.
getstr (lineptr=0xb73c, n=0xb740, stream=0x80008a98, terminator=0 '\000', 
offset=65594) at getline.c:104
104   *read_pos++ = c;
(gdb) bt
#0  getstr (lineptr=0xb73c, n=0xb740, stream=0x80008a98, terminator=0 '\000', 
offset=65594) at getline.c:104
#1  0x2c08 in locate (pathpart=0xb957 XF86, dbfile=0x6b2b0 
/sw/var/locatedb) at locate.c:277
#2  0x2f08 in main (argc=2, argv=0xb898) at locate.c:398
#3  0x2698 in _start ()
#4  0x24c8 in start ()
(gdb) 

thank you for looking into this!

cheers,
  kilian




On Thu, May 30, 2002 at 04:12:44PM +0200, Max Horn wrote:
 To: Kilian Koepsell [EMAIL PROTECTED],
 fink developers [EMAIL PROTECTED]
 From: Max Horn [EMAIL PROTECTED]
 Subject: Re: [Fink-devel] Segmentation fault in findutils
 Date: Thu, 30 May 2002 16:12:44 +0200
 
 At 14:52 Uhr +0200 30.05.2002, Kilian Koepsell wrote:
 hello,
 
 when I use the locate command from findutils-4.1-4 i only get a
'Segmentation fault'
 
 Just for the record, it works here (i.e. seems to be not a global 
 problem, phew g)
 
 i tried to rebuild, but it doesn't help. what is the best way to trace back
 that error?
 
 Try this:
 
 gdb locate
 
 
 Then at the prompt, type
 
 run PARAMS
 
 where PARAMS is whatever you were passing to locate. locate should 
 now run and when it crashes pop into gdb. Now type bt - this will 
 print out a backtrace. Send that to us, and maybe we can get an idea 
 of what is going on.
 
 
 Cheers,
 
 Max
 -- 
 ---
 Max Horn
 Software Developer
 
 email: mailto:[EMAIL PROTECTED]
 phone: (+49) 6151-494890
 
 ___
 
 Don't miss the 2002 Sprint PCS Application Developer's Conference
 August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
 
 ___
 Fink-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-devel

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] Segmentation fault in findutils

2002-05-30 Thread Kilian Koepsell

hello,

when I use the locate command from findutils-4.1-4 i only get a 
  'Segmentation fault'

i tried to rebuild, but it doesn't help. what is the best way to trace back
that error?

thanks for any advice!

cheers,
  kilian

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] library version 0.0.0

2002-05-30 Thread Kilian Koepsell

hi, 

i realised that i have several libraries with version no 0.0.0 in /sw/lib, e.g.
  libscrollkeeper.0.0.0.dylib

rebuild doesn't help. is that due to an error in the respective packages, or
can it be caused by some misconfiguration on my computer?

cheers,
  kilian

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] a2ps-4.12-4 problem printing tex file

2002-04-28 Thread Kilian Koepsell

hi,

a2ps does not work with tex file. if i execute
  % a2ps test.tex
the printer just prints garbage.

in fact, by sending the output into a file

  % a2ps test.tex -o testfile
  [test.tex (tex, delegated to texi2dvi): 1 page on 1 sheet]
  [Total: 2 pages on 1 sheet] saved into the file `testfile'

it turns out that the output has dvi format instead of ps format:

  % file testfile
  testfile: TeX DVI file (TeX output 2002.04.29:0050)

i am not sure if this is a bug in a2ps or in texi2dvi since i don't know which
program should handle the conversion dvi-ps.

i have the latest version of a2ps, texinfo, and tetex-base (containing dvips)
installed:
  tetex-base 1.0-9 
  a2ps   4.12-4
  texinfo4.1-2

best,
  kilian

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] build dependencies

2002-04-26 Thread Kilian Koepsell

hi,

how should fink handle the following problem: some packages link against
certain libraries in case they are found during build time. for example python
links against libpoll in case libpoll is installed.

the resulting binary does not depend on the library and it probably wouldn't
work properly on a system without that library.

should one add all these libraries that are used in case they are present at
build time as an dependency?

cheers,
  kilian

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] package listings

2002-04-26 Thread Kilian Koepsell

hi all,

sometimes it would be very useful if one would be able to find out which files
are contained in a specific fink package. if the package is installed, or if
you at least have the .deb file, you can just use dpkg to find out which files
belong to that package.

but if you don't have the .deb file, or if you have created a .deb file and
you want to know if it complete, there is no way of finding out.

what do you like the idea that every package maintainer provides for each
package a list of files which are supposed to be included in the package. this
would be a text file in addition to the .info file. it could be easily created
after the .deb file has been created and would be very useful - especially but
not only for debugging.

for the binary release, one could also produce a zipped text file containing
all files of the release. 

this would also help you, for example, if some header file is missing and you
would like to find out if it is contained in any fink package.

what do you think?

cheers,
  kilian

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] new zope package

2002-04-21 Thread Kilian Koepsell

hi,

i just checked in a package for the zope web application
server. maybe, there is anybody on this list using zope who wants to
give it a try...

it includes a start/stop script 'zopectl' adapted from debian.

kilian

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] holding back package upgrade (was: Calling mozilla)

2002-04-17 Thread Kilian Koepsell

hi,

 Just as a test case, I tried it on SDL.. chose sdl 1.2.3, and hit 
 =. (hold). It showed held in dselect. Then did a fink update-all, 
 and sdl 1.2.4 downloaded, and... dpkg installed it right over 1.2.3. 
 I had assumed it would build the deb and then stop.

i used to use the feature under debian and i think the problem is the
following:
putting a package on hold prevents it to be upgraded when you do an
  apt-get upgrade
but it will still be upgraded if you do expicitely
  apt-get install packagename

anyway, you really need something in fink instead of dpkg if you want
prevent fink from recompiling the package.

cheers,
  kilian


___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] uids in passwd package

2002-04-15 Thread Kilian Koepsell

hi,

i asked this already, but it was hidden in a longer message...

is there a certain procedure for assignin uids for fink-specific
users? or can i just pick an unused uid in the range 250-299 and add
it to the passwd package?

speciffically, i would like to have the user 'zope' for a package i am
building.

kilian

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] uids in passwd package

2002-04-15 Thread Kilian Koepsell

hi,

On Mon, Apr 15, 2002 at 06:50:32PM +0100, Finlay Dobbie wrote:
 Anyway, I was also thinking about revamping how to deal with extra users 
 in Fink... Users shouldn't have to agree to have all the users required 
 by any Fink package when they only want to use one of them, and it 
 shouldn't really require a modification in the passwd package every time 
 a package maintainer wants to add one. Thoughts on how we could 
 implement this?

what about making a directory /sw/etc/passwd-fink.d ? every package
requiring an own user can put a file there with just one line
containing the password information. after installation the script of
the passwd package can add all users.

someone would have to keep track of the uids in use, of course.

cheers,
  kilian



___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] uids in passwd package

2002-04-15 Thread Kilian Koepsell

On Mon, Apr 15, 2002 at 10:42:17PM +0100, Finlay Dobbie wrote:
  someone would have to keep track of the uids in use, of course.
 
  Yup. I thought about this, too. I'd suggest something to way Daemonic 
  stuff is handled.
 
 But how do we keep track of user ids?

if we would add a field like
  PasswdUID: 456
to the .info file, than a package maintainer who needs a new uid could do a
  grep -ri PasswdUID /sw/dists

fink could/should als check this whenever it reads the package list.

kilian

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] zope-2.5.0

2002-04-14 Thread Kilian Koepsell

hi,

i was going to package zope-2.5.0 (http://www.zope.com) and have some
questions:

- it depends on python-2.1.2, which is older than the most stable
  version of python. shall i also make a system-zope package to enable
  people to install a third party binary for zope (which is available)?
  i remember from this list that we only want system-foo packages
  under certain conditions. does zope qualify?

- it depends on the --with-threads option for python-2.1.2. shall i patch the 
  corresponding .info file, or should i rather make a new
  python-threads package?  

- it would need a low permission user to run the server. can i use the
  next available uid (259) and patch the passwd package accordingly?

- has anybody installed zope, maybe using the binaries, and wants to comment? 

any comments welcome, since i am quite new to python/zope...

cheers,
  kilian

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] ocaml-3.04

2002-04-09 Thread Kilian Koepsell

hi,

i realised that ocaml just went into stable. very nice, but
unfortunately, i can't reach the web site since yesterday:

  wget --verbose --passive-ftp http://caml.inria.fr/distrib/ocaml-3.04.tar.gz
  --14:59:20--  http://caml.inria.fr/distrib/ocaml-3.04.tar.gz
 = `ocaml-3.04.tar.gz'
  Resolving caml.inria.fr... done.
  Connecting to caml.inria.fr[128.93.11.35]:80... failed: Operation timed out.
  Retrying.

it would be nice to have a copy of the source on sf, in case anybody
still has it. (i want to install unison. it really sounds nice)

cheers,
  kilian

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] Re: xmms-bin-1.2.7-1 does not build

2002-04-06 Thread Kilian Koepsell

On Sun, Apr 07, 2002 at 02:33:20AM +0900, Masanori Sekino wrote:
 It seems that you are missing gnome-core package. But fink should 
 install it before building xmms-1.2.7-1.
 
 What is the result of this command?
 
 $ dpkg -l xmms\* fink

root# dpkg -l xmms\* fink gnome-core
ii  xmms   1.2.7-1Multimedia player for the X Window System
ii  xmms-bin   1.2.7-1Multimedia player for the X Window System
ii  xmms-shlibs1.2.7-1Multimedia player for the X Window System
ii  fink   0.9.10-1   The Fink package manager
ii  gnome-core 1.4.0.6-2  Common files for Gnome core apps.

(the xmms packets are installed using the .info file which i mentioned
in my email: with the line mkdir -p %i/etc added).

i just realized something very strange. there is no xmms binary!
  root# ls /sw/bin/xmms
  ls: /sw/bin/xmms: No such file or directory

but it definitely should be there.
  root# dpkg -L xmms-bin | grep bin
  /sw/bin
  /sw/bin/gnomexmms
  /sw/bin/wmxmms
  /sw/bin/xmms

don't know how this could happen. i will try to recompile xmms-bin and
this time keep the full compile log.

cheers,
  kilian


 On Fri, 5 Apr 2002 02:31:32 +0200
 Kilian Koepsell [EMAIL PROTECTED] wrote:
 
  hi,
  
  compiling xmms-bin, i get the following error:
install -d -m 755 /sw/src/root-xmms-bin-1.2.7-1/sw/bin
mv /sw/src/root-xmms-1.2.7-1/sw/bin/*xmms /sw/src/root-xmms-bin-1.2.7-1/sw/bin
mv /sw/src/root-xmms-1.2.7-1/sw/etc/ /sw/src/root-xmms-bin-1.2.7-1/sw
mv: cannot stat `/sw/src/root-xmms-1.2.7-1/sw/etc': No such file or directory
### mv failed, exit code 1
Failed: installing xmms-bin-1.2.7-1 failed
  
  somehow, there is no directory /sw/src/root-xmms-1.2.7-1/sw/etc.
  adding the line 
mkdir -p %i/etc
  seems to solve the problem. but i don't know what happend to the file
/sw/etc/CORBA/servers/gnomexmms.gnorba
  that used to be in my xmms-1.2.6-3 package. do i miss any dependency?
 
 
 -- 
 Masanori Sekino
 mailto:[EMAIL PROTECTED]

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] pilot-link-shlibs does not compile

2002-04-04 Thread Kilian Koepsell

a rebuild now works fine. very strange...
i will try a remove/reinstall tomorrow.

On Thu, Apr 04, 2002 at 04:23:10PM -0700, Justin Hallett wrote:
 Subject: Re: [Fink-devel] pilot-link-shlibs does not compile
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
 From: Justin Hallett [EMAIL PROTECTED]
 Date: Thu, 04 Apr 2002 16:23:10 -0700
 
 this is very odd it makes it for me everytime...can you scroll up to the
 part that is attempts to make the lib i think it's the second phase and
 paste that to me?
 
 [EMAIL PROTECTED] writes:
 hi,
 
 pilot-link-shlibs-0.10.99-1 does not compile. it breaks as follows:
 
   mkdir -p /sw/src/root-pilot-link-shlibs-0.10.99-1/sw
   mkdir -p /sw/src/root-pilot-link-shlibs-0.10.99-1/DEBIAN
   install -d -m 755 /sw/src/root-pilot-link-shlibs-0.10.99-1/sw/lib
   mv /sw/src/root-pilot-link-0.10.99-1/sw/lib/libpisock++.*.dylib
 /sw/src/root-pilot-link-shlibs-0.10.99-1/sw/lib
   mv: cannot stat
 `/sw/src/root-pilot-link-0.10.99-1/sw/lib/libpisock++.*.dylib': No such
 file or directory
   ### mv failed, exit code 1
   Failed: installing pilot-link-shlibs-0.10.99-1 failed
 
 after removing the line
   lib/libpisock++.*.dylib
 in the Files section, it compiles.
 
 kilian 
 
 ¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·.,
   Justin F. Hallett - Systems Analyst   
   Phone: (780)-408-3094
 Fax: (780)-454-3200
 E-Mail: [EMAIL PROTECTED]
  .·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·.,
 
 
 ___
 Fink-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-devel

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] printing from mozilla

2002-02-23 Thread Kilian Koepsell

i just compiled and installed mozilla 0.9.8-1. very nice!

just one problem: i can't print. the output is empty. also printing
into a file gives an empty ps file. i am just wondering if it works
for somebody.

kilian% fink -v
Package manager version: 0.9.7
Distribution version: 0.3.2a.cvs


___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel