[Fink-devel] Re: BuildDepends

2002-05-21 Thread David R. Morrison
Ben Hines <[EMAIL PROTECTED]> wrote: > Do you have a script that will let us determine all the builddepends > we should be putting in our packages? (ie, all the ones you have been > adding to people's info files. :) > > -Ben Hi Ben. I'm answering to the fink-devel list because other people ma

[Fink-devel] libtool relinking+buildroot bugs

2002-05-21 Thread Ben Hines
This looks similar to the problem i have with openmotif, and FLAC also: "libtool 1.4.2 (gettext 0.11): Relinking fails when DESTDIR set" http://mail.gnu.org/pipermail/bug-libtool/2002-February/003018.html http://mail.gnu.org/pipermail/libtool/2002-April/006244.html http://mail.gnu.org/pipermail

[Fink-devel] sourceforge, mirrors, and me feeling slightly stupid

2002-05-21 Thread Karin Kosina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I have noticed a problem which must have something to do with sourceforge displaying the "select your favourite mirror" page when you try to directly download a page... so what I get is not the actual tar-archive, but a bogus page, lik

Re: [Fink-devel] sourceforge, mirrors, and me feeling slightly stupid

2002-05-21 Thread David R. Morrison
All you need to do is "fink selfupdate-cvs". We updated all of the affected packages to work around this problem. -- Dave ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devc

Re: [Fink-devel] sourceforge, mirrors, and me feeling slightly stupid

2002-05-21 Thread Karin Kosina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ### Karin Kosina [Tue, May 21, 2002 at 04:35:54PM +0200] > sourceforge displaying the "select your favourite mirror" page when > you try to directly download a page... s/page/package :) -BEGIN PGP SIGNATUR

[Fink-devel] Re: [Fink-users] fink install glib (failed)

2002-05-21 Thread David R. Morrison
mathias meyer wrote: > the same error alo occurs when trying to build libxml2-2.4.21-2 and > bonobo-1.0.20-1 with gcc3. i juat startet a little logfile of successful > gcc3 compilations of fink packages, so if this is of interest i can post > it on the list. havan't compiled that many packages

[Fink-devel] Re: BuildDepends

2002-05-21 Thread David R. Morrison
I have added a new file to the shared-libraries CVS module, called BuildDepends.list . If you are creating a new package and you want to be sure to cover all the bases with BuildDepends, here's what you do: 1) Figure out everything that the package depends on (this includes dependencie

Re: [Fink-devel] http://fink.sourceforge.net/doc/x11/index.php update?

2002-05-21 Thread Max Horn
At 19:42 Uhr -0400 20.05.2002, Lloyd D Budd wrote: [...] >I do not know how to build the webpage to view a pretty version. Hopefully, >my small attachment is alrite. Sure. But let me tell you how to "build" the web page. To test it, you probably should enable PHP in your Apache settings. 1)

Re: [Fink-devel] system-passwd?

2002-05-21 Thread Max Horn
At 18:57 Uhr +0100 20.05.2002, Finlay Dobbie wrote: >On Monday, May 20, 2002, at 03:56 PM, David R. Morrison wrote: > >>So do we need a system-passwd package, which "Provides: passwd", and which >>simply tells that user that they better have those users/groups installed >>if they are going to inst

Re: [Fink-devel] system-passwd?

2002-05-21 Thread Justin Hallett
since we are on the topic, can i get a user list and group list added to the passwd file for my up comming mailman port? [EMAIL PROTECTED] writes: >What remains to mention is that the user *IDs* must be fixed if I am >mistaken. This makes a system-passwd package basically useless. It >doesn't h

[Fink-devel] compile errors for tn5250

2002-05-21 Thread AdvertisingDept
Total newbie attempting to package tn5250 for Fink. The 5250 is a terminal for IBM's AS/400 series. tn5250 is the opensource emulation of this terminal. http://tn5250.sourceforge.net So far I've run into two problems when trying to make, which I think are solved. The third one has me stumped

Re: [Fink-devel] compile errors for tn5250

2002-05-21 Thread Ben Hines
At 4:51 PM -0400 5/21/02, AdvertisingDept wrote: >Total newbie attempting to package tn5250 for Fink. The advertisingdept is compiling now?? ack! I know programemers are getting laid off, but this is rediculous! :) <-- joke > >Problem 1) semi-solved >compile error >tn5250-private.h:36: header

Re: [Fink-devel] compile errors for tn5250

2002-05-21 Thread Alexander Strange
On Tuesday, May 21, 2002, at 05:01 PM, Ben Hines wrote: > setenv CFLAGS -I/sw/include > ./configure --prefix=/sw > make BTW, Fink automatically does this during the build process. It also sets LDFLAGS to -L/sw/lib . -- Alexander Strange | iThink Software TO ME, CLOWNS AREN'T FUNNY. In fact,

Re: [Fink-devel] compile errors for tn5250

2002-05-21 Thread AdvertisingDept
Thanks Ben for all the clues!!! Here's another obvious question: #man make replies there is no entry so does #man configure Most of my attempts to find documentation for "traditional Unix" development on MacOSx keep coming up empty. Since Apple is prejudiced towards providing Cocoa docume

Re: [Fink-devel] compile errors for tn5250

2002-05-21 Thread Thomas Kotzian
the other problems were described by ben ... - but here is another one ... > Problem 1) semi-solved > compile error > tn5250-private.h:36: header file 'malloc.h' not found > > the makefile assumes the header will be in /usr/local/include/ > Darwin&BSD store their libraries in /usr/include/sys/

Re: [Fink-devel] compile errors for tn5250

2002-05-21 Thread Thomas Kotzian
> Here's another obvious question: > #man make > replies there is no entry > so does > #man configure you can try # make --help and # configure --help this returns what you want. > Most of my attempts to find documentation for "traditional Unix" > development on MacOSx keep coming up empty.