Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-09 Thread David Wolfskill
On Sun, Sep 09, 2012 at 08:34:35AM -0700, David Wolfskill wrote: > On Sun, Sep 09, 2012 at 06:16:20PM +0300, Kimmo Paasiala wrote: > > ... > > Hmm, you're using sudo(1) and that means you enviroment may not be > > completely clean. Log on as root using 'su -l' and see if it makes a > > difference.

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-09 Thread David Wolfskill
On Sun, Sep 09, 2012 at 06:16:20PM +0300, Kimmo Paasiala wrote: > ... > Hmm, you're using sudo(1) and that means you enviroment may not be > completely clean. Log on as root using 'su -l' and see if it makes a > difference. > Well, despite my earlier experiments with LC_ALL & friends, "su -"

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-09 Thread Kimmo Paasiala
On Sun, Sep 9, 2012 at 6:12 PM, David Wolfskill wrote: > On Sun, Sep 09, 2012 at 04:44:08PM +0300, Kimmo Paasiala wrote: > $... >> > So the issue appears to be how to handle UTF-8 pathnames on the >> > file system in question. >> > >> > I'm using a fairly plain UFS with soft updates. >> ... >> See

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-09 Thread David Wolfskill
On Sun, Sep 09, 2012 at 04:44:08PM +0300, Kimmo Paasiala wrote: $... > > So the issue appears to be how to handle UTF-8 pathnames on the > > file system in question. > > > > I'm using a fairly plain UFS with soft updates. > ... > See if the the file with a UTF-8 filename gets extracted despite the

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-09 Thread Kimmo Paasiala
On Sun, Sep 9, 2012 at 3:33 PM, David Wolfskill wrote: > On Sat, Sep 08, 2012 at 07:00:24PM +0300, Kimmo Paasiala wrote: >> ... >> I can extract the tar file on 9-STABLE, my locale settings are the >> defaults for root: >> >> # locale >> LANG= >> LC_CTYPE="C" >> LC_COLLATE="C" >> LC_TIME="C" >> LC

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-09 Thread David Wolfskill
On Sat, Sep 08, 2012 at 07:00:24PM +0300, Kimmo Paasiala wrote: > ... > I can extract the tar file on 9-STABLE, my locale settings are the > defaults for root: > > # locale > LANG= > LC_CTYPE="C" > LC_COLLATE="C" > LC_TIME="C" > LC_NUMERIC="C" > LC_MONETARY="C" > LC_MESSAGES="C" > LC_ALL= > > Try

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-08 Thread David Wolfskill
On Sat, Sep 08, 2012 at 07:00:24PM +0300, Kimmo Paasiala wrote: > ... > I can extract the tar file on 9-STABLE, my locale settings are the > defaults for root: > > # locale > LANG= > LC_CTYPE="C" > LC_COLLATE="C" > LC_TIME="C" > LC_NUMERIC="C" > LC_MONETARY="C" > LC_MESSAGES="C" > LC_ALL= > > Try

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-08 Thread Robert Huff
Eitan Adler writes: > > IMPORTANT: To build IcedTea-Web 1.3, you have to turn on 'ICEDTEA' option > > for java/openjdk6 (default). Otherwise, it will neither build nor work. > > > > tar: Pathname in pax header can't be converted to current locale. > > tar: Pathname in pax header can't be co

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-08 Thread David Wolfskill
On Sat, Sep 08, 2012 at 07:00:24PM +0300, Kimmo Paasiala wrote: > ... > > Does this work for anyone else? > ... > > I can extract the tar file on 9-STABLE, my locale settings are the > defaults for root: > > # locale > LANG= > LC_CTYPE="C" > LC_COLLATE="C" > LC_TIME="C" > LC_NUMERIC="C" > LC_MONE

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-08 Thread Kimmo Paasiala
On Sat, Sep 8, 2012 at 6:52 PM, David Wolfskill wrote: > On Sat, Sep 08, 2012 at 05:42:57AM -0700, David Wolfskill wrote: >> I'm not at all clear what I can or should do in order to avoid the >> reported error condition: >> ... >> IMPORTANT: To build IcedTea-Web 1.3, you have to turn on 'ICEDTEA'

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-08 Thread David Wolfskill
On Sat, Sep 08, 2012 at 05:42:57AM -0700, David Wolfskill wrote: > I'm not at all clear what I can or should do in order to avoid the > reported error condition: > ... > IMPORTANT: To build IcedTea-Web 1.3, you have to turn on 'ICEDTEA' option > for java/openjdk6 (default). Otherwise, it will nei

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-08 Thread David Wolfskill
On Sat, Sep 08, 2012 at 09:58:06AM -0400, Eitan Adler wrote: > ... > what is the output of locale(1) ? What if you try with env LC_ALL=C ? > ... Confirming my previous expectation: g1-227(8.3-S)[1] locale LANG=en_US.ISO8859-1 LC_CTYPE="C" LC_COLLATE="C" LC_TIME="C" LC_NUMERIC="C" LC_MONETARY="C"

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-08 Thread David Wolfskill
On Sat, Sep 08, 2012 at 09:58:06AM -0400, Eitan Adler wrote: > ... > > tar: Pathname in pax header can't be converted to current locale. > > tar: Pathname in pax header can't be converted to current locale. > > tar: Error exit delayed from previous errors. > > *** Error code 1 > > what is the outp

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-08 Thread Eitan Adler
On 8 September 2012 08:42, David Wolfskill wrote: > IMPORTANT: To build IcedTea-Web 1.3, you have to turn on 'ICEDTEA' option > for java/openjdk6 (default). Otherwise, it will neither build nor work. > > tar: Pathname in pax header can't be converted to current locale. > tar: Pathname in pax head

Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-08 Thread Robert Huff
David Wolfskill writes: > I'm not at all clear what I can or should do in order to avoid the > reported error condition: > > g1-227(8.3-S)[3] portmaster -d java/icedtea-web > > ===>>> Currently installed version: icedtea-web-1.2.1_1 > ===>>> Port directory: /usr/ports/java/icedtea-web >

Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-08 Thread David Wolfskill
I'm not at all clear what I can or should do in order to avoid the reported error condition: g1-227(8.3-S)[3] portmaster -d java/icedtea-web ===>>> Currently installed version: icedtea-web-1.2.1_1 ===>>> Port directory: /usr/ports/java/icedtea-web ===>>> Gathering distinfo list for installed por