Re: [Fink-devel] strange .tgz file doesn't pass gnutar heuristics, but can be extracted with gunzip and tar
the recent version of tar also accept the -a switch (for auto) Le 16 janv. 2014 à 16:14, TheSin a écrit : > oh nice didn't know that, guess I just feel old since I still use -z ;) > --- > TS > http://www.southofheaven.org/ > Life begins and ends with chaos, live between the chaos! > > On 2014-01-16, at 7:47 AM, Alexander Hansen > wrote: > >> On 1/16/14 6:35 AM, TheSin wrote: >>> shouldn't fink be sending ta -xzvf ?? it's missing the -z for gzip >>> >>> that being said I don't think it'll fix it but it's still odd. >>> --- >>> TS >>> http://www.southofheaven.org/ >>> Life begins and ends with chaos, live between the chaos! >>> >>> On 2014-01-16, at 7:12 AM, Charles Lepple wrote: >>> env LANG=C LC_ALL=C /sw.lion/bin/tar --no-same-owner --no-same-permissions -xvf /Users/clepple/Downloads/CGI-FormBuilder-3.09.tgz /sw.lion/bin/tar: This does not look like a tar archive /sw.lion/bin/tar: Skipping to next header /sw.lion/bin/tar: Exiting with failure status due to previous errors ### execution of env failed, exit code 2 >>> >>> >>> >> >> No, we deliberately dropped adding -z (or -j, or whatever), because tars at >> least as new as the gnu tar from 10.5 are supposed to be able to figure out >> what compression utility is needed, so we can get away with using "tar -xvf" >> on uncompressed tarballs, gzipped tarballs, bzipped tarballs, and xzipped >> tarballs without having to go through conditionals to figure out what >> decompressor is needed. >> >> -- >> Alexander Hansen, Ph.D. >> Fink User Liaison >> My package updates: http://finkakh.wordpress.com/ > > > -- > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > ___ > Fink-devel mailing list > Fink-devel@lists.sourceforge.net > List archive: > http://news.gmane.org/gmane.os.apple.fink.devel > Subscription management: > https://lists.sourceforge.net/lists/listinfo/fink-devel -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] strange .tgz file doesn't pass gnutar heuristics, but can be extracted with gunzip and tar
Hi, not sure it'll help but I've got the same behavior with the gnutar shipped with lion. gnutar version : tar (GNU tar) 1.17 so does the fink version tar --version: tar (GNU tar) 1.26 but the bsdtar works fine on that file bsdtar 2.8.3 - libarchive 2.8.3 Djamé Le 16 janv. 2014 à 15:12, Charles Lepple a écrit : > Just thought I'd throw this out there for the archives, or in case anyone > else has seen something similar. > > I'm attempting to package > http://search.cpan.org/~nwiger/CGI-FormBuilder-3.09/ and I get the following > at the unpack stage: > > env LANG=C LC_ALL=C /sw.lion/bin/tar --no-same-owner --no-same-permissions > -xvf /Users/clepple/Downloads/CGI-FormBuilder-3.09.tgz > /sw.lion/bin/tar: This does not look like a tar archive > /sw.lion/bin/tar: Skipping to next header > /sw.lion/bin/tar: Exiting with failure status due to previous errors > ### execution of env failed, exit code 2 > > But if I manually gunzip the archive, and feed that to tar: > > $ /sw/bin/gnutar tvf ~/Downloads/CGI-FormBuilder-3.09.tar > /sw/bin/gnutar: Ignoring unknown extended header keyword `SCHILY.dev' > /sw/bin/gnutar: Ignoring unknown extended header keyword `SCHILY.ino' > /sw/bin/gnutar: Ignoring unknown extended header keyword `SCHILY.nlink' > drwxr-xr-x nateware/wheel0 2013-11-29 22:06 CGI-FormBuilder-3.09/ > /sw/bin/gnutar: Ignoring unknown extended header keyword `SCHILY.dev' > /sw/bin/gnutar: Ignoring unknown extended header keyword `SCHILY.ino' > /sw/bin/gnutar: Ignoring unknown extended header keyword `SCHILY.nlink' > -rw-r--r-- nateware/wheel 17748 2013-11-29 22:06 CGI-FormBuilder-3.09/Changes > > (etc.) > > $ ls -l /sw/bin/tar > lrwxr-xr-x 1 root admin 4 Nov 17 11:56 /sw/bin/tar@ -> gtar > $ ls -l /sw/bin/gnutar > lrwxr-xr-x 1 root admin 4 Nov 17 11:56 /sw/bin/gnutar@ -> gtar > > It looks like the GNU tar heuristics get confused by the extended headers > when presented with the .tgz. > > In the short term, I think I'll just try the Debian .orig.tar.gz, but has > anyone run across this before? (I'm assuming this is from Schily's S tar, or > something similar.) > > $ fink --version > Package manager version: 0.36.3.1 > Distribution version: selfupdate-cvs Thu Jan 16 08:54:42 2014, 10.7, x86_64 > Trees: local/main stable/main > > -- > Charles Lepple > clepple@gmail > > > > > -- > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > ___ > Fink-devel mailing list > Fink-devel@lists.sourceforge.net > List archive: > http://news.gmane.org/gmane.os.apple.fink.devel > Subscription management: > https://lists.sourceforge.net/lists/listinfo/fink-devel -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] is there a way to get fink's xemacs to display utf-8 ?
Le 27 août 2012 à 22:35, Alexander Hansen a écrit : > On 8/27/12 11:57 AM, DJamé Seddah wrote: >> Hi everyone, >> I've tried everything I could find to get xemacs to display utf8 and so far >> I failed. I'll be really glad if someone could provide some help or a binary >> compiled with the mule option. >> >> I even tried to compile xemacs 21.5.29 with some of Choi's patches (the >> author of the carbon version) but the compilation failed badly. >> By any chance did someone manage to compile it? >> >> I'm not very informative but as 21.5.29 is not on the fink's list, it's >> probably not the right place to issue a bug report. >> >> >> >> Best, >> Djamé >> >> > > Did "everything" include making a local copy of the package description, > along the lines of: > > http://finkers.wordpress.com/2009/07/24/creating-local-packages/ > > then editing the ConfigureParams and adding "--with-mule"? > > If not, try that and let us know what happens. Ok, thanks that was the tip to use :) What I don't understand is that in various places, mules support in xemacs is claimed as not being robust and has been deprecated for years, but apparently it's working quietly. This was why I tried one of the latest devel version. Thanks again, Djamé ps: is there a tool or something to apply the default mac os X fonts to X11's setting (like something that'll generate a good .Xdefaults for exemple). I remember that back in the gnome 1.x day there was a tool in the control center which tried to make X11 apps fits better with the overall desktop theme. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] is there a way to get fink's xemacs to display utf-8 ?
Hi everyone, I've tried everything I could find to get xemacs to display utf8 and so far I failed. I'll be really glad if someone could provide some help or a binary compiled with the mule option. I even tried to compile xemacs 21.5.29 with some of Choi's patches (the author of the carbon version) but the compilation failed badly. By any chance did someone manage to compile it? I'm not very informative but as 21.5.29 is not on the fink's list, it's probably not the right place to issue a bug report. Best, Djamé -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] list of dependencies for mc (SL) broken ?
Hi list, I just installed fink on a brand new 10.6.4 install (using rsync, selfupdate, etc.) and I wanted to install mc (fink install mc) and I'm astonished about the amount of stuff that seems to be needed for this soft: 57 pkgs, among which one can find tcl/tk, sgml*, libjpeg, docbook and so on... I've installed this soft I don't know how many times on various system (solaris, true64, many linux) and usually it only asked for glib, readline, gettext, libncurse, libgz, libzip and that's it... not this whole mess. Is there anything broken here ? Best, Djamé ps: btw, does anyone know what happenned to Augusto Devegili (I think he was maintening fink commander ? some of his former collegues/ friends and I have tried to reach him without success for months, we start to be a bit worried -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] working set of patches for xmms ?
Le 23 mars 10 à 12:55, Alexander Hansen a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 3/22/10 4:19 PM, Djamé Seddah wrote: >> Hi everyone, >> I know that xmms is not maintained by upstream anymore but I would >> like to know if anyone has a working set of patches for xmms. Right >> now it coredumps at launch. It used to work perfectly well >> on my panther G4 laptop. >> > > And you're on what OS/architecture now? Sorry, for the late answer, I totally missed your reply. I'm on mbp intel/ leopard 10.5.8 I'm aware that xmms comes with a lout of old libs but really I hate the new itunes sound, especially whith treebles. Thanks, Djamé -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] working set of patches for xmms ?
Hi everyone, I know that xmms is not maintained by upstream anymore but I would like to know if anyone has a working set of patches for xmms. Right now it coredumps at launch. It used to work perfectly well on my panther G4 laptop. Reason for this ? i found the sound quality of itunes to decrease over time and in my memories, xmms sounds a lot better so I wanted to try if it was still true. Best, Djamé -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] Equivalent of rpm --just-db with fink ?
> > How about actually filing a useful bug report for your failure so that > we can fix the problem? because I'm not sure it comes from fink, I have an unusual configuration with a lot of env variable like PERL5LIB, some perl modules installed in my own arch/cpan, some others in /sw/lib , some others in /usr/lib/perl, it's a giant mess so in order to submitt a bug report I'd have to do a clean install and retry. so if someone does confirm this behaviour, I'd be happy to submit one otherwise I'll skip. Djamé -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Equivalent of rpm --just-db with fink ?
Hi list, i'm trying to install dbi-pm588-1.607-1 and whereas the fink install failed, the compilation by hand in the / sw/src/dbi.. directory worked perfectly well so I' d like to do something like fink install --just-db dbi-pm588 which would mean that only the fink database would get updated no the actual filesystem is that possible with fink or do I have to use some tricky apt-get options but I would rather not, last time I tried to use both fink and apt in the same time resulted in me screwing my panther/ppc fink installation Best, Djamé -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] Bug in in mc install (10.5) and some others
Hi Augusto, thanks for the tip, it did the trick but one thing which is just killing me is why, why does fink need to recompile every single package I want to install now that I got it updated ? I just cannot understand why if the bug was known, the binary distribution is still carrying the old fink ? Now, I have the feeling on being in my first gentoo week... I know that fink is a communatary project with very few ressources and it has to support I don't know how many configuration so i'm not going to throw any stone to anyone of course, it's just that maybe things shouldn't be that anal when it goes when updating fink : No, not everything has to be recompile because the wrapper was updated... even the -b doesn't change anything.. Best anyway, enjoy your brasilian sun, we're freezing out here Djamé Le 7 janv. 10 à 08:50, monipol a écrit : > Salut, Djamé. > > On 07/01/2010, at 00:07, DJamé Seddah wrote: >> I had to do a clean reinstall of my system (too bad, really) and I >> used the binary distribution 10.5 for intel > > As explained in another medium, you've been trapped into the point > distribution. If you haven't already (and for the record), please > follow the steps at http://www.finkproject.org/faq/upgrade-fink.php?phpLang=en > >> -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Bug in in mc install (10.5) and some others
Hi list, I had to do a clean reinstall of my system (too bad, really) and I used the binary distribution 10.5 for intel 1° when mc is installed with fink install mc then run, it gives this answer [dj...@djame-seddahs-mac-pro /]$ mc dyld: Library not loaded: /sw/lib/libintl.1.dylib Referenced from: /sw/bin/mc Reason: image not found Trace/BPT trap quick workaround : sudo ln -s libintl.dylib libintl.1.dylib in /sw/lib that does the trick 2° I encountered the tetex bug which implies that the date has to be set any time before june 2009 (thank god for the list archive) 3° not related but fink commander doesn't want to take any input on its search field (my system is set to have the "input" menu with the session open windows,that has the side effect of adding a flag icon in some fields, I guess this is the problem (this one is for you augusto :) ) 4° Perl issues (I have another installation of perl 5.8.8 in /usr/ local and I guess that fink is messed up with that ) example : $ sudo fink cleanup Information about 2516 packages read in 0 seconds. Collecting active source filenames... Can't locate Config.pm in @INC (@INC contains: /usr/local/lib/ perl5/5.8.8/darwin-2level /usr/local/lib/perl5/5.8.8 /usr/local/lib/ perl5/site_perl/5.8.8/darwin-2level /usr/local/lib/perl5/site_perl/ 5.8.8 /usr/local/lib/perl5/site_perl .). BEGIN failed--compilation aborted. Use of uninitialized value in concatenation (.) or string at /sw/lib/ perl5/Fink/PkgVersion.pm line 910.( (above line repeted n times) ... Obsolete sources deleted from /sw/src: 0 Scanning deb collection... Obsolete deb packages deleted from fink trees: 0 Obsolete symlinks deleted: 0 /sw/bin/apt-get-lockwait -q --option APT::Clean-Installed=false autoclean ^CReading Package Lists... Building Dependency Tree... Obsolete deb packages deleted from apt cache: 0 Anyway, that's all I've found and I'm glad that fink still exists after all this time (first install on panther for me) Best, Djamé -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] GCJ on fink and best mtune and march option
Le 16 nov. 09 à 15:05, Jack Howarth a écrit : > Djamé, > I assume that you are building gcc44 on i386 fink, correct? > Currently > the gcc4x packages don't build a multilib for libjava in order to > reduce > the build time. So you will have to use x86_64 fink in order to > obtain a > gcj that generates 64-bit code on Intel darwin. > Keep in mind that there is an issue with FSF gcc that prevents > java files > from being compiled with gcj... > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41991 > > that isn't resolved yet. You will want to install the ecj package and > use that to compile the java files into class files which gcj appears > to compile okay. >Jack > ps I guess I could change gcc45 to build the full libjava multilib on > i386 and x86_64 fink if folks don't object to the additional compile > time. Hi thanks for your answer, so I guess that it means that the os x gcj port is not really usable as it for java files ? 1) how about compiling the C files produced by gcj run on a linux machine (it's working just fine on mandriva x86_64) 2) does it work for the class files (or compiling a jar ?) about your ps : I think that it will be nice if gcj could behave the same way regular os x gcc does : for example being able to use -march i386 -march x86_64 -march ppc - march ppc64 with gcj to generate universal binaries for example anyway, the compilation time is awfully long on my macbook pro (2008 with 2gig of ram), do you know where I could get some precompiled packages ? Best, Djamé -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] GCJ on fink and best mtune and march option
Hi list, I'm currently compiling gcj on my fink distro (intel, 10.5) and the default tuning choice seems to be -mtune=k8 -march=k8 isn't it a bit weird ? I thought that the flags of choice for core 2 duo architectures (mbp pro) were -mtune=nocona -march=nocona another question : the compiling machine flag is -m32 does it mean that my gcj will only be able to generate 32 bit code or I should not worry and let fink handles itself ? Btw, I also have a nehalem (8 core and intel xeon E5520), does anyone know what are the best compiler flag for this monster ? Thanks for all anwsers, Djamé -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] where to upload leopard compiled packaged binaries ?
Le 7 avr. 08 à 23:10, Alexander Hansen a écrit : > DJamé Seddah wrote: >> Hi list, >> I'd like to know where I could upload some (92 meg actually) >> binaries i've made today. >> >> here's the list of the packages I'd like to upload >> >> Regards, >> >> >> Djamé >> >> >> (..) >> > We don't currently have a mechanism to do this. At minimum, we would > need to check whether contributed binaries don't have any cross- > linking with e.g macports, so that they aren't immediately broken > for users. I don't believe the .deb file validator has a mechanism > to do that. > Beyond that, there are other logistical issues that we would require > for contributed binaries--signatures, etc.--those aren't in place. > Hi, I'm not using macport so there's nothing linked there. But I don't get it. These are just genuine package created somewhere in 10.5/ hierarchy by the command sudo fink install soundtracker (by the way, I can't believe that for this only apps, it required to recompile everything from latex to doxygen) Now for example I want to compile cantus (an excellent, if not the best, id3 tag editor) and for this half of my packages have to be recompiled to get gtkmm2.4-dev, so I propose to just upload the packages created by the very soft everyone's here is using and then you tell me to forget about it because that needs a lot of securicy issues fixing and whatever. Ok, whatever. Maybe you could just trust your own soft and allow people to add something like unstable/contributed_binaries and let them upload binaries because it will save the hassle of recompiling everything for hours. It's not like I don't like to compile stuff myself, I just hate that, otherwise i'll be running gentoo for the sake of checking that my gcc suite is working 24/24. > That being said, I don't think it would necessarily be a bad idea > for the project to allow for contributed binaries, as long as they > pass a quality control check. > Thanks for the answers, I'll see if I can find a ftp somewhere and spread the rumour that fink binaries for leopard are available there. Cheers, Djamé - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. 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] where to upload leopard compiled packaged binaries ?
Hi list, I'd like to know where I could upload some (92 meg actually) binaries i've made today. here's the list of the packages I'd like to upload Regards, Djamé .//local/injected/binary-darwin-i386/update-packages/rman_3.1-1_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/apt-dev_0.5.4-1054_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/apt-shlibs_0.5.4-1054_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/apt_0.5.4-1054_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/bzip2-dev_1.0.3-1_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/bzip2-shlibs_1.0.3-1_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/bzip2_1.0.3-1_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/dpkg_1.10.21-1225_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/expat-shlibs_1.95.8-3_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/expat1-shlibs_2.0.1-1_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/expat1_2.0.1-1_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/expat_1.95.8-3_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/fink- mirrors_0.27.10.1-1_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/fink_0.28.1-31_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/fink_0.28.1-41_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/gettext-bin_0.14.5-1_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/gettext-bin_0.14.5-2_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/gettext- dev_0.10.40-125_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/gettext-dev_0.10.40-24_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/gettext-doc_0.14.5-1_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/gettext-doc_0.14.5-2_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/gettext-tools_0.14.5-3_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/gettext_0.10.40-125_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/gettext_0.10.40-24_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/libgettext3- dev_0.14.5-1_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/libgettext3- dev_0.14.5-2_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/libgettext3- shlibs_0.14.5-1_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/libgettext3- shlibs_0.14.5-2_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/libgettextpo2- dev_0.14.5-3_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/libgettextpo2- shlibs_0.14.5-3_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/libiconv-bin_1.10-6_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/libiconv-bin_1.12-3_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/libiconv-dev_1.10-6_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/libiconv-dev_1.12-3_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/libiconv_1.10-6_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/libiconv_1.12-3_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/passwd_20070812-21_darwin- i386.deb .//unstable/main/binary-darwin-i386/base/tar_1.15.1-13_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/tar_1.16.1-1_darwin-i386.deb .//unstable/main/binary-darwin-i386/base/unzip_5.52-12_darwin-i386.deb .//unstable/main/binary-darwin-i386/devel/autoconf2.5_2.61-2_darwin- i386.deb .//unstable/main/binary-darwin-i386/devel/autoconf_2.61-2_darwin- i386.deb .//unstable/main/binary-darwin-i386/devel/automake1.5_1.5-9_darwin- i386.deb .//unstable/main/binary-darwin-i386/devel/automake1.9_1.9.6-4_darwin- i386.deb .//unstable/main/binary-darwin-i386/devel/gtk-doc_1.6-1003_darwin- i386.deb .//unstable/main/binary-darwin-i386/devel/intltool_0.35.5-201_darwin- i386.deb .//unstable/main/binary-darwin-i386/devel/libtool14- shlibs_1.5.26-2_darwin-i386.deb .//unstable/main/binary-darwin-i386/devel/libtool14_1.5.26-2_darwin- i386.deb .//unstable/main/binary-darwin-i386/devel/m4_1.4.10-1_darwin-i386.deb .//unstable/main/binary-darwin-i386/devel/make_3.81-2_darwin-i386.deb .//unstable/main/binary-darwin-i386/devel/pkgconfig_0.22-2_darwin- i386.deb .//unstable/main/binary-darwin-i386/gnome/gdk-pixbuf- shlibs_0.22.0-13_darwin-i386.deb .//unstable/main/binary-darwin-i386/gnome/gdk-pixbuf_0.22.0-13_darwin- i386.deb .//unstable/main/binary-darwin-i386/gnome/gnome-libs- dev_1.4.2-53_darwin-i386.deb .//unstable/main/binary-darwin-i386/gnome/gnome-libs- shlibs_1.4.2-53_darwin-i386.deb .//unstable/main/binary-darwin-i386/gnome/gnome-libs_1.4.2-53_darwin- i386.deb .//unstable/main/binary-darwin-i386/gnome/gtk+-data_1.2.10-51_darwin- i386.deb .//unstable/main/binary-darwin-i386/gnome/gtk+-shlibs_1.2.10-51_darwin- i386.deb .//unstable/main/binary-darwin-i386/gnome/gtk+_1.2.10-51_darwin-i386.deb .//unstable/main/binary-darwin-i386/gnome/orbit-dev_0.5.17-17_darwin- i386.deb .//unstable/main/binary-darwin-i386/gnome/orbit- shlibs_0.5.17-17_darwin-i386.deb .//unstable/m
Re: [Fink-devel] [fixed] mc 4.6.1 on 10.5.2 leopard
Le 25 mars 08 à 01:46, Martin Costabel a écrit : > DJamé Seddah wrote: >> Hi list, >> coming from an upgrade from tiger 10.4.7, I followed the fink >> leopard's how-to and I realized that mc was not working >> properly (version 4.6.0), so after having tried various >> combinaison and patches > > Did you also try to activate the unstable tree and to install Fink's > libiconv-1.12 and mc-4.6.1? actually, it is activated. Here's what I have on my fink.conf. I found it weird as well that I had to do all of this manually. # Fink configuration, initially created by bootstrap.pl Basepath: /sw RootMethod: sudo Trees: local/main stable/main stable/crypto unstable/main unstable/ crypto Distribution: 10.4 ConfFileCompatVersion: 1 Mirror-apache: http://www.apache.org/dist Mirror-apt: http://bindist.finkmirrors.net/bindist Mirror-cpan: ftp://ftp.u-strasbg.fr/CPAN Mirror-ctan: ftp://ftp.jussieu.fr/pub/TeX/CTAN Mirror-debian: ftp://ftp.debian.org/debian Mirror-gimp: ftp://ftp.gimp.org/pub/gimp Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME Mirror-gnu: ftp://ftp.gnu.org/gnu Mirror-kde: ftp://ftp.kde.org/pub/kde Mirror-master: http://distfiles.bru.be.eu.finkmirrors.net/ Mirror-rsync: rsync://master.us.finkmirrors.net/finkinfo/ Mirror-sourceforge: http://ovh.dl.sourceforge.net/sourceforge/ MirrorContinent: eur MirrorCountry: eur-fr MirrorOrder: MasterFirst ProxyPassiveFTP: true UseBinaryDist: true Verbose: 1 SelfUpdateMethod: point > > >> I've found the following method >> download vanilla libiconv 1.12 from gnu rep > [] >> download vanilla mc 4.6.1 from >> http://www.linuxfromscratch.org/blfs/view/svn/general/mc.html > [] > > -- > Martin > - 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
[Fink-devel] [fixed] mc 4.6.1 on 10.5.2 leopard
Hi list, coming from an upgrade from tiger 10.4.7, I followed the fink leopard's how-to and I realized that mc was not working properly (version 4.6.0), so after having tried various combinaison and patches I've found the following method download vanilla libiconv 1.12 from gnu rep 1) ./configure --prefix=/sw ; make ; make install strangly, this lib didn't want to install if the prefix was not /sw (eg. /usr/local) download vanilla mc 4.6.1 from http://www.linuxfromscratch.org/blfs/view/svn/general/mc.html apply bash-3.12 patch then 1) ./configure --prefix=/sw --without-x --with-screen=ncurses -- prefix=/sw ; make ; make install and so far, everything seems to work what was not working 1) erratic behaviour when changing directory (eg. cannot change directory ; subshell display was corrupted ) 2) recompilation using fink install mc (error in linking) all of this will be fixed if libiconv 1.12 and bash patch are applied and installed - 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
[Fink-devel] xemacs compiled with Xft support ?
Hi list, Does anyone know if it's possible to build xemacs on fink with xft support in order to have some sort of antialiasing ? I grabbed the xemacs source from the fink's directory and according to ./configure --help it has no --with-xft=emacs,menubar option i'm using fink for 10.4 Thanks Djamé - 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] An option to build universal binaries ?
> (..) > Not to burst your bubble, but I've thought about this a lot (and built > probably 40 individual KDE dependencies as universal packages > manually) > and it's just not feasible. > Thanks for you long answer but I wonder how come it seems more feasible in the macport project ? http://trac.macosforge.org/projects/macports/wiki/ FAQ#IsMacPortsUniversal I know that it's not possible for every package (especially for those who need to be bootstraped, in that case UB means basically cross compilation+emulation (doable on mactel not on ppc except by the mean of qemu so very unlikely to work flawlessly) but I would have loved to have a magic option :) Thanks for your time anyway, Djamé - 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
[Fink-devel] An option to build universal binaries ?
Hi, I would like to know if it would be possible to use fink to build a whole universal binary hierarchy under /sw ? the idea is to have a shared directory using nfs for ppc and x86 so if it exists an option to add to fink.conf, that would be nice to let me know Regards, Djamé - 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
[Fink-devel] cdrtools on fink ?
Hi list, I can't get fink to download and install cdrtools on os X (intel, 10.4.7, latest version of fink) even though it contains the folowing files for cdrtools /sw/fink/10.4/unstable/main/finkinfo/utils/cdrtools.info /sw/fink/10.4/unstable/main/finkinfo/utils/cdrtools.patch I applied the patch to the relevant tarball (2.0.1) and it doesn't compile. Does someone have any clue about what happenned to the port of cdrtools ? Thanks Djamé - 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