Re: [Fink-devel] TeXLive has corrupt deb?

2015-01-17 Thread Alexander Hansen
On 1/16/15 9:11 PM, Scott Hannahs wrote: > >> On Jan 16, 2015, at 6:56 PM, Alexander Hansen >> wrote: >> >> >>> On Jan 16, 2015, at 3:54 PM, Scott Hannahs >>> wrote: >>> >>> On Jan 15, 2015, at 19:31, Tomoaki Okayama >>> wrote: >>> Could anybody fix the broken deb of texlive-texmf please

Re: [Fink-devel] Fink install inkscape failure

2015-01-17 Thread Daniel Macks
On Sat, 17 Jan 2015 15:47:17 +0900, Akio Sakai wrote: Dear Daniel, > > I have successfully installed inkscape on MacOSX10.8.5. > > i   inkscape         0.48.5-4     SVG editor > > For your reference in unsuccessful Yosemite case (I tried 2 times before I sent), I attach full log f

Re: [Fink-devel] TeXLive has corrupt deb?

2015-01-17 Thread Scott Hannahs
> On Jan 16, 2015, at 6:56 PM, Alexander Hansen > wrote: > > >> On Jan 16, 2015, at 3:54 PM, Scott Hannahs >> wrote: >> >> On Jan 15, 2015, at 19:31, Tomoaki Okayama >> wrote: >> >>> Could anybody fix the broken deb of texlive-texmf please? >>> As long as it remains broken, all other deb

Re: [Fink-devel] TeXLive has corrupt deb?

2015-01-17 Thread Tomoaki Okayama
I use 10.8, and the official deb is still broken. Its size is only 2924kb. Tomoaki Okayama 2015-01-17 8:56 GMT+09:00 Alexander Hansen : > >> On Jan 16, 2015, at 3:54 PM, Scott Hannahs >> wrote: >> >> On Jan 15, 2015, at 19:31, Tomoaki Okayama >> wrote: >> >>> Could anybody fix the broken deb

Re: [Fink-devel] TeXLive has corrupt deb?

2015-01-17 Thread Scott Hannahs
> On Jan 17, 2015, at 10:33 AM, Alexander Hansen > wrote: > > On 1/16/15 9:11 PM, Scott Hannahs wrote: >> >>> On Jan 16, 2015, at 6:56 PM, Alexander Hansen >>> wrote: >>> >>> On Jan 16, 2015, at 3:54 PM, Scott Hannahs wrote: On Jan 15, 2015, at 19:31, Tomoaki Okayama

Re: [Fink-devel] Fink install inkscape failure

2015-01-17 Thread Alexander Hansen
> On Jan 17, 2015, at 8:18 AM, Daniel Macks wrote: > > > On Sat, 17 Jan 2015 15:47:17 +0900, Akio Sakai wrote: > Dear Daniel, >> >> I have successfully installed inkscape on MacOSX10.8.5. >> >> i inkscape 0.48.5-4 SVG editor >> >> For your reference in unsuccessful Yosemite

Re: [Fink-devel] TeXLive has corrupt deb?

2015-01-17 Thread Martin Costabel
On 17/01/15 06:11, Scott Hannahs wrote: > OK, that makes sense, but what is up with fink not recognizing the > no-use-binary option? > > If I run "fink —-no-use-binary-dist install texlive-texmf" I get the standard > fink "usage" message. > > % fink —-no-use-binary-dist install texlive-texmf > Fi

Re: [Fink-devel] Fink install inkscape failure

2015-01-17 Thread Daniel Johnson
> On Jan 17, 2015, at 1:48 PM, Alexander Hansen > wrote: > >> >> On Jan 17, 2015, at 8:18 AM, Daniel Macks wrote: >> >> >> On Sat, 17 Jan 2015 15:47:17 +0900, Akio Sakai wrote: >> Dear Daniel, >>> >>> I have successfully installed inkscape on MacOSX10.8.5. >>> >>> i inkscape 0

Re: [Fink-devel] Fink install inkscape failure

2015-01-17 Thread Jack Howarth
The test used in the current info file... if [[ $(sw_vers -productVersion | cut -d. -f2) > 8 ]]; then doesn't work on here on darwin14. The alternative... if [[ `sw_vers -productVersion | cut -d. -f2` -gt 8 ]]; then does and -std=c++11 gets passed to CXXFLAGS as expected. Jack On S