Re: [Fink-devel] Let's update gimp2 on pangocairo-branch!
Alexander Strange <[EMAIL PROTECTED]> writes: >>> There's another new package for it here: >>> http://sourceforge.net/tracker/index.php?func=detail&aid=1942780&group_id=17203&atid=414256 >>> >> As noted above, my patch follows your original packaging way. >> Another one seems to make some big changes in packaging. >> It's difficult for me to say which is better. >> Which one do you like? Hang on a second here. I posted this package on the trackers *two weeks ago*, and I offered to maintain it. I spent a lot of time updating and testing this package. What's the point of duplicating the efforts? Before starting working on updating a package, it we would good if poeple could check on the tracker that nothing has been submitted yet. Maintainers time is a scarse ressource that should be used more wisely. > Well, the differences I see are: > > - This one is a diff from the package I know works. I like that a > lot better, since I haven't tried the rewritten one yet. > > - The other one patches it to use 'open' for help reading. > I'm not sure what it does without that, but it might not work without > a 'firefox' command. Without the patch, Gimp tries to open the help file with firefox, and complains if you don't have it installed. The open command will browse the documentation with whatever default browser you're using in OS X. > - The other one gets rid of the variants. I'd like to keep -svg, but > - noprint can go. It's already broken and apparently not necessary > anymore. In my experience, packages with two many variants confuse new users, because they all have the same short description. So if you have no clue about what -svg of -print is, you're stuck. I know that there is usually more information in the DescDetails, but beginners don't always read this. From the maintainer point of view, you need to compile every variants to make sure that they all build and runs fine, and this takes some extra time. This is why I was suggesting to get rid of these variants. > - I'd prefer gimp-help in the same package since it's only useful > for this version. Upstream version of the Gimp and the gimp documentation aren't updated at the same pace. Having both in the same package forces you to rev-up the Gimp and rebuild it everytime you update the documentation. > And this one strips debug symbols on everything (since it's large), > while the rewritten package gets rid of that. I don't think we have > a policy about this, but since the package is pretty big I don't see > any harm in it. I don't see any harm either, except maybe if poeple find an (upstream) bug and want to submit a backtrace. The other difference is that my package have Python enabled. > So, I guess I'd rather use this one, since we can follow the > differences more easily. It's up to you. Sébastien - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel
[Fink-devel] How to rename a package?
Hi, I'd like to rename the scipy-core-py package to numpy-py. numpy used to be called scipy-core, but the upstream developers changed the name some time ago: For about 6 months at the end of 2005, the new package was called SciPy Core (not to be confused with the full SciPy package which remains a separate package), and so you will occasionally see references to SciPy Core floating around. It was decided in January 2006 to go with the historical name of NumPy for the new package. Realize that NumPy (module name numpy) is the new name. For now the scipy-core package provides numpy-py, but to avoid confusion, I would rather have a numpy-py package to provide scipy-core-py. Is it okay if I just rename the package and if I declare "Provides: scipy-core-py%type_pkg[python]" in it? Sébastien - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel
Re: [Fink-devel] scipy-py.info missing BuildDepend of swig
Kurt Schwehr <[EMAIL PROTECTED]> writes: > Hi Sebastien, > > Looks like your email address listed in scipy-py.info is bouncing. I have just corrected my email address in this package and some others. Sébastien - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel
[Fink-devel] lasi-1.0.6 build failure on 10.4/Intel
lasi-1.0.6 fails to buid on 10.4/Intel with the following error: if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"LASi\" -DPACKAGE_TARNAME=\"lasi\" -DPACKAGE_VERSION=\"1.0.6\" -DPACKAGE_STRING=\"LASi\ 1.0.6\" -DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]" -DPACKAGE=\"lasi\" -DVERSION=\"1.0.6\" -DPANGO_ENABLE_BACKEND=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBGLIB_2_0=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I. -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/pango-1.0 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../include -I/sw/include -g -O2 -MT drawGlyph.lo -MD -MP -MF ".deps/drawGlyph.Tpo" -c -o drawGlyph.lo drawGlyph.cpp; \ then mv -f ".deps/drawGlyph.Tpo" ".deps/drawGlyph.Plo"; else rm -f ".deps/drawGlyph.Tpo"; exit 1; fi mkdir .libs g++ -DPACKAGE_NAME=\"LASi\" -DPACKAGE_TARNAME=\"lasi\" -DPACKAGE_VERSION=\"1.0.6\" "-DPACKAGE_STRING=\"LASi 1.0.6\"" -DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]" -DPACKAGE=\"lasi\" -DVERSION=\"1.0.6\" -DPANGO_ENABLE_BACKEND=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBGLIB_2_0=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I. -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/pango-1.0 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../include -I/sw/include -g -O2 -MT drawGlyph.lo -MD -MP -MF .deps/drawGlyph.Tpo -c drawGlyph.cpp -fno-common -DPIC -o .libs/drawGlyph.o drawGlyph.cpp:111: error: invalid conversion from 'int (*)(const FT_Vector*, void*)' to 'int (*)(FT_Vector*, void*)' drawGlyph.cpp:111: error: invalid conversion from 'int (*)(const FT_Vector*, void*)' to 'int (*)(FT_Vector*, void*)' drawGlyph.cpp:111: error: invalid conversion from 'int (*)(const FT_Vector*, const FT_Vector*, void*)' to 'int (*)(FT_Vector*, FT_Vector*, void*)' drawGlyph.cpp:111: error: invalid conversion from 'int (*)(const FT_Vector*, const FT_Vector*, const FT_Vector*, void*)' to 'int (*)(FT_Vector*, FT_Vector*, FT_Vector*, void*)' make[1]: *** [drawGlyph.lo] Error 1 make: *** [all-recursive] Error 1 ### execution of make failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-lasi-1.0.6-1001 (Reading database ... 68054 files and directories currently installed.) Removing fink-buildlock-lasi-1.0.6-1001 ... Failed: phase compiling: lasi-1.0.6-1001 failed Sébastien - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel
Re: [Fink-devel] my packages
"Alexander K. Hansen" <[EMAIL PROTECTED]> writes: > Jeff Whitaker wrote: >> Folks: Please change the maintainer field on my packages to >> 'unmaintained'. I've had zero time to update them lately, and I think >> things will get done faster if I just get out of the way. >> >> -Jeff >> > I'm sorry to hear that. > > I'm willing to lay claim to the stuff I use regularly: grace, netcdf, > octave, as well as libdap3|6 and libnc-dap3. I could also do SciLab. > > However, if anybody else feels like staking a claim, I'm certainly > willing _not_ to take them on. I am voluntering to maintain the following ones: python, scipy-core, scipy, fftw/fft3 Sébastien - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel
Re: [Fink-devel] [cvs] dists/10.4/unstable/main/finkinfo/sci fftw.info, 1.7, 1.8
"William Scott" <[EMAIL PROTECTED]> writes: > Dear Jean-Francois Mertens: > > I apologize for this, but please note that what I did simply restored the > package back to the way line 82 was in 1.6, i.e, > > http://fink.cvs.sourceforge.net/fink/dists/10.4/unstable/main/finkinfo/sci/fftw.info?r1=1.6&r2=1.7&sortby=date > > I feel very uncomfortable touching anyone else's packages for exactly > these sorts of reasons. I've just fixed the Info files in the fftw package. Also it turns out that the Fortran interface was not built in the previous revision of the package. It should be fixed now. Sébastien - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel
[Fink-devel] kpdf crashes at startup
kpdf 3.5.7-1021 crash at startup with a FPE. I am running MacOSX 10.4.10 Intel. % kpdf Floating point exception % gdb kpdf GNU gdb 6.3.50-20050815 (Apple version gdb-573) (Fri Oct 20 15:50:43 GMT 2006) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries .. done (gdb) run Starting program: /sw/bin/kpdf Reading symbols for shared libraries .+.+..++ done Program received signal EXC_ARITHMETIC, Arithmetic exception. 0x0121332f in create_dpis () (gdb) bt #0 0x0121332f in create_dpis () #1 0x0121338c in QPaintDevice::x11AppDpiY () #2 0x012133cc in QPaintDevice::x11AppDpiY () #3 0x011f77c9 in qt_init_internal () #4 0x011f7d2e in qt_init () #5 0x0124c0a5 in QApplication::construct () #6 0x010162fc in KApplication::KApplication () #7 0xf214 in kdemain () #8 0x28ee in _start () #9 0x2815 in start () (gdb) Sébastien - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] pkgconfig can't find cairo
Daniel Macks <[EMAIL PROTECTED]> writes: > On Tue, Jul 17, 2007 at 12:05:51PM -0400, S?bastien Maret wrote: >> >> pkgconfig does seems to find cairo: >> >> % pkg-config cairo || echo "not found" >> not found >> >> I have both cairo 1.4.6 and pkgconfig 0.22 installed: >> >> % fink list cairo >> Information about 6557 packages read in 1 seconds. >> i cairo1.4.6-1023 Vector graphics library >> i cairo-shlibs 1.4.6-1023 Vector graphics library >> >> % fink list -i pkgconfig >> Information about 6557 packages read in 1 seconds. >> i pkgconfig0.22-1 Manager for library compile/link >> flags >> >> I do have a /sw/lib/pkgconfig/cairo.pc file. > > Try 'pkg-config --print-errors cairo' to see (hopefully) more detail > about what's going wrong. Maybe one of its .pc dependencies isn't > installed? You're right: % pkg-config --print-errors cairo Package freetype2 was not found in the pkg-config search path. Perhaps you should add the directory containing `freetype2.pc' to the PKG_CONFIG_PATH environment variable Package 'freetype2', required by 'cairo', not found I have freetype219 installed: % fink list -i freetype Information about 6557 packages read in 1 seconds. i freetype219 2.2.1-4 TrueType font rendering library, headers i freetype219-shlibs 2.2.1-4 TrueType font rendering library, shared libs but freetype219's pc file isn't in the usual place (why?): % dpkg -c /sw/fink/debs/freetype219_2.2.1-4_darwin-i386.deb | grep pc -rw-r--r-- root/admin 292 2007-01-17 18:23 ./sw/lib/freetype219/lib/pkgconfig/freetype2.pc I guess I just need to set the PKG_CONFIG_PATH. Sébastien - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] pythons slow on startup
Kurt Schwehr <[EMAIL PROTECTED]> writes: > I have two mac boxes... on my G5 machine, all pythons > are slow to start: > > time python2.4 -c "pass" > > real0m2.726s > > time /usr/bin/python -c "pass" > > real0m2.909s > user0m0.023s > sys 0m2.719s > > But on my G4 laptop I get a real time of 0.09-0.15s > which is much more acceptable, but this is a slower > machine. I've been looking at ktrace to see if I can > figure out what is causing this. Can anyone give a > recommendation on how to get a little more info out of > the trace? I am guessing that it is some particular > package causing a problem. I have the same problem on my G5. Python startup times can slow down up to 15s on my machine. Only a reboot fixes the issue. The trace looks the same: an awfull lot of time is spent in getdirentries(). Sébastien - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] another crypto question
David Reiser <[EMAIL PROTECTED]> writes: > gtkhtml3 and 3.8.15 are in crypto because of a builddepends on > libsoup (and its crypto dependencies). The packaging description > mentions that the crypto portions are only used for testing during > compile. Running otool -L on the gtkhtml library shows no links to > crypto libraries. > > Crypto policy says in part "As an extension of this policy, any > package that Depends (or BuildDepends) on such a package must also be > in crypto". Is this extension the kind for which there is never an > exception? (Like: tests things using crypto libraries but doesn't > implement crypto, and doesn't link to crypto libraries in its binaries.) The idea (thanks dmacks for the explanations on #fink) behind this part of the policy is consistency. One should be able to compile a package even if the crypto branch is not enabled on his/her system. If gtkhtml has a buildep on a crypto package, then it should be in crypto as well, because it won't compile is the crypto branch is not enabled -- regardless whether or not it implements or links against crypto libs. > I've found that if I strip the crypto dependencies from the info file > and add BuildConflicts: libsoup-everything-but-shlibs, > gtkhtml3.8.15-3.10.2 will build and the resulting library is drop-in > usable for gnucash 2.0.2. I still have to test if gnucash builds > against the nc version. Then I guess the question is whether libsoup should be listed as a buildep in gtkthml. It it builds without it, and if the binary is fully functional, then we can just drop libsoup from the buildeps and move it to non crypto. Of course we have to make sure that it is usable for all packages that use it, not only gnucash. Sébastien - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] revised gcc4 packaging
Jack, Jack Howarth <[EMAIL PROTECTED]> writes: > Let me know you have any problems with the attached packaging. Could you please install man pages in %p/share/man instead of %p/lib/gcc4? In order to avoid a conflict with Apple ones, they could be renamed as follow: InstallScript:<< [...] mv gcc.1 gcc-4.1 mv g++.1 g++-4.1 mv gcov.1 gcov-4.1 Also could you please install info pages in %p/share/info and list them in InfoDocs: InfoDocs: cpp.info cppinternals.info gcc.info gccinstall.info gccint.info gcj.info gfortran.info Thanks, Sébastien - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] g95 issue with Apple as from XCode 2.4
Jeff Whitaker <[EMAIL PROTECTED]> writes: > Sebastien Maret wrote: >> Jeff Whitaker <[EMAIL PROTECTED]> writes: >> >> >>> Sebastien Maret wrote: >>> >>>> Hello, >>>> >>>> I am getting the following error (warning?) for every Fortran program >>>> I compile with Fink g95 (0.90-1) on 10.4.7 x86: >>>> >>>> % cat test.f >>>> program hello >>>> print *,'Hello World' >>>> end >>>> >>>> % g95 test.f >>>> /var/tmp//ccGrwDXl.s:59:indirect jmp without `*' >>>> /var/tmp//ccGrwDXl.s:78:indirect jmp without `*' >>>> /var/tmp//ccGrwDXl.s:97:indirect jmp without `*' >>>> /var/tmp//ccGrwDXl.s:112:indirect jmp without `*' >>>> >>>> >From what I've read it's a problem with Apple's assembler that comes with >>>> XCode 2.4: >>>> http://groups-beta.google.com/group/gg95/browse_thread/thread/7f222acfc2ec3c04 >>>> >>>> Is there an easy fix? Maybe one could use odcctools as instead of >>>> Apple version? >>>> >>>> Sébastien >>>> >>>> >>>> >>> Sébastien >>> >>> >>> fink g95 does use odcctools.There is a new version of odcctools >>> though, so you might try updating odcctools and then rebuilding g95. >>> >> >> I have tried to recompile g95 with odcctools 622.3-20060925, but it didn't >> fixed the problem. >> >> Sébastien >> >> >> > > Sébastien: Ironically, the solution is to downgrade odcctools to version > 590. I've uploaded a new g95 (0.90-2) that uses the older version and it > seems to work fine. It fixed the problem for me to. Thanks ! Sébastien - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] g95 issue with Apple as from XCode 2.4
Jeff Whitaker <[EMAIL PROTECTED]> writes: > Sebastien Maret wrote: >> Hello, >> >> I am getting the following error (warning?) for every Fortran program >> I compile with Fink g95 (0.90-1) on 10.4.7 x86: >> >> % cat test.f >> program hello >> print *,'Hello World' >> end >> >> % g95 test.f >> /var/tmp//ccGrwDXl.s:59:indirect jmp without `*' >> /var/tmp//ccGrwDXl.s:78:indirect jmp without `*' >> /var/tmp//ccGrwDXl.s:97:indirect jmp without `*' >> /var/tmp//ccGrwDXl.s:112:indirect jmp without `*' >> >> >From what I've read it's a problem with Apple's assembler that comes with >> XCode 2.4: >> http://groups-beta.google.com/group/gg95/browse_thread/thread/7f222acfc2ec3c04 >> >> Is there an easy fix? Maybe one could use odcctools as instead of >> Apple version? >> >> Sébastien >> >> > > Sébastien > > > fink g95 does use odcctools.There is a new version of odcctools > though, so you might try updating odcctools and then rebuilding g95. I have tried to recompile g95 with odcctools 622.3-20060925, but it didn't fixed the problem. Sébastien - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] g95 issue with Apple as from XCode 2.4
Hello, I am getting the following error (warning?) for every Fortran program I compile with Fink g95 (0.90-1) on 10.4.7 x86: % cat test.f program hello print *,'Hello World' end % g95 test.f /var/tmp//ccGrwDXl.s:59:indirect jmp without `*' /var/tmp//ccGrwDXl.s:78:indirect jmp without `*' /var/tmp//ccGrwDXl.s:97:indirect jmp without `*' /var/tmp//ccGrwDXl.s:112:indirect jmp without `*' >From what I've read it's a problem with Apple's assembler that comes with XCode 2.4: http://groups-beta.google.com/group/gg95/browse_thread/thread/7f222acfc2ec3c04 Is there an easy fix? Maybe one could use odcctools as instead of Apple version? Sébastien - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] Python variants
Jeff Whitaker <[EMAIL PROTECTED]> writes: > Sebastien Maret wrote: >> Now that Python 2.5 is out, how many variants should we maintain for Python >> versioned packages? > > Sebastien: python23,python24 and python25 are all available in the 10.4 > distribution. So, I'd say three (as long as the package works with 2.3, > I suspect the newest versions of some may not). OK. BTW: would you mind adding py25 variant to numeric-py and numarray-py? I have noticed that you updated scipy-core-py/numpy-py, but I maintain some package that use the older numeric-py and numarray-py. Both seems to work fine with Python2.5 Sebastien - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Python variants
Now that Python 2.5 is out, how many variants should we maintain for Python versioned packages? Sebastien - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] Package test suites
Matthew Sachs <[EMAIL PROTECTED]> writes: > How many of you have packages which have test suites ("make check", > for instance) which it would be useful to run as part of the > buildfink build? > > I know gmp has one which I'm often asked to run. > > If a significant number of packages have these, perhaps it's worth > adding a way to specify it in the .info file (CheckScript?) . I > could implement that feature and hook into it in buildfink if this is > something people are interested in. IMOH, such a check should be at the option of the maintainer, if he/she thinks that such a check is needed. AFAIK, such tests can significantly increase the time needed to build a package (c.f. post about glib a few weeks ago). Sébastien - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] future of gnucash and hbci
Sebastien Maret <[EMAIL PROTECTED]> writes: > I am working on upgrading aqbanking packages and its dependencies to > add bci support in Gnucash package. I'll let you know when I am finished. I've upgraded gnucash and its dependencies in my experimental branch yesterday. Axel, David, could you please let me know if hcbi and ofx works as expected, so I can move the package to unstable? Sébastien - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] future of gnucash and hbci
Hi David and Axel, I am working on upgrading aqbanking packages and its dependencies to add bci support in Gnucash package. I'll let you know when I am finished. Sébastien - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] SVN building failure
Forget about my last post. This has already been reported on -devel last week, but it isn't fixed yet apparently. Sébastien Sebastien Maret <[EMAIL PROTECTED]> writes: > svn-1.2.3-1003 fails to build on 10.4 PPC with the following message: > > configure: Apache Portable Runtime (APR) library configuration > checking for APR... yes > checking APR version... 0.9.12 > wanted regex is 0\.9\.[5-9] or 1\. > configure: error: invalid apr version found > ### execution of /var/tmp/tmp.1.DAkIDr failed, exit code 1 > Removing build lock... > /sw/bin/dpkg-lockwait -r fink-buildlock-svn-1.2.3-1013 > (Reading database ... 90116 files and directories currently installed.) > Removing fink-buildlock-svn-1.2.3-1013 ... > Failed: phase compiling: svn-1.2.3-1013 failed > > Sébastien > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] SVN building failure
svn-1.2.3-1003 fails to build on 10.4 PPC with the following message: configure: Apache Portable Runtime (APR) library configuration checking for APR... yes checking APR version... 0.9.12 wanted regex is 0\.9\.[5-9] or 1\. configure: error: invalid apr version found ### execution of /var/tmp/tmp.1.DAkIDr failed, exit code 1 Removing build lock... /sw/bin/dpkg-lockwait -r fink-buildlock-svn-1.2.3-1013 (Reading database ... 90116 files and directories currently installed.) Removing fink-buildlock-svn-1.2.3-1013 ... Failed: phase compiling: svn-1.2.3-1013 failed Sébastien Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] Anacron
On May 23, 2006, at 4:03 PM, Brendan Cully wrote: On Tuesday, 23 May 2006 at 14:15, Sebastien Maret wrote: I think that the /sw/var/spool/anacron directory created by the anacron package should be writable to all user. Right now it is only writable by the root user, so anacron does not work for non-root users. % anacron -d Anacron 2.3 started on 2006-05-23 anacron: Can't open timestamp file for job cron.daily: Permission denied anacron: Aborted Don't you already have to be root to add anacron jobs? No. A non-root user can create a anacrontab file in is own directory an run anacron with the -t option. Sébastien --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Anacron
I think that the /sw/var/spool/anacron directory created by the anacron package should be writable to all user. Right now it is only writable by the root user, so anacron does not work for non-root users. % anacron -d Anacron 2.3 started on 2006-05-23 anacron: Can't open timestamp file for job cron.daily: Permission denied anacron: Aborted Sébastien --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] lablgtk2-2.6.0-2 fails to compile on 10.4 intel
On May 23, 2006, at 6:23 AM, Jean-François Mertens wrote: A fix is to add SetLIBRARY_PATH: %b/src in the info file. That fixed the problem. Thanks ! Sébastien --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Help needed in packaging Gnucash
I am working on a package for Gnucash 1.9.x (beta versions for Gnucash 2.0 that should be released soon). The package is my in exp branch. It compiles fine, but there is a problem with shared libs: % gnucash ERROR: In procedure dynamic-link: ERROR: file: "libgw-core-utils", message: "dlopen(libgw-core-utils.so, 9): image not found" The package has the following splitoffs: gnucash-dev and gnucash-shlibs. When gnucash-dev is installed, gnucash works fine. gnucash-dev contains the following file: lrwxr-xr-x root/admin0 2006-05-06 19:37:09 ./sw/lib/libgw-core-utils.dylib -> libgw-core-utils.0.0.0.dylib while gnucash-shlibs contains: -rwxr-xr-x root/admin17932 2006-05-06 19:37:09 ./sw/lib/libgw-core-utils.0.0.0.dylib lrwxr-xr-x root/admin0 2006-05-06 19:37:09 ./sw/lib/libgw-core-utils.0.dylib -> libgw-core-utils.0.0.0.dylib It looks like gnucash needs the symlink /sw/lib/libgw-core-utils.dylib. Any idea of what the problem is ? Sebastien --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Feedback needed: GSL on Intel Mac
I've updated GSL package in my unstable branch in order to compile on Intel Mac. See: http://lists.gnu.org/archive/html/bug-gsl/2006-02/msg2.html Could somebody try to compile it on Intel Mac and report to me off list? The .info and .patch files are in my unstable branch: http://cvs.sourceforge.net/viewcvs.py/fink/experimental/bmaret/finkinfo/gsl.info http://cvs.sourceforge.net/viewcvs.py/fink/experimental/bmaret/finkinfo/gsl.patch Thanks, Sébastien --- 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=lnk&kid=110944&bid=241720&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Re: g77--> gfortran transition
Jeff Whitaker <[EMAIL PROTECTED]> writes: > Hi: Since gcc4-4.1 is now in 10.4 and 10.4-transitional unstable, the > transition from g77 to gfortran can begin. AFAICT, there are 3 things > that need to be changed in most packages that depend on g77: > > 1) remove the 'Architecture: powerpc' field. > 2) change 'BuildDepends: g77' to 'BuildDepends: gcc4 (>= 2:4.1.0-1) > 3) add '--with-f77=gfortran' or equivalent to ConfigureParams. > > In addition, if the package links fortran code to c++ code, you'll > need to make sure it uses g++-4.0. In the 10.4 tree this is done > automatically, but in 10.4-transitional I think this requires adding > > SetCXX: g++-4.0 Is this really a good idea? I guess that would creates ABI compatibility issues if the packages links against librairies compiled with g++-3.3. Indeed, I don't see the point in moving from g77 to gfortran in 10.4-trans, since this branch does not support Intel Macs anyway. We can probably leave g77 in 10.4-trans, and use gfortran in 10.4 non trans. Sébastien --- 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=lnk&kid=110944&bid=241720&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] BloGTK run time error
I get the following error with blogtk-1.0.6 at run time (10.4 non trans PPC). % blogtk Traceback (most recent call last): File "/sw/bin/blogtk", line 14, in ? import gtkhtml2 ImportError: No module named gtkhtml2 Maybe a missing dependency (gtkhtml2) in pygtk2-py23? Sébastien --- 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=lnk&kid=110944&bid=241720&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] How to deal with gconf files?
I am updating the gnucash package in fink, but I don't know how to deal with gconf files. There are two types of files. The first ones are .schema files, that get installed in %i/sw/etc/gconf/schemas. For what i saw in other packages, I think that one must past the --disable-schemas-install option to the configure script, declare these files as ConfFiles, and make a PostInstScript: if [ configure = "$1" ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/foo.schemas >/dev/null gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/bar.schemas >/dev/null endif The second type of files are .xml files that get installed in %i/etc/gconf/gconf.xml.defaults/schemas/apps/gnucash. What should I do with those? Sébastien --- 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=lnk&kid=110944&bid=241720&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Re: fltk-x11-1.1.6-11.1 fails to compiles on 10.4 (no trans)
Daniel Macks <[EMAIL PROTECTED]> writes: > Upstream declares CXX=$CC, which only bites us in 10.4 no-trans > 10.4-trans over-rides the internal CXX definition). New .patch > committed to fix it (I think). It now compiles fine on 10.4 no-trans. Sébastien --- 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=lnk&kid=110944&bid=241720&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Re: dists/10.4-transitional/unstable/main/finkinfo/net erc.info,NONE,1.1 erc.patch,NONE,1.1
Brendan Cully <[EMAIL PROTECTED]> writes: > Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27005 > > Added Files: > erc.info erc.patch > Log Message: > New package from tracker #1236469 Doesn't work for me. Emacs says that it can't open erc-compat.el. It's probably not byte-compiled and removed by: rm -f @PREFIX@/share/${FLAVOR}/site-lisp/erc/*.el; in the PostInstScript. Copying it from /sw/share/emacs/site-lisp/erc to /sw/share/emacs22/site-lisp/erc solves the problem. Sébastien --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] HDF5 problem
Compilation of gdl-0.8.11 fails on 10.4.3 because it tries to link to the HDF5 library in the HDF5's build directory. Looks like HDF5 think it lives in /sw/src/fink.build: % h5cc -showconfig | grep LDFLAGS LDFLAGS: -L/sw/src/fink.build/hdf5-1.6.4-2/hdf5-1.6.4/src/.libs -L/sw/lib Sébastien --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Re: New emacs version ?
Andrea Riciputi <[EMAIL PROTECTED]> writes: > Probably before starting with version 22 it would be better to have a > stable version for the 21 flavor. The current cvs snapshot available > through unstable has some (minor) problems. We can start committing a > package for version 21.4 (last stable emacs release) in unstable, > move it into stable in a reasonable time, and then starting to deal > with 22 flavor in unstable. The 21.4 version doesn't support gtk, so we would have to drop the emacs21-gtk package. I am not sure if it would be a problem, since emacs21-gtk could upgrade to emacs22-gtk. Sébastien --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] New emacs version ?
Hi all, I was thinking of committing a new emacs version in unstable. The current one is a pretty old snapshot of the 21 branch. I have a package for the 22 version (cvs snapshot, with . -nox and -gtk variants) in my experimental branch: http://cvs.sourceforge.net/viewcvs.py/fink/experimental/bmaret/finkinfo/ I have been testing it for a week and it seems to work fine. A side question: last commit for emacs21 was about a year ago, so is cswineheart still maintaining it ? Sébastien --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Re: dists/10.4-transitional/unstable/main/finkinfo/sci scipy-py.info,1.4,1.5
Jeff Whitaker <[EMAIL PROTECTED]> writes: > Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3504 > > Modified Files: > scipy-py.info > Log Message: > New upstream version. > > > Index: scipy-py.info > === > RCS file: > /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/scipy-py.info,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -u -d -r1.4 -r1.5 > --- scipy-py.info 2 Aug 2005 18:21:20 - 1.4 > +++ scipy-py.info 16 Nov 2005 18:25:04 - 1.5 [snip] > +Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]> > -Maintainer: Sebastien Maret <[EMAIL PROTECTED]> > -DescPackaging: << > -Originally packaged by Jeffrey Whitaker I guess this means that you want to take back the maintainership of scipy ? Sébastien --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Re: ConfFiles and Python packages variants
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 trackers >>> (#1306090). The package installs a conf file in /sw/etc / that is >>> listed in the ConfFiles: field of the info file. However, when >>> trying to two variant (-py23 and -py24), dpkg complains about >>> overwriting the file: >>> >>> /sw/bin/dpkg: error processing >>> /sw/fink/dists/local/main/binary-darwin-powerpc/tracker/pyx-py23_0.8.1-1_darwin-powerpc.deb >>> (--install): >>> trying to overwrite `/sw/etc/pyxrc', which is also in package pyx-py24 >>> /sw/bin/dpkg-deb: subprocess paste killed by signal (Broken pipe) >>> >>> Isn't dpkg supposed to replace silently the conf file by the new >>> one (or prompt the user if it has changed) ? > > Isn't this happening when you try to install both packages at the same > time? Then it would have nothing to do with the ConfFiles > mechanism. It would only be a question of both packages conflicting > with each other. Or does it happen also when you first remove pyx-py23 > and then install pyx-py24? It happens when both packages are installed at the same time, because both install the same configuration file. I guess I misunderstood the purpose of the ConfFile field. Andrea, I think you should use different conf file for each variants of your package, as suggested by dmacks on #fink yesterday. Sébastien --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Re: How to determine required dependencies?
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 up its package > > I vaguely recall a long time ago seeing a script that would anayze dpkg > contents (running otool on binaries in /sw/*bin/ and /sw/lib/ -- but > maybe I just thought it would be cool to write such a thing. :) 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 looking at the .list files in %s/var/lib/dpkg/info/. It outputs the Depends and BuildDepends in Info format. Sébastien --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] emacsen-common fails to install if /usr/local does not exists
I have noticed that the emacsen-common-1.4.15-2 installation script fails if /usr/local does not exist (which is the case if you move it away to avoid linking againt libraries in it). The problem is in the PostInstScript: if [ ! -e %p/var/lib/emacsen-common/installed-flavors ] then chmod 2775 /usr/local/share/emacs echo -n "" > %p/var/lib/emacsen-common/installed-flavors chmod 644 %p/var/lib/emacsen-common/installed-flavors echo -n "" > %p/var/lib/emacsen-common/installed-flavors fi The chmod will fails if /usr/local does not exist. (maintainer cc'ed) Sébastien --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Re: Binary Installer (0.8.0) not very usable on a non-dev system
Martin Costabel <[EMAIL PROTECTED]> writes: > We should probably state somewhere more prominently that if you want > to work with Fink, you need a "complete installation" of MacOSX, and > this involves > - the BSD tools and X11 from the system installation > - the Xcode developer tools > > I don't think there is any serious excuse nowadays (except lack of > information) for not installing all this. It takes 10 minutes and 2GB > of disk space. Moreover, BSD tools, X11 and XCode are now present on Tiger DVD (I can't remember if it was already the case on Panther). You don't need to go to developer.apple.com and create an account anymore as it used to be. Make it a requirement for a Fink installation sounds reasonable to me. Sébastien --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Re: Yelp causes bus error on Tiger
Daniel Macks <[EMAIL PROTECTED]> writes: > This looks like it *could* be a mozilla bug instead of a yelp one? > Which version of the mozilla pkgs did you have installed when you > compiled yelp? You could try patching the yelp package to link > against firefox instead of mozilla to see if the problem goes away (or > at least changes): Replace mozilla-{dev,shlibs} with the firefox-* > analogs in the *Depends, and change --with-mozilla=mozilla to > --with-mozilla=firefox in ConfigueParams. Linking against firefox indeed fixed the problem. I've committed a new version of the yelp package in my experimental branch. Thanks for the help. --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Re: FEEDBACK REQUEST: cvs-1.12.12 from unstable trees
"Alexander K. Hansen" <[EMAIL PROTECTED]> writes: > I'd like anybody who has been using cvs-1.12.12 to send me any > positive or negative feedback. I've been using it myself with no > incidents, but I'd like to get some more data points before I > consider moving this to stable. Works fine for me. Sébastien --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel