Re: [Fink-users] re-alpine build failure on 10.9
On Mon, 18 Nov 2013 18:59:09 + (GMT), Viv Kendon wrote: trying to install re-alpine-2.02-4 on a set up from scratch > 10.9 case sensitive iMac: > > gcc -DHAVE_CONFIG_H -I../../../include -I../../../include > -I/sw/include -I/sw/include -g -D_THREAD_SAFE -Dbsd -g -O2 -MT > alpined.o -MD -MP -MF .deps/alpined.Tpo -c -o alpined.o alpined.c > alpined.c:763:50: error: no member named 'result' in 'struct Tcl_Interp' >...case TCL_OK : peReturn(cs, "OK", interp->result); break; >~~ ^ > alpined.c:764:55: error: no member named 'result' in 'struct Tcl_Interp' >...case TCL_ERROR : peReturn(cs, "ERROR", interp->result); break; > ~~ ^ The result member appears to have been removed from the Tcl_Interp struct in tcl-8.6. Fink's tcltk is 8.5ish on 10.[78] but 8.6ish on 10.9. There's a Tcl_GetStringResult accessor function, not sure how long ago it was added (i.e., whether re-alpine could use Tcl_GetStringResult(interp) on all 10.[789] or would need separate ones for each tcl version). dan -- Daniel Macks dma...@netspace.org -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk ___ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
Re: [Fink-users] re-alpine build failure on 10.9
I think alpine has leapfrogged re-alpine again and you may just want to switch. On Mon, 18 Nov 2013, Viv Kendon wrote: > trying to install re-alpine-2.02-4 on a set up from scratch > 10.9 case sensitive iMac: > > gcc -DHAVE_CONFIG_H -I../../../include -I../../../include > -I/sw/include -I/sw/include -g -D_THREAD_SAFE -Dbsd -g -O2 > -MT alpined.o -MD -MP -MF .deps/alpined.Tpo -c -o alpined.o > alpined.c > alpined.c:763:50: error: no member named 'result' in 'struct > Tcl_Interp' > ...case TCL_OK : peReturn(cs, "OK", > interp->result); break; > ~~ ^ > alpined.c:764:55: error: no member named 'result' in 'struct > Tcl_Interp' > ...case TCL_ERROR : peReturn(cs, "ERROR", > interp->result); break; > ~~ ^ > alpined.c:765:55: error: no member named 'result' in 'struct > Tcl_Interp' > ...case TCL_BREAK : peReturn(cs, "BREAK", > interp->result); break; > ~~ ^ > alpined.c:766:56: error: no member named 'result' in 'struct > Tcl_Interp' > ...case TCL_RETURN : peReturn(cs, "RETURN", > interp->result); break; > ~~ ^ > Package manager version: 0.36.1 > Distribution version: selfupdate-rsync Mon Nov 18 15:38:11 > 2013, 10.9, x86_64 > Trees: local/main stable/main > Xcode.app: 5.0.2 > Xcode command-line tools: 5.0.1.0.1.1382131676 > re-alpine-2.02-4 is set to build with only one job. -- Hisashi T Fujinaka - ht...@twofifty.com BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk ___ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
Re: [Fink-users] bzr-git-py 0.6.11 signature error
On Nov 18, 2013, at 11:33 AM, Daniel Johnson wrote: > > >> On Nov 18, 2013, at 10:53 AM, Derek Homeier >> wrote: >> >> Hi, >> >> the bzr-git source has an incorrect MD5SUM and appears to be missing from >> each and every mirror >> for weeks (seems this package is not really used a lot…): >> >> curl --connect-timeout 30 -f -L -A 'fink/0.36.0' -O >> http://distfiles.sjc.ca.us.finkmirrors.net/bzr-git-0.6.11.tar.gz >> % Total% Received % Xferd Average Speed TimeTime Time Current >>Dload Upload Total SpentLeft Speed >> 0 00 00 0 0 0 --:--:-- --:--:-- --:--:-- 0 >> curl: (22) The requested URL returned error: 404 Not Found >> ### execution of curl failed, exit code 22 >> Downloading the file "bzr-git-0.6.11.tar.gz" failed. >> >> (1)Give up >> (2)Retry the same mirror >> (3)Retry another mirror from your continent >> (4)Retry another mirror >> (5)Retry using original source URL >> >> Default answer will be chosen in 120 seconds... >> How do you want to proceed? [5] >> curl --connect-timeout 30 -f -L -A 'fink/0.36.0' -O >> http://samba.org/\~jelmer/bzr/bzr-git-0.6.11.tar.gz >> % Total% Received % Xferd Average Speed TimeTime Time Current >>Dload Upload Total SpentLeft Speed >> 100 329 100 3290 0903 0 --:--:-- --:--:-- --:--:-- >> 903 >> 100 117k 100 117k0 0 66317 0 0:00:01 0:00:01 --:--:-- >> 146k >> The checksum of the file is incorrect. The most likely cause for this is a >> corrupted or incomplete download >> Expected: 8d55b1a6bfaf23394dc468c6a4014c90 >> Actual: MD5(105eb8c52dca00e3eaf27a45929e4fab) >> SHA1(211f0ee32ee30a96c8be9f09432ac66b24eb597c) >> Downloading the file "bzr-git-0.6.11.tar.gz" failed. >> >> When changing the MD5 manually, it builds on 10.8, but with a couple more >> than the mentioned 3 >> test failures: >> >> bzr selftest: /sw/bin/bzr-py27 >> /sw/lib/python2.7/site-packages/bzrlib >> bzr-2.6.0 python-2.7.6 Darwin-12.5.0-x86_64-i386-64bit >> ... >> -- >> Ran 244 tests in 5.233s >> >> FAILED (errors=15, known_failure_count=1) >> 1 test skipped >> Missing feature 'Missing tdb' skipped 6 tests. >> >> There is a version 0.6.12 on the author's page (md5sum >> aa4dcd4fa03631c4802bc7795af7932b), which fares >> a bit better: >> -- >> Ran 244 tests in 6.009s >> >> FAILED (errors=3, known_failure_count=2) >> 1 test skipped >> Missing feature 'Missing tdb' skipped 6 tests. >> >> Cheers, >> Derek >> > > It's probably not used very much. :) > I'll take a look at it tonight. I see that there's a version 0.6.12 available > too. > > Daniel > Ok, version 0.6.12 builds for me and I just checked it in. The 3 test errors are the same ones I've seen for a while. I think it's actually a mistake in the test. It doesn't set a committer name during the test and newer versions of Dulwich don't like that. Just ignore it. Daniel signature.asc Description: Message signed with OpenPGP using GPGMail -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk___ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
[Fink-users] Failed: phase compiling: vtk510-5.10.1-1 failed
Installing vtk510-5.10.1-1 on Package manager version: 0.36.1 Distribution version: selfupdate-cvs Mon Nov 18 21:07:34 2013, 10.9, x86_64 Trees: local/main stable/main Xcode.app: 5.0.2 Xcode command-line tools: 5.0.1.0.1.1382131676 Max. Fink build jobs: 1 failed with ... Linking C shared library ../../bin/libvtktiff.dylib cd /sw64/src/fink.build/vtk510-5.10.1-1/VTKBuild/Utilities/vtktiff && /sw64/bin/cmake -E cmake_link_script CMakeFiles/vtktiff.dir/link.txt --verbose=1 /usr/bin/cc-g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.9 -dynamiclib -Wl,-headerpad_max_install_names -L/sw64/lib -compatibility_version 5.10.0 -current_version 5.10.1 -o ../../bin/libvtktiff.5.10.1.dylib -install_name /sw64/lib/vtk510/libvtktiff.5.10.dylib CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_close.c.o CMakeFiles/vtktiff.dir/tif_codec.c.o CMakeFiles/vtktiff.dir/tif_compress.c.o CMakeFiles/vtktiff.dir/tif_dir.c.o CMakeFiles/vtktiff.dir/tif_dirinfo.c.o CMakeFiles/vtktiff.dir/tif_dirread.c.o CMakeFiles/vtktiff.dir/tif_dirwrite.c.o CMakeFiles/vtktiff.dir/tif_dumpmode.c.o CMakeFiles/vtktiff.dir/tif_error.c.o CMakeFiles/vtktiff.dir/tif_fax3.c.o CMakeFiles/vtktiff.dir/tif_flush.c.o CMakeFiles/vtktiff.dir/tif_getimage.c.o CMakeFiles/vtktiff.dir/tif_jpeg.c.o CMakeFiles/vtktiff.dir/tif_luv.c.o CMakeFiles/vtktiff.dir/tif_lzw.c.o CMakeFiles/vtktiff.dir/tif_next.c.o CMakeFil es/vtktiff.dir/tif_ojpeg.c.o CMakeFiles/vtktiff.dir/tif_open.c.o CMakeFiles/vtktiff.dir/tif_packbits.c.o CMakeFiles/vtktiff.dir/tif_pixarlog.c.o CMakeFiles/vtktiff.dir/tif_predict.c.o CMakeFiles/vtktiff.dir/tif_print.c.o CMakeFiles/vtktiff.dir/tif_read.c.o CMakeFiles/vtktiff.dir/tif_strip.c.o CMakeFiles/vtktiff.dir/tif_swab.c.o CMakeFiles/vtktiff.dir/tif_thunder.c.o CMakeFiles/vtktiff.dir/tif_tile.c.o CMakeFiles/vtktiff.dir/tif_version.c.o CMakeFiles/vtktiff.dir/tif_warning.c.o CMakeFiles/vtktiff.dir/tif_write.c.o CMakeFiles/vtktiff.dir/tif_zip.c.o CMakeFiles/vtktiff.dir/tif_color.c.o CMakeFiles/vtktiff.dir/tif_extension.c.o CMakeFiles/vtktiff.dir/tif_unix.c.o CMakeFiles/vtktiff.dir/tif_fax3sm.c.o ../../bin/libvtkzlib.5.10.1.dylib ../../bin/libvtkjpeg.5.10.1.dylib -lm duplicate symbol ___sputc in: CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_close.c.o duplicate symbol ___sputc in: CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_codec.c.o duplicate symbol ___sputc in: CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_compress.c.o duplicate symbol ___sputc in: CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_dir.c.o duplicate symbol ___sputc in: CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_dirinfo.c.o duplicate symbol ___sputc in: CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_dirread.c.o duplicate symbol ___sputc in: CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_dirwrite.c.o ... duplicate symbol ___sincospif in: CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_color.c.o duplicate symbol ___sincospi in: CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_color.c.o duplicate symbol ___sputc in: CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_extension.c.o duplicate symbol ___sputc in: CMakeFiles/vtktiff.dir/tif_aux.c.o CMakeFiles/vtktiff.dir/tif_unix.c.o ld: 91 duplicate symbols for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [bin/libvtktiff.5.10.1.dylib] Error 1 make[2]: Leaving directory `/sw64/src/fink.build/vtk510-5.10.1-1/VTKBuild' make[1]: *** [Utilities/vtktiff/CMakeFiles/vtktiff.dir/all] Error 2 make[1]: Leaving directory `/sw64/src/fink.build/vtk510-5.10.1-1/VTKBuild' make: *** [all] Error 2 make: Leaving directory `/sw64/src/fink.build/vtk510-5.10.1-1/VTKBuild' ### execution of /tmp/fink.WSWvW failed, exit code 2 ### execution of /tmp/fink.ocRJm failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw64/bin/dpkg-lockwait -r fink-buildlock-vtk510-5.10.1-1 (Reading database ... 259800 files and directories currently installed.) Removing fink-buildlock-vtk510-5.10.1-1 ... Reading buildlock packages... /sw64/bin/dpkg-lockwait -i /sw64/fink/dists/stable/main/binary-darwin-x86_64/devel/openmpi_1.7.3-1_darwin-x86_64.deb Selecting previously deselected package openmpi. (Reading database ... 259799 files and directories currently installed.) Unpacking openmpi (from .../openmpi_1.7.3-1_darwin-x86_64.deb) ... Setting up openmpi (1.7.3-1) ... Clearing dependency_libs of .la files being installed Failed: phase compiling: vtk510-5.10.1-1 failed TIA Dominique -- Shape the Mobile Experience: Free Subscription Software experts and developers
[Fink-users] re-alpine build failure on 10.9
trying to install re-alpine-2.02-4 on a set up from scratch 10.9 case sensitive iMac: gcc -DHAVE_CONFIG_H -I../../../include -I../../../include -I/sw/include -I/sw/include -g -D_THREAD_SAFE -Dbsd -g -O2 -MT alpined.o -MD -MP -MF .deps/alpined.Tpo -c -o alpined.o alpined.c alpined.c:763:50: error: no member named 'result' in 'struct Tcl_Interp' ...case TCL_OK : peReturn(cs, "OK", interp->result); break; ~~ ^ alpined.c:764:55: error: no member named 'result' in 'struct Tcl_Interp' ...case TCL_ERROR : peReturn(cs, "ERROR", interp->result); break; ~~ ^ alpined.c:765:55: error: no member named 'result' in 'struct Tcl_Interp' ...case TCL_BREAK : peReturn(cs, "BREAK", interp->result); break; ~~ ^ alpined.c:766:56: error: no member named 'result' in 'struct Tcl_Interp' ...case TCL_RETURN : peReturn(cs, "RETURN", interp->result); break; ~~ ^ Package manager version: 0.36.1 Distribution version: selfupdate-rsync Mon Nov 18 15:38:11 2013, 10.9, x86_64 Trees: local/main stable/main Xcode.app: 5.0.2 Xcode command-line tools: 5.0.1.0.1.1382131676 re-alpine-2.02-4 is set to build with only one job. can provide more output if needed. many thanks, -- Viv Dr Viv Kendonhttp://quantum.leeds.ac.uk/~viv tel: +44 113 343 4864 Physics and Astronomy Quantum Information GroupUniversity of Leeds -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk ___ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
[Fink-users] numpy-py31 update failure
Hi, last bug report for the day, I think. numpy 1.8 no longer supports Python3.1: /sw/bin/python3.1 setup.py build Traceback (most recent call last): File "setup.py", line 27, in raise RuntimeError("Python version 2.6, 2.7 or >= 3.2 required.") RuntimeError: Python version 2.6, 2.7 or >= 3.2 required. ### execution of /sw/bin/python3.1 failed, exit code 1 A Python3.3 version can be built without any other changes, so the Type: python () could simply be updated (and numpy 1.7.2 will still support 2.4-3.1). Cheers, Derek -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk ___ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
Re: [Fink-users] command line tools followup
Ah, well that makes sense. Thank you very much. I wish Apple would change this. It was nice to be able to update the command line tools from a newly installed XCode, but now we'll have to make the effort to log on to the Developer site to check on the version. This is a PITA! Payam --- "Life is short, Art long, Occasion sudden and dangerous, Experience deceitful, and Judgment difficult." --Hippocrates On Nov 18, 2013, at 8:41 AM, Daren Gillespie wrote: > I guess it wasn't the App Store it was the developer site. > > https://developer.apple.com/downloads/index.action?name=for%20Xcode%20- > > > On Mon, Nov 18, 2013 at 9:40 AM, PNM wrote: > Do you have a link to the command line tools in the App Store? I was > searching for it, but couldn't find it. > > Payam > |--- > "The fate of a single man can be rich with significance, that of a few > hundred less so, but the history of thousands and millions of men does not > mean anything at all." > --Stanislaw Lem, Solaris > > > > > On Nov 17, 2013, at 6:38 PM, Daren Gillespie wrote: > >> After receiving a Xcode update via the App store I tried to run the >> xcode-select --install several times and it would error out. I eventually >> found the command line tools in the Apps store. >> >> >> On Sun, Nov 17, 2013 at 4:14 PM, PNM wrote: >> That would be incredibly nice. I'm enjoying Mavericks on my 5-year-old MB >> Pro, but I'm very disappointed that some very pesky bugs persist. Maybe >> 10.9.1... >> >> My highest compliments again to the entire fink team for doing an amazing >> job of maintaining this project through Apple's inconsistent and excessively >> fast development cycle. You guys are going light years beyond any reasonable >> demands placed on a volunteer project of this sort. >> >> Payam >> __ >> "...until he heard some old man tell the tale of the man who had married his >> aunt, who was also his cousin, and whose son ended up being his own >> grandfather. >> 'Can a person marry his own aunt?' he asked, startled. >> 'He not only can do that,' a soldier answered him, ' but we are fighting >> this war against the priests so that a person can marry his own mother.' " >> --Gabriel García Márquez, One Hundred Years of Solitude >> >> >> >> On Nov 17, 2013, at 2:07 PM, Alexander Hansen >> wrote: >> >> > On 11/17/13 12:50 PM, PNM wrote: >> >> Hi guys, >> >> >> >> So, now that command line tools have to be installed from the command >> >> line, how do we know when we have to install an updated set? >> >> >> >> Thanks. >> >> >> >> Payam >> >> ___ >> >> "... remember that the past was a lie, that memory has no return, that >> >> every spring gone by could never be recovered, and that the wildest and >> >> most tenacious love was an ephemeral truth in the end." >> >> --Gabriel Garcia Marquez, One Hundred Years of Solitude >> >> >> >> >> >> >> > >> > It hasn't come up yet, so I'm not 100% sure. :-) I recall somebody >> > mentioning on IRC that they'd be updated via Software Update/the App Store. >> > >> > -- >> > Alexander Hansen, Ph.D. >> > Fink User Liaison >> > My package updates: http://finkakh.wordpress.com/ >> >> >> -- >> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps >> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access >> Free app hosting. Or install the open source package on any LAMP server. >> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! >> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk >> ___ >> Fink-users mailing list >> Fink-users@lists.sourceforge.net >> List archive: >> http://news.gmane.org/gmane.os.macosx.fink.user >> Subscription management: >> https://lists.sourceforge.net/lists/listinfo/fink-users >> >> >> >> >> -- >> Daren Gillespie >> Senior Network Administrator >> NE State Legislature >> 402-471-2553 > > > -- > DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps > OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access > Free app hosting. Or install the open source package on any LAMP server. > Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! > http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk > ___ > Fink-users mailing list > Fink-users@lists.sourceforge.net > List archive: > http://news.gmane.org/gmane.os.macosx.fink.user > Subscription management: > https://lists.sourceforge.net/lists/listinfo/fink-users > > > > > -- > Daren Gillespie > Senior Network Administrator > NE State Legislature > 402-471-2553 signature.asc Description: Message signed with OpenPGP using GPGMail --
Re: [Fink-users] command line tools followup
I guess it wasn't the App Store it was the developer site. https://developer.apple.com/downloads/index.action?name=for%20Xcode%20- On Mon, Nov 18, 2013 at 9:40 AM, PNM wrote: > Do you have a link to the command line tools in the App Store? I was > searching for it, but couldn't find it. > > Payam > |--- > "The fate of a single man can be rich with significance, that of a few > hundred less so, but the history of thousands and millions of men does not > mean anything at all." > --Stanislaw Lem, Solaris > > > > > On Nov 17, 2013, at 6:38 PM, Daren Gillespie > wrote: > > After receiving a Xcode update via the App store I tried to run the > xcode-select --install several times and it would error out. I eventually > found the command line tools in the Apps store. > > > On Sun, Nov 17, 2013 at 4:14 PM, PNM wrote: > >> That would be incredibly nice. I'm enjoying Mavericks on my 5-year-old MB >> Pro, but I'm very disappointed that some very pesky bugs persist. Maybe >> 10.9.1... >> >> My highest compliments again to the entire fink team for doing an amazing >> job of maintaining this project through Apple's inconsistent and >> excessively fast development cycle. You guys are going light years beyond >> any reasonable demands placed on a volunteer project of this sort. >> >> Payam >> __ >> "...until he heard some old man tell the tale of the man who had married >> his aunt, who was also his cousin, and whose son ended up being his own >> grandfather. >> 'Can a person marry his own aunt?' he asked, startled. >> 'He not only can do that,' a soldier answered him, ' but we are fighting >> this war against the priests so that a person can marry his own mother.' " >> --Gabriel García Márquez, One Hundred Years of Solitude >> >> >> >> On Nov 17, 2013, at 2:07 PM, Alexander Hansen < >> alexanderk.han...@gmail.com> wrote: >> >> > On 11/17/13 12:50 PM, PNM wrote: >> >> Hi guys, >> >> >> >> So, now that command line tools have to be installed from the command >> line, how do we know when we have to install an updated set? >> >> >> >> Thanks. >> >> >> >> Payam >> >> ___ >> >> "... remember that the past was a lie, that memory has no return, that >> every spring gone by could never be recovered, and that the wildest and >> most tenacious love was an ephemeral truth in the end." >> >> --Gabriel Garcia Marquez, One Hundred Years of Solitude >> >> >> >> >> >> >> > >> > It hasn't come up yet, so I'm not 100% sure. :-) I recall somebody >> mentioning on IRC that they'd be updated via Software Update/the App Store. >> > >> > -- >> > Alexander Hansen, Ph.D. >> > Fink User Liaison >> > My package updates: http://finkakh.wordpress.com/ >> >> >> >> -- >> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps >> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access >> Free app hosting. Or install the open source package on any LAMP server. >> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk >> ___ >> Fink-users mailing list >> Fink-users@lists.sourceforge.net >> List archive: >> http://news.gmane.org/gmane.os.macosx.fink.user >> Subscription management: >> https://lists.sourceforge.net/lists/listinfo/fink-users >> >> > > > -- > Daren Gillespie > Senior Network Administrator > NE State Legislature > 402-471-2553 > > > > > -- > DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps > OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access > Free app hosting. Or install the open source package on any LAMP server. > Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! > http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk > ___ > Fink-users mailing list > Fink-users@lists.sourceforge.net > List archive: > http://news.gmane.org/gmane.os.macosx.fink.user > Subscription management: > https://lists.sourceforge.net/lists/listinfo/fink-users > > -- Daren Gillespie Senior Network Administrator NE State Legislature 402-471-2553 -- DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk___ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sour
Re: [Fink-users] bzr-git-py 0.6.11 signature error
> On Nov 18, 2013, at 10:53 AM, Derek Homeier > wrote: > > Hi, > > the bzr-git source has an incorrect MD5SUM and appears to be missing from > each and every mirror > for weeks (seems this package is not really used a lot…): > > curl --connect-timeout 30 -f -L -A 'fink/0.36.0' -O > http://distfiles.sjc.ca.us.finkmirrors.net/bzr-git-0.6.11.tar.gz > % Total% Received % Xferd Average Speed TimeTime Time Current > Dload Upload Total SpentLeft Speed > 0 00 00 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 Not Found > ### execution of curl failed, exit code 22 > Downloading the file "bzr-git-0.6.11.tar.gz" failed. > > (1)Give up > (2)Retry the same mirror > (3)Retry another mirror from your continent > (4)Retry another mirror > (5)Retry using original source URL > > Default answer will be chosen in 120 seconds... > How do you want to proceed? [5] > curl --connect-timeout 30 -f -L -A 'fink/0.36.0' -O > http://samba.org/\~jelmer/bzr/bzr-git-0.6.11.tar.gz > % Total% Received % Xferd Average Speed TimeTime Time Current > Dload Upload Total SpentLeft Speed > 100 329 100 3290 0903 0 --:--:-- --:--:-- --:--:-- 903 > 100 117k 100 117k0 0 66317 0 0:00:01 0:00:01 --:--:-- 146k > The checksum of the file is incorrect. The most likely cause for this is a > corrupted or incomplete download > Expected: 8d55b1a6bfaf23394dc468c6a4014c90 > Actual: MD5(105eb8c52dca00e3eaf27a45929e4fab) >SHA1(211f0ee32ee30a96c8be9f09432ac66b24eb597c) > Downloading the file "bzr-git-0.6.11.tar.gz" failed. > > When changing the MD5 manually, it builds on 10.8, but with a couple more > than the mentioned 3 > test failures: > > bzr selftest: /sw/bin/bzr-py27 > /sw/lib/python2.7/site-packages/bzrlib > bzr-2.6.0 python-2.7.6 Darwin-12.5.0-x86_64-i386-64bit > ... > -- > Ran 244 tests in 5.233s > > FAILED (errors=15, known_failure_count=1) > 1 test skipped > Missing feature 'Missing tdb' skipped 6 tests. > > There is a version 0.6.12 on the author's page (md5sum > aa4dcd4fa03631c4802bc7795af7932b), which fares > a bit better: > -- > Ran 244 tests in 6.009s > > FAILED (errors=3, known_failure_count=2) > 1 test skipped > Missing feature 'Missing tdb' skipped 6 tests. > > Cheers, >Derek > It's probably not used very much. :) I'll take a look at it tonight. I see that there's a version 0.6.12 available too. Daniel -- DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk ___ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
Re: [Fink-users] command line tools followup
Do you have a link to the command line tools in the App Store? I was searching for it, but couldn't find it. Payam |--- "The fate of a single man can be rich with significance, that of a few hundred less so, but the history of thousands and millions of men does not mean anything at all." --Stanislaw Lem, Solaris On Nov 17, 2013, at 6:38 PM, Daren Gillespie wrote: > After receiving a Xcode update via the App store I tried to run the > xcode-select --install several times and it would error out. I eventually > found the command line tools in the Apps store. > > > On Sun, Nov 17, 2013 at 4:14 PM, PNM wrote: > That would be incredibly nice. I'm enjoying Mavericks on my 5-year-old MB > Pro, but I'm very disappointed that some very pesky bugs persist. Maybe > 10.9.1... > > My highest compliments again to the entire fink team for doing an amazing job > of maintaining this project through Apple's inconsistent and excessively fast > development cycle. You guys are going light years beyond any reasonable > demands placed on a volunteer project of this sort. > > Payam > __ > "...until he heard some old man tell the tale of the man who had married his > aunt, who was also his cousin, and whose son ended up being his own > grandfather. > 'Can a person marry his own aunt?' he asked, startled. > 'He not only can do that,' a soldier answered him, ' but we are fighting this > war against the priests so that a person can marry his own mother.' " > --Gabriel García Márquez, One Hundred Years of Solitude > > > > On Nov 17, 2013, at 2:07 PM, Alexander Hansen > wrote: > > > On 11/17/13 12:50 PM, PNM wrote: > >> Hi guys, > >> > >> So, now that command line tools have to be installed from the command > >> line, how do we know when we have to install an updated set? > >> > >> Thanks. > >> > >> Payam > >> ___ > >> "... remember that the past was a lie, that memory has no return, that > >> every spring gone by could never be recovered, and that the wildest and > >> most tenacious love was an ephemeral truth in the end." > >> --Gabriel Garcia Marquez, One Hundred Years of Solitude > >> > >> > >> > > > > It hasn't come up yet, so I'm not 100% sure. :-) I recall somebody > > mentioning on IRC that they'd be updated via Software Update/the App Store. > > > > -- > > Alexander Hansen, Ph.D. > > Fink User Liaison > > My package updates: http://finkakh.wordpress.com/ > > > -- > DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps > OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access > Free app hosting. Or install the open source package on any LAMP server. > Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! > http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk > ___ > Fink-users mailing list > Fink-users@lists.sourceforge.net > List archive: > http://news.gmane.org/gmane.os.macosx.fink.user > Subscription management: > https://lists.sourceforge.net/lists/listinfo/fink-users > > > > > -- > Daren Gillespie > Senior Network Administrator > NE State Legislature > 402-471-2553 signature.asc Description: Message signed with OpenPGP using GPGMail -- DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk___ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
[Fink-users] bzr-git-py 0.6.11 signature error
Hi, the bzr-git source has an incorrect MD5SUM and appears to be missing from each and every mirror for weeks (seems this package is not really used a lot…): curl --connect-timeout 30 -f -L -A 'fink/0.36.0' -O http://distfiles.sjc.ca.us.finkmirrors.net/bzr-git-0.6.11.tar.gz % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 0 00 00 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found ### execution of curl failed, exit code 22 Downloading the file "bzr-git-0.6.11.tar.gz" failed. (1) Give up (2) Retry the same mirror (3) Retry another mirror from your continent (4) Retry another mirror (5) Retry using original source URL Default answer will be chosen in 120 seconds... How do you want to proceed? [5] curl --connect-timeout 30 -f -L -A 'fink/0.36.0' -O http://samba.org/\~jelmer/bzr/bzr-git-0.6.11.tar.gz % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 100 329 100 3290 0903 0 --:--:-- --:--:-- --:--:-- 903 100 117k 100 117k0 0 66317 0 0:00:01 0:00:01 --:--:-- 146k The checksum of the file is incorrect. The most likely cause for this is a corrupted or incomplete download Expected: 8d55b1a6bfaf23394dc468c6a4014c90 Actual: MD5(105eb8c52dca00e3eaf27a45929e4fab) SHA1(211f0ee32ee30a96c8be9f09432ac66b24eb597c) Downloading the file "bzr-git-0.6.11.tar.gz" failed. When changing the MD5 manually, it builds on 10.8, but with a couple more than the mentioned 3 test failures: bzr selftest: /sw/bin/bzr-py27 /sw/lib/python2.7/site-packages/bzrlib bzr-2.6.0 python-2.7.6 Darwin-12.5.0-x86_64-i386-64bit ... -- Ran 244 tests in 5.233s FAILED (errors=15, known_failure_count=1) 1 test skipped Missing feature 'Missing tdb' skipped 6 tests. There is a version 0.6.12 on the author's page (md5sum aa4dcd4fa03631c4802bc7795af7932b), which fares a bit better: -- Ran 244 tests in 6.009s FAILED (errors=3, known_failure_count=2) 1 test skipped Missing feature 'Missing tdb' skipped 6 tests. Cheers, Derek -- DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk ___ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
Re: [Fink-users] Failed: phase compiling: ginac2-1.6.1-2 failed
Hi, I've been having the same problem as Dominique. So I used the patch, and make had no issues. But when I ran "make check", I got this: g++ -DHAVE_CONFIG_H -I. -I../config -I../ginac -I./../ginac -I../ginac -DIN_GINAC -I/usr/local/include -g -O2 -MT exam_inifcns_nstdsums.o -MD -MP -MF .deps/exam_inifcns_nstdsums.Tpo -c -o exam_inifcns_nstdsums.o exam_inifcns_nstdsums.cpp exam_inifcns_nstdsums.cpp:195:18: error: ambiguous conversion for functional-style cast from 'int' to 'lst' (aka 'container') res.append(zeta(lst(2),lst(-1)) - -zeta(2)/2); ^ ../ginac/container.h:145:2: note: candidate constructor container(STLT const & s, bool discardable = false) ^ ../ginac/container.h:167:11: note: candidate constructor explicit container(const ex & p1) ^ exam_inifcns_nstdsums.cpp:196:59: error: ambiguous conversion for functional-style cast from 'int' to 'lst' (aka 'container') res.append(zeta(lst(1,2),lst(-1,1)) - (-zeta(3)/4 - zeta(lst(1),lst(-1))... ^ ../ginac/container.h:145:2: note: candidate constructor container(STLT const & s, bool discardable = false) ^ ../ginac/container.h:167:11: note: candidate constructor explicit container(const ex & p1) ^ exam_inifcns_nstdsums.cpp:197:79: error: ambiguous conversion for functional-style cast from 'int' to 'lst' (aka 'container') ...- (-pow(zeta(2),2)*23/40 - pow(zeta(lst(1),lst(-1)),2)*zeta(2)*3/4 ^ ../ginac/container.h:145:2: note: candidate constructor container(STLT const & s, bool discardable = false) ^ ../ginac/container.h:167:11: note: candidate constructor explicit container(const ex & p1) ^ exam_inifcns_nstdsums.cpp:198:84: error: ambiguous conversion for functional-style cast from 'int' to 'lst' (aka 'container') ...- zeta(lst(3,1),lst(-1,1))*3/2 - zeta(lst(1),lst(-1))*zeta(3)*21/8)); ^ ../ginac/container.h:145:2: note: candidate constructor container(STLT const & s, bool discardable = false) ^ ../ginac/container.h:167:11: note: candidate constructor explicit container(const ex & p1) ^ exam_inifcns_nstdsums.cpp:244:16: error: ambiguous conversion for functional-style cast from 'int' to 'lst' (aka 'container') res.append(Li(lst(4), lst(6)).hold() - Li(4, 6.0)); ^ ../ginac/container.h:145:2: note: candidate constructor container(STLT const & s, bool discardable = false) ^ ../ginac/container.h:167:11: note: candidate constructor explicit container(const ex & p1) ^ exam_inifcns_nstdsums.cpp:261:40: error: ambiguous conversion for functional-style cast from 'double' to 'lst' (aka 'container') res.append(G(lst(0,0.2),1).hold() * G(lst(0.5),1).hold() - G(lst... ^~~ ../ginac/container.h:145:2: note: candidate constructor container(STLT const & s, bool discardable = false) ^ ../ginac/container.h:167:11: note: candidate constructor explicit container(const ex & p1) ^ exam_inifcns_nstdsums.cpp:263:40: error: ambiguous conversion for functional-style cast from 'double' to 'lst' (aka 'container') res.append(G(lst(0,0.5),1).hold() * G(lst(0.6),1).hold() - G(lst... ^~~ ../ginac/container.h:145:2: note: candidate constructor container(STLT const & s, bool discardable = false) ^ ../ginac/container.h:167:11: note: candidate constructor explicit container(const ex & p1) ^ exam_inifcns_nstdsums.cpp:265:16: error: ambiguous conversion for functional-style cast from 'int' to 'lst' (aka 'container') res.append(Li(lst(2),lst(numeric(1,5))).hold() * Li(lst(3),lst(7... ^ ../ginac/container.h:145:2: note: candidate constructor container(STLT const & s, bool discardable = false) ^ ../ginac/container.h:167:11: note: candidate constructor explicit container(const ex & p1) ^ exam_inifcns_nstdsums.cpp:265:54: error: ambiguous conversion for functional-style cast from 'int' to 'lst' (aka 'container') res.append(Li(lst(2),lst(numeric(1,5))).hold() * Li(lst(3),lst(7... ^ ../ginac/container.h:145:2: note: candidate constructor container(STLT const & s, bool discardable = false) ^ ../ginac/container.h:167:11: note: candidate constructor explicit container(const ex & p1) ^ exam_inifcns_nstdsums.cpp:266:51: error: ambiguous conversion for functional-style cast from 'int' to 'lst' (aka 'container') ...- Li(lst(3,2),