I added

 echo $LANG

in texlive.info, and on 10.10 I got

 echo $LANG

whereas on 10.9 I got

 echo $LANG
ja_JP.UTF-8

This is the reason of the error on 10.9. Does anybody know why?
The environment variable seems to be unset on 10.10 during the
build, but not on 10.9.

FYI, on 10.9

Package manager version: 0.38.4
Distribution version: selfupdate-rsync Tue Apr 14 15:57:21 2015, 10.9, x86_64
Trees: local/main stable/main
No recognized Xcode.app installed
Xcode command-line tools: 6.2.0.0.1.1424975374
Max. Fink build jobs:  4

and on 10.10

Package manager version: 0.38.4
Distribution version: selfupdate-rsync Mon Apr 13 09:55:22 2015, 10.10, x86_64
Trees: local/main stable/main local/injected
No recognized Xcode.app installed
Xcode command-line tools: 6.2.0.0.1.1424975374
Max. Fink build jobs:  24

Thanks for your help.
Tomoaki Okayama


2015-04-13 19:39 GMT+09:00 Tomoaki Okayama <okay...@users.sourceforge.net>:
> Hi Jack,
>
> Thanks for the report. I tested it on 10.10 and worked fine,
> but on 10.9, I got the error:
>
>  xz -dc ptexlive/archive/xdvik-20090903-texlive2009.diff.xz \
>      | sed -e 's|\$(common_includes)
> \$(FREETYPE2_INCLUDES)|\$(FREETYPE2_INCLUDES) \$(common_includes)|g' \
>      > xdvik-20090903-texlive2009.diff
> sed: RE error: illegal byte sequence
> ### execution of /tmp/fink.V2dZK failed, exit code 1
> ### execution of /tmp/fink.g4bsj failed, exit code 1
>
> I don't know why. Your change is not related to this error.
>
> I googled the workaround, and adding "LANG=C" before
> sed seems to work. (Personally I used LANG=ja_JP.UTF-8)
> However, on 10.10 and 10.8, the build proceeds without the
> workaround, even if LANG=ja_JP.UTF-8 is set.
>
> Does anybody know why?
>
> Tomoaki Okayama
>
>
> 2015-04-13 5:45 GMT+09:00 Jack Howarth <howarth.at.f...@gmail.com>:
>> Tomoaki,
>>       The texlive package needs the following update committed...
>>
>> Index: texlive.info
>> ===================================================================
>> RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/texlive.info,v
>> retrieving revision 1.19
>> diff -r1.19 texlive.info
>> 5c5
>> < Revision: 1
>> ---
>>> Revision: 2
>> 22c22
>> <  libicu48-dev,
>> ---
>>>  libicu55-dev,
>> 229c229
>> <   libicu48-shlibs,
>> ---
>>>   libicu55-shlibs,
>>
>> The Apple Clang 6.1 compilers from Xcode 6.3 builds a libicu48-dev
>> package with test suite regressions (and lowering the optimization to
>> -O0 doesn't eliminate those). I have added a libicu55-dev package
>> which builds without compiler warnings or test suite regressions under
>> Xcode 6.3. The attached texlive.info builds against this new
>> libicu55-dev/libicu55-shlibs and passes 'fink -m' on 10.10 with Xcode
>> 6.3.
>>            Thanks in advance.
>>                  Jack

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
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

Reply via email to