Re: [oi-dev] build perl-512 failed on oi-build

2011-11-09 Thread Richard Lowe
Does your SPARC actually have the specified locale installed?  If not
we'll fall back on C and it'll appear to work.

-- Rich

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] build perl-512 failed on oi-build

2011-11-09 Thread Yuri Pankov
On Wed, Nov 09, 2011 at 02:54:06PM -0500, Richard Lowe wrote:
 Does your SPARC actually have the specified locale installed?  If not
 we'll fall back on C and it'll appear to work.

Yes, it does:

$ pkg list locale/en
NAME (PUBLISHER)  VERSION   IFO
locale/en (on-nightly)0.5.11-0.200  i--
$ locale
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_ALL=


Yuri

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] build perl-512 failed on oi-build

2011-11-08 Thread Colin Ellis
This is a bug with sun studio...

export LANG=C;export LC_ALL=C will fix it.


On Tue, Nov 8, 2011 at 9:35 AM, Igor Kozhukhov ikozhuk...@gmail.com wrote:

 Hello,

 I have configured environment for oi-build from site:
 http://wiki.openindiana.org/oi/Building+with+oi-build

 I have problems with build perl512:
 $ cd oi-build/components/perl512
 $ gmake install
 .
 Extracting config.h (with variable substitutions)
 /usr/sbin/dtrace -h -s perldtrace.d -o perldtrace.h
 /bin/sh cflags.SH
 Extracting cflags (with variable substitutions)
 `sh  cflags optimize='-xO4 ' miniperlmain.o` -KPIC miniperlmain.c
   CCCMD =  cc -DPERL_CORE -c -DPTR_IS_LONG -D_LARGEFILE_SOURCE
 -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV  -xO4
 `sh  cflags optimize='-xO4 ' gv.o` -KPIC gv.c
   CCCMD =  cc -DPERL_CORE -c -DPTR_IS_LONG -D_LARGEFILE_SOURCE
 -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV  -xO4
 Assembler: gv.c
 /tmp/ube.1320745603.21116.05.s, line 500 : Illegal character:
 2f
 /tmp/ube.1320745603.21116.05.s, line 501 : Illegal character:
 2f
 /tmp/ube.1320745603.21116.05.s, line 502 : Illegal character:
 2f
 /tmp/ube.1320745603.21116.05.s, line 503 : Illegal character:
 2f
 /tmp/ube.1320745603.21116.05.s, line 504 : Illegal character:
 2f
 /tmp/ube.1320745603.21116.05.s, line 505 : Illegal character:
 2f
 /tmp/ube.1320745603.21116.05.s, line 506 : Illegal character:
 2f
 /tmp/ube.1320745603.21116.05.s, line 507 : Illegal character:
 2f
 /tmp/ube.1320745603.21116.05.s, line 508 : Illegal character:
 2f
 /tmp/ube.1320745603.21116.05.s, line 509 : Illegal character:
 2f
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 7b
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 7d
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal usage of '}'
 /tmp/ube.1320745603.21116.05.s, line 510 : Syntax error
 Near line: { int[ 1]  45  }movl   %esp,%ebp
  
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 35
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 34
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 5d
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character:
 31
 Too many errors - Goodbye
 cc: fbe failed for gv.c
 make[1]: *** [gv.o] Error 1
 .

 What the problem and how to fix it ?

 Could you please update instruction on WiKi if needed ?

 Best regards,
 Igor


 ___
 oi-dev mailing list
 oi-dev@openindiana.org
 http://openindiana.org/mailman/listinfo/oi-dev


___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] build perl-512 failed on oi-build

2011-11-08 Thread Igor Kozhukhov
Thanks Colin,  it is fixed.

Maybe need to add these rules to COMPONENT_BUILD_ENV as default ?

-Igor

From:  Colin Ellis panamaya...@gmail.com
Reply-To:  OpenIndiana Developer mailing list oi-dev@openindiana.org
Date:  Tue, 8 Nov 2011 09:44:57 +
To:  OpenIndiana Developer mailing list oi-dev@openindiana.org
Subject:  Re: [oi-dev] build perl-512 failed on oi-build

 This is a bug with sun studio...
 
 export LANG=C;export LC_ALL=C will fix it.
 
 
 On Tue, Nov 8, 2011 at 9:35 AM, Igor Kozhukhov ikozhuk...@gmail.com wrote:
 Hello,
 
 I have configured environment for oi-build from site:
 http://wiki.openindiana.org/oi/Building+with+oi-build
 
 I have problems with build perl512:
 $ cd oi-build/components/perl512
 $ gmake install
 .
 Extracting config.h (with variable substitutions)
 /usr/sbin/dtrace -h -s perldtrace.d -o perldtrace.h
 /bin/sh cflags.SH
 Extracting cflags (with variable substitutions)
 `sh  cflags optimize='-xO4 ' miniperlmain.o` -KPIC miniperlmain.c
   CCCMD =  cc -DPERL_CORE -c -DPTR_IS_LONG -D_LARGEFILE_SOURCE
 -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV  -xO4
 `sh  cflags optimize='-xO4 ' gv.o` -KPIC gv.c
   CCCMD =  cc -DPERL_CORE -c -DPTR_IS_LONG -D_LARGEFILE_SOURCE
 -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV  -xO4
 Assembler: gv.c
 /tmp/ube.1320745603.21116.05.s, line 500 : Illegal character: 2f
 /tmp/ube.1320745603.21116.05.s, line 501 : Illegal character: 2f
 /tmp/ube.1320745603.21116.05.s, line 502 : Illegal character: 2f
 /tmp/ube.1320745603.21116.05.s, line 503 : Illegal character: 2f
 /tmp/ube.1320745603.21116.05.s, line 504 : Illegal character: 2f
 /tmp/ube.1320745603.21116.05.s, line 505 : Illegal character: 2f
 /tmp/ube.1320745603.21116.05.s, line 506 : Illegal character: 2f
 /tmp/ube.1320745603.21116.05.s, line 507 : Illegal character: 2f
 /tmp/ube.1320745603.21116.05.s, line 508 : Illegal character: 2f
 /tmp/ube.1320745603.21116.05.s, line 509 : Illegal character: 2f
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 7b
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 7d
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal usage of '}'
 /tmp/ube.1320745603.21116.05.s, line 510 : Syntax error
 Near line: { int[ 1]  45  }movl   %esp,%ebp
 
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 35
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 34
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 20
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 5d
 /tmp/ube.1320745603.21116.05.s, line 510 : Illegal character: 31
 Too many errors - Goodbye
 cc: fbe failed for gv.c
 make[1]: *** [gv.o] Error 1
 .
 
 What the problem and how to fix it ?
 
 Could you please update instruction on WiKi if needed ?
 
 Best regards,
 Igor
 
 
 ___
 oi-dev mailing list
 oi-dev@openindiana.org
 http://openindiana.org/mailman/listinfo/oi-dev
 
 
 ___ oi-dev mailing list
 oi-dev@openindiana.org http://openindiana.org/mailman/listinfo/oi-dev


___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev