On Thu, May 26, 2005 at 04:55:40PM -0700, Blars Blarson wrote:
> Package: sbcl
> Version: 1:0.9.0.39-1
> Severity: serious
> Tags: sid
> Justification: Fails to build from source
> 
> 
> sbcl fails to build from source on sparc, duplicated on a sparc
> pbuilder.  It appears you are making assumptions about the locales
> installed on the building system.

Actually, the whole magic here is supposed to work locale-agnostic ...

> 
> dh_testdir
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>       LANGUAGE = (unset),
>       LC_ALL = "en_US.UTF-8",
>       LANG = "en_US.UTF-8"
>     are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
> touch configure-stamp
> dh_testdir
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>       LANGUAGE = (unset),
>       LC_ALL = "en_US.UTF-8",
>       LANG = "en_US.UTF-8"
>     are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").

That's just brain-dead perl. 

> # create the locale:
> mkdir -p debian/tmpdir/usr/lib/locale
> localedef -i "en_US" -f "UTF-8" "debian/tmpdir/usr/lib/locale/en_US.UTF-8"
> cannot read character map directory `/usr/share/i18n/charmaps': No such file 
> or directory

That looks suspiciously like a broken build system. What's the output of:

 dpkg --status locales

And, iff you have apt installed:

 apt-cache show locales

Is it possible that the 'locales' package isn't installed?  But that's not 
likely since
the locale-gen application seems to be present.

Note for Peter: 'locales' should be in the list of build-depends. 


HTH Ralf Mattes

> make: *** [build-arch-stamp] Error 1
> 
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to