Koen van der Drift wrote: [] > File: plplot.info Status: Up-to-date > > Working revision: 1.48 > Repository revision: 1.48 /cvsroot/fink/dists/10.4/unstable/main/ > finkinfo/sci/plplot.info,v > Sticky Tag: (none) > Sticky Date: (none) > Sticky Options: -ko
Yes, that's the one I have built successfully here. >> There were and are quite a few different versions of this on CVS that >> all have the same version-revision. BTW, you *are* talking about >> plplot >> -5.8.0-1008, aren't you? > > No, it's plplot-5.8.0-1007, which is the same as on the website: > http://pdb.finkproject.org/pdb/package.php/plplot My fault, sorry; I got confused by the many cvs diff's I looked at. I have -1007, too. There is indeed a -1008, but in the pangocairo branch. [] > I get: > > configureparams: --prefix=/sw --mandir=/sw/share/man --infodir=/sw/ > share/info --with-python-incdir=/sw/include/python2.5 \ --with- > freetype2-libdir=/sw/lib/freetype219/lib --with-freetype2-incdir=/sw/ > lib/freetype219/include/freetype2 \ --with-freetype-font-dir=/usr/ > X11R6/lib/X11/fonts --with-gd-libdir=/sw/lib --with-gd-incdir=/sw/ > include \ --with-java-home=/Library/Java/Home TCLLIBDIR=/sw/lib > TKLIBDIR=/sw/lib AQTINCDIR=/sw/include/aquaterm \ --with-wxwidgets- > bindir=/sw/bin \ --without-rpath --build=powerpc-apple-darwin --with- > prebuiltdoc --with-onsgmls \ --with-pkg-config --with-pthreads --with- > ltdlsystem --enable-f95 FC=gfortran F77=gfortran \ --enable-xterm -- > with-x --disable-java \ --disable-dependency-tracking But the output you were showing at the beginning of this thread was clearly not following the --disable-dependency-tracking directive. Strange... Anyway, I found something weird here which might explain what is happening to you (BTW, the echo -n stuff is a red herring, annoying but harmless): The directory /sw/lib/wx/ has wrong permissions 644: drw-r--r-- 4 root admin 136 Mar 14 08:26 /sw/lib/wx/ This prevents the script /sw/bin/wx-config, which is a symlink to /sw/lib/wx/config/gtk2-unicode-release-2.8, from being executed, although the latter has permissions 755. I don't know if this has been like this already before or if it is a result of the recent security update, but it seems that you can't execute anything below a non-executable directory. Your situation is not quite the same as mine, because you were able to execute /sw/bin/wx-config, whereas I am not, but anyway you could try if chmod +x on that directory sudo chmod 755 /sw/lib/wx/ allows you to build plplot. Or, last question, did you perhaps build-as-nobody? If yes, don't. -- Martin ------------------------------------------------------------------------- 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