[Fink-devel] packaging question

2003-06-12 Thread Koen van der Drift
Hi, I am attemping to make a package for bio-emboss (a perl module for emboss). Now I need to modify the makefile to point to some specific emboss files. Here's what it says: # # --- The following lines need to be adjusted ! # # --- installation path of EMBOSS (--PREFIX during EMBOSS'

Re: [Fink-devel] packaging question

2003-06-15 Thread Koen van der Drift
At 10:56 PM -0700 6/14/03, Ben Hines wrote: Just list the emboss tarball as a SourceN: line and use it normally. There are percent expansions for the build directory like %b you can use. Some other packages do it. Thanks, I'll look into that. I also thought about making an emboss-dev splitoff

[Fink-devel] adding more that one file to package submission

2003-06-16 Thread Koen van der Drift
Hi, How can I add more than one file at a time to the package submission page? If I select foo.info and then foo.patch, foo.info is removed and only foo.patch is added, and I need to go through the whole process again to add foo.info. just a slight annoyance ;) thanks, - Koen.

Re: [Fink-devel] splitoff essential package feedback?

2003-07-28 Thread Koen van der Drift
On Monday, July 28, 2003, at 04:15 PM, David R. Morrison wrote: I'd like to get some feedback on the splitoff versions of the essential packages bzip2, gettext, libiconv, and ncurses, which were introduced to the unstable tree around 10 days ago. no problems for me. - Koen.

[Fink-devel] dbi-pm580 fails test

2003-07-28 Thread Koen van der Drift
Hi, I tried to install dbi-pm580 and got the following error (+ many similar ones) during the test-phase: make test PERL_DL_NONLAZY=1 perl5.8.0 -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') t/*.t t/01basics.dyld: perl5.8.0 Undefined symbols: _PERL_UNUSED_VAR

Re: [Fink-devel] Re: dbi-pm580 fails test

2003-07-29 Thread Koen van der Drift
On Tuesday, July 29, 2003, at 08:32 AM, jfm wrote: Problem might be in the perl installation. I seem to find most of those symbols in /System/Library/Perl/darwin/CORE/libperl.dylib and NOT in /sw/lib/perl5/5.8.0/darwin/CORE/libperl.dylib : seems suspicious... Is there anything I can do to

Re: [Fink-devel] Re: dbi-pm580 fails test

2003-07-30 Thread Koen van der Drift
On Wednesday, July 30, 2003, at 03:59 AM, jfm wrote: If you've put your perl580 into a deb file, a trivial test is always dpkg -L yourperl580 |xargs file|grep 'Mach-O'|cut -f1 -d ':'|xargs otool -L and see if nothing suspicious comes out (I mean, something related to Apple's perl). Else, run

[Fink-devel] perl scripts

2003-08-10 Thread Koen van der Drift
Hi, I am working on a perlmodule package that installs a bunch of perlscripts (*.pl). I am uncertain where I should install them. The defualt location is /foo/bin, but I am not sure if they belong in /sw/bin. If they are there, then they will be in the path, and can be executed from

Re: [Fink-devel] perl scripts

2003-08-14 Thread Koen van der Drift
On Monday, August 11, 2003, at 03:08 AM, Randal L. Schwartz wrote: If they are meant as commands typed by the user, PLEASE PLEASE do not put .pl on the send of the script! This is not the Unix Way. .pl means Perl Library. It's meant to be used with do or require within another script, not as

Re: [Fink-devel] perl scripts

2003-08-14 Thread Koen van der Drift
On Monday, August 11, 2003, at 07:45 PM, TheSin wrote: do these scripts install via a Makefile.PL? Yes. - Koen. --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are

[Fink-devel] new package - error during make

2003-09-01 Thread Koen van der Drift
Hi, I am working on a new package (kguitar) and run into the error below. Configuration passed and then pretty soon the error comes: - [snip] Good - your configure finished. Start make now make cd . /bin/sh /sw/src/kguitar-0.4.9-1/kguitar-0.4.9/admin/missing --run autoheader touch

Re: [Fink-devel] new package - error during make

2003-09-02 Thread Koen van der Drift
On Sunday, August 31, 2003, at 08:30 PM, Koen van der Drift wrote: Hi, I am working on a new package (kguitar) and run into the error below. Configuration passed and then pretty soon the error comes: FYI, this was caused by an error in the package and has bee corrected by the developers

[Fink-devel] the great guessing game

2003-09-02 Thread Koen van der Drift
. Maintainer: Koen van der Drift ([EMAIL PROTECTED]) Homepage: http://tse3.sourceforge.net --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Fink-devel

Re: [Fink-devel] the great guessing game

2003-09-03 Thread Koen van der Drift
On Wednesday, September 3, 2003, at 07:59 AM, Benjamin Reed wrote: Well, first, what is the actual error? =) Hard to debug without an actual error message. :) here it is: Song.cpp: In function `void TSE3::File::write(TSE3::File::XmlFileWriter, TSE3::Song)': Song.cpp:18: call of overloaded

Re: [Fink-devel] the great guessing game

2003-09-04 Thread Koen van der Drift
On Thursday, September 4, 2003, at 03:03 AM, Martin Costabel wrote: AFAIK (from suffering through this with scribus) you either need to put in explicit typecasts static_castint or convince those lazy linux programmers to do it upstream. Thanks, That worked (the typecasting ;) Compiling goes a

Re: [Fink-devel] the great guessing game

2003-09-05 Thread Koen van der Drift
On Friday, September 5, 2003, at 08:30 AM, Dave Vasilevsky wrote: Multiple definitions from the same .al file are a known bug in how libtool 1.4 deals with convenience libraries. See http://fink.sourceforge.net/doc/porting/libtool.php#fixing-14x for how to fix it. Thanks!! It builds fine.

Re: [Fink-devel] the great guessing game

2003-09-06 Thread Koen van der Drift
On Friday, September 5, 2003, at 01:01 AM, Ben Hines wrote: On Thursday, September 4, 2003, at 03:58 PM, Koen van der Drift wrote: any ideas how I can fix this? Send me the info and patch files and i'll have a look. (or just post them on a tracker item, group port!) They should

Re: [Fink-devel] adding .tex files

2003-09-10 Thread Koen van der Drift
On Wednesday, September 10, 2003, at 06:15 PM, Martin Costabel wrote: I guess you will have to choose one of these, multiply copying doesn't work with this syntax (and you don't want to make multiple copies). How do I specify it goes into one of those? thanks, - Koen.

Re: [Fink-devel] adding .tex files

2003-09-11 Thread Koen van der Drift
On Wednesday, September 10, 2003, at 07:33 PM, Martin Costabel wrote: Koen van der Drift wrote: How do I specify it goes into one of those? No idea, you have to negotiate with your Makefile. Thanks, I figured it out. I had to add TEXMF=%i/share instead of texmf=%i/share to my InstallScript

Re: [Fink-devel] adding .tex files

2003-09-11 Thread Koen van der Drift
On Wednesday, September 10, 2003, at 06:15 PM, Martin Costabel wrote: Koen van der Drift wrote: Hi, I am working on a package (kguitar) that installs some .tex files. However, it doesn't work because I don' know how to set the path where to install it. So this is what happens during

[Fink-devel] alternative download site?

2003-09-15 Thread Koen van der Drift
FYI, I just learned that a 'fink package' is offered on: http://liv.bmc.uu.se:16080/macosx/software/download2.html It's 170 MB big, so I didn't d/l it to see what it is. - Koen. --- This sf.net email is sponsored by:ThinkGeek Welcome to

Re: [Fink-devel] alternative download site?

2003-09-15 Thread Koen van der Drift
On Monday, September 15, 2003, at 08:29 PM, Alexander Hansen wrote: This looks bigger than a standard issue Fink bindist package: 170 MB vs. 13.7 . I'd assume (the download isn't finished yet) that this may have non-base packages included in it. Actually if you look at the url, it has 'cvs'

[Fink-devel] testing my packages for gcc 3.3

2003-09-27 Thread Koen van der Drift
Hi, What do I need to do to test my packages for gcc 3.3? I am currently on 10.2 and gcc3.1, but if I switch to gcc3.3, how do I tell fink that I am using gcc3.3? thanks, - Koen. --- This sf.net email is sponsored by:ThinkGeek Welcome to

[Fink-devel] NoPerlTests broken?

2003-09-29 Thread Koen van der Drift
Hi, I have fink 0.13.7 installed, and NoPerlTest is not working. I want to install dbd-mysql-pm580 which has the line NoPerlTests:true, but the tests still are executed and the package fails to install. What version of Fink should I use so that this field works? thanks, - Koen.

Re: [Fink-devel] NoPerlTests broken?

2003-09-29 Thread Koen van der Drift
On Mon, 29 Sep 2003 06:44:53 -0600, TheSin wrote: fink 0.13.7 as the docs say, so at this point it would be cvs fink Ok, thanks. I will email the maintainer about this so he can update the dependencies of the package. - Koen. --- This

Re: [Fink-devel] gcc3.3 tree open for business

2003-10-01 Thread Koen van der Drift
On Wed, 1 Oct 2003 13:19:41 -0400, David R. Morrison wrote: For any such package, you should be sure that the new version of the package is labeled GCC: 3.3 (and that the previous version is labeled GCC: 3.1). You should also check all of the dependencies, making versioned dependencies on

[Fink-devel] XDarwin broken on 10.2-gcc3.3?

2003-10-07 Thread Koen van der Drift
Hi, I upgraded to the 10.2-gcc3.3 tree (fink 0.14.1), and now XDarwin won't startup. I read about something similar on this thread: http://www.mail-archive.com/[EMAIL PROTECTED]/ msg07979.html (I got very similar errors). The solution suggested there solved my problem when using the standard

Re: [Fink-devel] XDarwin broken on 10.2-gcc3.3?

2003-10-08 Thread Koen van der Drift
On Wed, 8 Oct 2003 08:13:41 -0400, David R. Morrison wrote: Koen, did you recompile xfree86 after the update? Yes, after the 0.13.9-beta update. I also recently installed the 10.2.8 update which gave me some problems, so it could well be related to that. - Koen.

Re: [Fink-devel] XDarwin broken on 10.2-gcc3.3?

2003-10-12 Thread Koen van der Drift
need to delete? thanks, - Koen. On Tuesday, Oct 7, 2003, at 21:54 US/Eastern, Koen van der Drift wrote: Hi, I upgraded to the 10.2-gcc3.3 tree (fink 0.14.1), and now XDarwin won't startup. I read about something similar on this thread: http://www.mail-archive.com/[EMAIL PROTECTED

Re: [Fink-devel] XDarwin broken on 10.2-gcc3.3?

2003-10-13 Thread Koen van der Drift
Last week I reported that Xdarwin didn't work anymore after the gcc3.3 and 10.2.8 update. This morning after fink selfupdate xfree86 was reinstalled (revision 14), but it still does not work :( So I did yet another xfree86 update tonight (v15) and damn it works! Now I am rebuilding qt3

Re: [Fink-devel] REMINDER: read this if you're adding to 10.2-gcc3.3

2003-10-15 Thread Koen van der Drift
On Wed, 15 Oct 2003 09:31:37 -0400, Benjamin Reed wrote: Before adding a package to the 10.2-gcc3.3 tree, make sure they have GCC: 3.3 added if they use C++, and that they have dependencies changed to versioned depends on anything C++ they depend upon. Two of the packages I maintain needed

[Fink-devel] request to move to stable

2003-10-26 Thread Koen van der Drift
Hi, The following packages can be moved to stable: emboss-2.7.1-4 kaptain-0.71-2 for 10.2 kaptain-0.71-12 for 10.2-gcc-3 (it's in the submission tracker - the only difference with the above version is the GCC field and update qt3 dependencies) emboss-kaptain-0.92-2 (also in the submission

Re: [Fink-devel] Trying to compile the TSE3 Library

2003-10-28 Thread Koen van der Drift
On Tuesday, Oct 28, 2003, at 11:07 US/Eastern, Julien Salort wrote: Hello, I'm trying to compile the TSE3 library which is not in fink. If I happen to be successful (which seems unlikely), I'll try to make a fink package I submitted TSE3 a few weeks ago to the tracker:

Re: [Fink-devel] unlimit stack

2003-10-28 Thread Koen van der Drift
On Tuesday, Oct 28, 2003, at 22:12 US/Eastern, Charles Lepple wrote: #include std.disclaimer /* haven't tried this myself */ #include sys/types.h #include sys/time.h #include sys/resource.h struct rlimit rlim; getrlimit(RLIMIT_STACK, rlim); rlim.rlim_cur = RLIM_INFINITY; setrlimit(RLIMIT_STACK,

[Fink-devel] gcc error

2003-10-29 Thread Koen van der Drift
Hi, When I try to build emboss-2.7.1-4, I get this error on one Mac, on the other I don't see it. Both have 10.2.8, fink 0.16.0, and 10.2-gcc3.3: ... Making all in ajax if /bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\

Re: [Fink-devel] gcc error

2003-10-29 Thread Koen van der Drift
On Wednesday, Oct 29, 2003, at 20:46 US/Eastern, Daniel Macks wrote: On the one you are having problems, is the volume name More Stuff with a space (difficult to tell due to email word wrap)? Bingo! It's strange though, because I have another partition 'Mac OS X' which doesn't give a

Re: [Fink-devel] unlimit stack

2003-10-29 Thread Koen van der Drift
On Tuesday, Oct 28, 2003, at 22:12 US/Eastern, Charles Lepple wrote: #include std.disclaimer /* haven't tried this myself */ #include sys/types.h #include sys/time.h #include sys/resource.h struct rlimit rlim; getrlimit(RLIMIT_STACK, rlim); rlim.rlim_cur = RLIM_INFINITY; setrlimit(RLIMIT_STACK,

Re: [Fink-devel] Trying to compile the TSE3 Library

2003-10-30 Thread Koen van der Drift
On Thursday, Oct 30, 2003, at 12:55 US/Eastern, Julien Salort wrote: libtse3 not found! Please install! If you have installed libtse3 in an unusual directory use --with-libtse3-include= and/or --with-libtse3-libs= I don't understand. I was under the impression that I specified the directories

Re: [Fink-devel] unlimit stack

2003-10-31 Thread Koen van der Drift
On Tuesday, Oct 28, 2003, at 22:47 US/Eastern, Koen van der Drift wrote: On Tuesday, Oct 28, 2003, at 22:12 US/Eastern, Charles Lepple wrote: #include std.disclaimer /* haven't tried this myself */ #include sys/types.h #include sys/time.h #include sys/resource.h struct rlimit rlim; getrlimit

Re: [Fink-devel] unlimit stack

2003-10-31 Thread Koen van der Drift
On Friday, Oct 31, 2003, at 21:11 US/Eastern, David Brown wrote: What do you mean by assigning large arrays? Are they declared at the top level in the C file? Yes, here is a snippet: static int myarray[20][1] static int anotherarray[20][1] int main (int argc char** argv) { int

Re: [Fink-devel] unlimit stack

2003-11-01 Thread Koen van der Drift
On Friday, Oct 31, 2003, at 23:35 US/Eastern, David Brown wrote: { int labels[20]; int names[1]; float num[1]; These variables in main are probably the cause of the overflow, not the static ones. You might just try declaring 'names' and 'num' to be static, but I

Re: [Fink-devel] unlimit stack

2003-11-01 Thread Koen van der Drift
On Friday, Oct 31, 2003, at 23:38 US/Eastern, Charles Lepple wrote: Depending on how much you want to mess with the source, you could rename the main function to something else, and create a new main function which does the setrlimit call and then calls the old main function. Yes! That solved

[Fink-devel] Maintaining multiple .info files

2003-11-11 Thread Koen van der Drift
Hi, Some of my packages have different info files for 10.3, 10.2-gcc3.3 and 10.2. I have upgraded to 10.3, so how do I test/maintain the .info files for the other systems? For instance when a new upstream version is released I can only test it on 10.3, but have no means to test it on other

[Fink-devel] A fix for nedit on 10.3!

2003-12-02 Thread Koen van der Drift
Hi, NEdit still hasn't been added to the 10.3 tree because there were problems building it. Today I ran into this on the blog of Ben Reed (of all places :), and the solution seems to work! here's the link: http://ranger.befunk.com/blog/archives/000246.html, and look for the reply by merle.

[Fink-devel] mime-tools-pm question

2003-12-13 Thread Koen van der Drift
Hi, During the install of mime-tools-pm (5.411a-3), I noticed that the man files (MIME::foo.pm) are installed into %p/share/man/, instead of %i/share/man. Is this intentional for perl modules? Installation went fine otherwise. - Koen. ---

Re: [Fink-devel] perl module with scripts?

2003-12-14 Thread Koen van der Drift
On Dec 14, 2003, at 1:01 PM, TheSin wrote: this normally just depends on your make install line, are you using the default line from fink? cause it sets the binary and sitebinary directories. I added INSTALLSCRIPT to the make install line, now it works. - Koen.

[Fink-devel] linker question

2003-12-21 Thread Koen van der Drift
Hi, What do I add to an info file to link with a specific library (libstdc++ in this case)? thanks, - Koen. --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for

Re: [Fink-devel] linker question

2003-12-25 Thread Koen van der Drift
On Dec 24, 2003, at 8:18 PM, Ben Hines wrote: Depends on what variables the buildsystem honors. Usually SetLIBS: -lstdc++ or maybe SetLDFLAGS: -lstdc++ etc. But usally you'd want to be linking with g++ instead of gcc to fix the c++ link problem. Actually, I only need SetLDFLAGS: -lstdc++. It

Re: [Fink-devel] linker question

2003-12-26 Thread Koen van der Drift
On Dec 26, 2003, at 3:19 AM, Ben Hines wrote: But usally you'd want to be linking with g++ instead of gcc to fix the c++ link problem. Actually, I only need SetLDFLAGS: -lstdc++. Again the proper fix is to use g++ as your linker. Adding the -lstdc++ is the incorrect fix. That's weird

Re: [Fink-devel] linker question

2003-12-26 Thread Koen van der Drift
On Dec 26, 2003, at 3:51 PM, Ben Hines wrote: On Dec 26, 2003, at 5:31 AM, Koen van der Drift wrote: That's weird though, if I don't use the SetLDFLAGS: -lstdc++ line, I get the c++ error during compilation ld: Undefined symbols: std::ios_base::Init::Init[in-charge]() std::ios_base::Init::~Init

[Fink-devel] fink builds twice

2004-01-01 Thread Koen van der Drift
Hi, While working on a package I notice that if I type: fink rebuild foo foo-shlibs then fink build both packages in one run. But if I type: fink rebuild foo-shlibs foo then fink uses two rounds of unpacking/compiling/building, although both deb files are created in the first run. I tried

Re: [Fink-devel] fink builds twice

2004-01-01 Thread Koen van der Drift
On Jan 1, 2004, at 9:06 PM, David R. Morrison wrote: Are you using fink-0.17.4, or fink from CVS? fink 0.17-4 - Koen. --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign

Re: [Fink-devel] fink builds twice

2004-01-01 Thread Koen van der Drift
On Jan 1, 2004, at 9:15 PM, Ben Hines wrote: I used a test package that was Type: nosource and fink rebuild baz baz-shlibs 'compiles' baz twice no matter the order. Is your foo test package Type nosource? No, I don't use that field. I'll try to find an existing package in fink that does the

Re: [Fink-devel] fink builds twice

2004-01-01 Thread Koen van der Drift
No, I don't use that field. I'll try to find an existing package in fink that does the same, so others can test it. I have reproduced it with libpng3, but I had to remove the package first. And the order didn't even matter, both packages were build twice both times. It must be machine

[Fink-devel] plplot and fortran

2004-01-05 Thread Koen van der Drift
While working on the plplot package, I am running an error when I use the flag --enable-f77 (using fink's g77). When the flag --disable-f77 is used, compilation goes without a problem. The following snippets are what I think that is related: g77 -dynamiclib -single_module -o

Re: [Fink-devel] plplot and fortran

2004-01-06 Thread Koen van der Drift
On Jan 6, 2004, at 3:36 AM, Martin Costabel wrote: Why do you have all this /sw/lib/libg2c.a -lcrt2.o -lfrtbegin -lSystem stuff on the command line? These are things that g77 already implies, so you are including libraries twice. In the case of static libraries this seems to be fatal. Is

Re: [Fink-devel] non-core package submissions

2004-01-08 Thread Koen van der Drift
On Jan 8, 2004, at 2:24 PM, William Scott wrote: Even very good writers benefit from a proof-reader. It is much easier to catch other people's mistakes than it is to catch your own. There are many others here who simply are much more competent with this stuff than I am. I am an experimental

[Fink-devel] fink remove all

2004-01-09 Thread Koen van der Drift
Hi, Especially for maintainers it would be nice to have a fink command to remove all (except the essential) packages. Sometimes it happens that I write a info file for a new package, and it builds fine, but only because a needed package already happens to be installed. Package docs are not always

[Fink-devel] NoSetENVFLAGS

2004-01-09 Thread Koen van der Drift
Hi, I am not sure if I understand the use of the NoSetENVFLAGS field. I see it in several packages used (with a value 'true'), while also the SetENVFLAGS field is used. Aren't these two contradicting each other? thanks, - Koen. --- This

Re: [Fink-devel] fink remove all

2004-01-09 Thread Koen van der Drift
On Jan 9, 2004, at 6:27 PM, Keith Conger wrote: Hi, Here is a script its in the scripts cvs module. This will remove all non base packages. After I run the script, and then do a fink update-all, fink wants to install apt, bzip2-dev, gettext-dev, libiconv-dev, ncurses-dev. But aren't these

[Fink-devel] internal link edit command failed

2004-01-10 Thread Koen van der Drift
Hi, The package I am working on (plplot) has the option to use the qhull libraries. When I enable that, I get the following error: ... gcc -dynamiclib -o .libs/libcsironn.0.0.0.dylib .libs/delaunay.o .libs/hash.o .libs/istack.o .libs/lpi.o .libs/nnai.o .libs/nnpi.o .libs/nncommon.o

[Fink-devel] mixing pure and versioned perl modules

2004-01-12 Thread Koen van der Drift
Hi all, I submitted a package to the tracker that is pure perl (gd-svg-pm), but it depends on a versioned package (gd-pm). The package was not yet moved to unstable because of an apparent problem with the versioning. I quote the comments on the tracker (from Dan Macks): One could have

qhull update (was: Re: [Fink-devel] internal link edit command failed)

2004-01-12 Thread Koen van der Drift
On Jan 10, 2004, at 8:27 PM, Koen van der Drift wrote: Hi, The package I am working on (plplot) has the option to use the qhull libraries. When I enable that, I get the following error: ... gcc -dynamiclib -o .libs/libcsironn.0.0.0.dylib .libs/delaunay.o .libs/hash.o .libs/istack.o .libs

[Fink-devel] ld: warning -prebind has no effect with -bundle

2004-01-12 Thread Koen van der Drift
Still having a linker problem with a package I am working on (plplot). If I start building the package for the first time, compilation failes because of the error below. The dylibs libcsirocsa and libcsironn however are part of the package itself, so it is obvious it cannot find it. I tried adding

Re: [Fink-devel] ld: warning -prebind has no effect with -bundle

2004-01-12 Thread Koen van der Drift
Try adding -lcsirocsa -lcsironn to your libraries (LIBS or LDFLAGS if LIBS fails) Make sure they come after the -L../../src/.libs -lplplotd Hi Ben, I tried SetLIBS: -L%p/sw -lcsirocsa -lcsironn and SetLDFLAGS -L%p/sw -lcsirocsa -lcsironn both gave me this error (from config.log):

[Fink-devel] circular dependencies

2004-01-15 Thread Koen van der Drift
Hi, What can cause circular dependencies? I get this with a package I am working on when the .deb files are created. The package has one splitoff (-shlibs), and the main package depends on it: Depends: %N-shlibs (= %v-%r) thanks, - Koen.

Re: [Fink-devel] mixing pure and versioned perl modules

2004-01-15 Thread Koen van der Drift
Hi, As discussed by Dan Macks and myself on the submission tracker (for gd-svg-pm), I suggested the following for handling perl modules. Maybe it has been discussed previously, and there might be very good reasons why it won't work. Feel free to trash it, but be nice :) Anyway, the idea is

Re: [Fink-devel] circular dependencies

2004-01-15 Thread Koen van der Drift
On Jan 15, 2004, at 9:37 PM, Alexander K. Hansen wrote: You said your package depends on its -shlibs splitoff. Does the splitoff depend in turn on the main package? No it doesn't, that was the first thing I checked too :) Weird thing is, sometimes it completes the packaging, sometimes not.

[Fink-devel] splitoff question

2004-01-25 Thread Koen van der Drift
Hi, When creating a splitoff package, am I limited to foo-dev, foo-shlibs, and foo-bin? Or can I create other ones as well (in my case it would be called foo-scripting). Or would it be better to just create a separate package for that, that depends on foo? thanks, - Koen.

[Fink-devel] patch for the qhull package

2004-01-27 Thread Koen van der Drift
== On Jan 12, 2004, at 8:02 PM, Koen van der Drift wrote: On Jan 10, 2004, at 8:27 PM, Koen van der Drift wrote: Hi, The package I am working on (plplot) has the option to use the qhull libraries. When I enable that, I get the following error: ... gcc -dynamiclib -o .libs/libcsironn

Re: [Fink-devel] ERR: web website : Sections: Packages : 141

2004-01-27 Thread Koen van der Drift
On Jan 27, 2004, at 5:45 PM, Benjamin Reed wrote: Lloyd Budd wrote: Hi, The search is not working well on the fink Sourceforge website. Maybe because it only knows about 141 packages: http://fink.sourceforge.net/pdb/list.php Might have gotten it in the middle of an index, that url shows 2753

[Fink-devel] Unwritten rules

2004-02-15 Thread Koen van der Drift
On Feb 15, 2004, at 10:02 AM, Peter O'Gorman wrote: Here in the packaging manual : http://fink.sourceforge.net/doc/packaging/reference.php#patches Haha, only just. I added it a couple of hours ago, prior to that it was an unwritten rule that nobody had any chance to find out about unless they

Re: [Fink-devel] Re: problem with octave-forge 2004.02.12-1

2004-02-20 Thread Koen van der Drift
On Feb 20, 2004, at 12:23 PM, Christian Schaffner wrote: But as this package (as of today) hasn't got any maintainer any more, i am CCing fink-devel. So maybe there is somebody who steps up to fix it. I am also CCing Stefan Langermann, who is the maintainer of qhull. There is a new version of

[Fink-devel] MMTK build error

2004-02-27 Thread Koen van der Drift
Hi, The latest mmtk (mmtk-2.3.2-1) fails to build because netcdf is not in the dependencies list, I think it should be a BuildDepends. I am not sure if netcdf-shlibs and/or netcdf-bin are also needed. Could that be fixed in cvs? Thanks, - Koen.

Re: [Fink-devel] updates for packages that I don't maintain

2004-02-28 Thread Koen van der Drift
On Feb 28, 2004, at 12:41 AM, William Scott wrote: Hi Citizens: The version of pymol (another molecular graphics program) in 10.3, both stable and unstable, is v. 0.86 and it is broken. It is also rather out of date. I haven't succeeded in getting ahold of the maintainer. A colleague, Jack

Re: [Fink-devel] -pm560 before -pm581 in placeholder depends

2004-02-28 Thread Koen van der Drift
On Feb 28, 2004, at 11:48 AM, Martin Costabel wrote: This package looks rather like it wants to be scrapped or replaced by the one in unstable. In any case, libwww-pm580 and dbi-pm580 don't exist. I don't have much feedback for bioperl-pm (1.4) to have it moved to stable. The pm580's were

Re: [Fink-devel] Re: binary release plans

2004-03-01 Thread Koen van der Drift
On Feb 29, 2004, at 4:21 PM, David R. Morrison wrote: So I'm removing bioperl-pm from stable for now, and suggeesting that the various dependencies of the unstable version need to be fixed up before it can be moved to stable. It turns out that bioperl-pm depends on many perlmodules which only

Re: [Fink-devel] Re: binary release plans

2004-03-02 Thread Koen van der Drift
On Mar 2, 2004, at 8:47 AM, David R. Morrison wrote: Is bioperl-pm581 ready to go to stable? (i.e., are all the dependencies already in stable?) No, these still need to be moved (last time I checked they weren't). I have emailed the maintainers. graph-pm heap-pm xml-node-pm

Re: [Fink-devel] Variant support is here

2004-03-03 Thread Koen van der Drift
On Mar 2, 2004, at 7:15 PM, Daniel Macks wrote: Fink CVS HEAD now contains full variant support. It works for me, but I would love for some folks to try some test cases and let me know if things aren't working (as you expect, according to the docs, or at all:). I'm of course open to suggestions

[Fink-devel] question about static linking

2004-03-06 Thread Koen van der Drift
Hi, I am trying to port a package for fink that uses static linking. This doesn't work, I end up with the error that lcrt0.o cannot be found. After some googling I found that static linking is a problem on Mac OS X, so I removed all the instances of '-static' from the Makefile. I don't get

[Fink-devel] package with scripts in cgi-bin

2004-03-06 Thread Koen van der Drift
Hi, What's the fink policy (if there is any ;-) for a package that installs perl scripts in a cgi-bin directory? Is there a place in the fink directory tree where they can go and are also found by the webserver? Are there any packages that do this that I can use as an example? thanks, -

[Fink-devel] move to stable

2004-03-07 Thread Koen van der Drift
Hi, The following of my packages can be moved to stable: emboss, kaptain, and emboss-kaptain. thanks, - Koen. --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of

Re: [Fink-devel] move to stable

2004-03-07 Thread Koen van der Drift
On Mar 7, 2004, at 11:16 AM, Christian Schaffner wrote: In what trees? Only 10.3 or also in 10.2-gcc3.3 (kaptain and emboss-kaptain)? They all can be moved. Just be sure that 10.2-gcc3.3 has emboss 2.7.1 and emboss-kaptain-0.94, and the 10.3 tree has emboss 2.8.0 and emboss-kaptain 0.97

[Fink-devel] move to stable

2004-03-17 Thread Koen van der Drift
Hi, I have had several positive responses for the plplot package, so it can be moved to stable. All packages it depends on are in stable, except qhull, so that needs to be moved to. thanks, - Koen. --- This SF.Net email is sponsored by:

Re: [Fink-devel] move to stable

2004-03-20 Thread Koen van der Drift
On Mar 17, 2004, at 9:04 PM, Koen van der Drift wrote: Hi, I have had several positive responses for the plplot package, so it can be moved to stable. All packages it depends on are in stable, except qhull, so that needs to be moved to. Please do not move to stable. I just found that plplot

[Fink-devel] using freetype / location of ft2build.h

2004-03-20 Thread Koen van der Drift
Hi, For the package plplot that I maintain I have to add the path to freetype so the package can use it. So far, I was using this in the ConfigureParams field: FREETYPELIBDIR=/usr/X11R6/lib FREETYPEINCDIR=/usr/X11R6/include/freetype2 This works with Apple's X11, but not with xfree86 (4.4),

Re: [Fink-devel] libmng2

2004-04-09 Thread Koen van der Drift
On Apr 9, 2004, at 2:21 PM, Martin Costabel wrote: I have tried to compile libmng2 with different versions of fink in order to reproduce the error that was reported. I never managed to see the error. It always built correctly. Justin, could you explain what was the problem? See the thread

Re: [Fink-devel] libmng2

2004-04-10 Thread Koen van der Drift
On Apr 10, 2004, at 7:48 AM, Peter O'Gorman wrote: The .info file needs a build depends on a fink automake package. Great - after fink install automake1.8, libmng2 builds fine. thanks! - Koen. --- This SF.Net email is sponsored by: IBM

[Fink-devel] gimp2 errors

2004-04-10 Thread Koen van der Drift
Hi, I got the following error during the configure phase: checking for GLIB - version = 2.2.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is

Re: [Fink-devel] gimp2 errors

2004-04-10 Thread Koen van der Drift
On Apr 10, 2004, at 9:23 AM, David R. Morrison wrote: Go into your build directory and examine config.log. The problem you've encountered is often caused by a missing BuildDepends on gettext-dev and/or libiconv-dev, and you'll see -lintl or -liconv on the link line that is failing. Or if not

Re: [Fink-devel] gimp2 errors

2004-04-10 Thread Koen van der Drift
On Apr 10, 2004, at 3:08 PM, kinako wrote: I also rebuilt gtk+2, then it proceeded again, although the version itself didn't varied. Thanks, After rebuilding gtk+2, the compilation of gimp2 started. Now let's see if it finishes... :) BTW, I saw that both giflib-shlibs and libungif-shlibs

[Fink-devel] freetype and xfree86 vs X11

2004-04-23 Thread Koen van der Drift
Hi, (this is a repost from a few weeks ago ;) For the package plplot that I maintain I have to add the path to freetype so the package can use it. So far, I was using this in the ConfigureParams field: FREETYPELIBDIR=/usr/X11R6/lib FREETYPEINCDIR=/usr/X11R6/include/freetype2 This works with

[Fink-devel] packaging question

2004-06-18 Thread Koen van der Drift
Hi, The package I am working on has all source code in a separate directory (/sw/src/foo-1.2.3-1/foo/src). So in my info file I use (there is no configure-step): CompileScript: cd src/ make This gives the following error: cd src/ Can't exec cd: No such file or directory at

Re: [Fink-devel] packaging question

2004-06-19 Thread Koen van der Drift
On Jun 19, 2004, at 5:33 AM, jfm wrote: The CompileScript is executed 'line by line'. Thus either use : CompileScript: cd src ; make Or : CompileScript: #!/bin/sh cd src make Thanks, I found out later that this also works: SourceDirectory: foo/src CompileScript: make - Koen.

[Fink-devel] source file with different names

2004-07-21 Thread Koen van der Drift
Hi, I am working on a package of which the two source files have a different name than the package itself. What I want to happen is that the 2 files are decompressed in /sw/src/foo-1.0-1 instead of /sw/src. Then in /sw/src/foo-1.0-1 the installation can take place. How do I accomplish that?

[Fink-devel] runtimevars field

2004-07-21 Thread Koen van der Drift
Hi, Should I increase the version number if I change the RuntimeVars field? thanks, - Koen. --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1

Re: [Fink-devel] source file with different names

2004-07-21 Thread Koen van der Drift
On Jul 21, 2004, at 4:57 PM, Martin Costabel wrote: You probably want NoSourceDirectory: True Yes, that worked, thanks. I have to do a manual decompress in the info file though, but that is no problem, I guess. - Koen. --- This SF.Net email

Re: [Fink-devel] source file with different names

2004-07-22 Thread Koen van der Drift
On Jul 21, 2004, at 11:23 PM, [EMAIL PROTECTED] wrote: Careful...you cannot assume that the sources are in %p/src. If you want Source2 decompressed somewhere under the structure of Source, SourceNExtractDir might be useful. Although without details of exactly how the tarballs are structured and

[Fink-devel] sf cvs access

2004-07-23 Thread Koen van der Drift
Hi, Now that I have developer access I am trying to update one of my packages, but keep getting a SF time out error. Fink selfupdate works fine, so I guess the SF server is working. This is what I do: RubyTuesday:/sw/fink/dists/unstable/main/finkinfo/sci koen$ cvs diff emboss.info

Re: [Fink-devel] sf cvs access

2004-07-23 Thread Koen van der Drift
On Jul 23, 2004, at 9:54 PM, Alexander K. Hansen wrote: Maybe cvs diff takes longer than a selfupdate? This doesn't seem unusual to me. Maybe, I have no experience. But I guess all developers use this command, so do they have the same problems? Or is there another way to update a file?

  1   2   3   4   5   >