pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/34217: lang/python23 and lang/python24 fails to build on Sparc Solaris 10



On Wed, 16 Aug 2006 20:25:02 +0000 (UTC)
Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:

> The following reply was made to PR pkg/34217; it has been noted by GNATS.
> 
> From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc: 
> Subject: Re: pkg/34217: lang/python23 and lang/python24 fails to build on
>     Sparc Solaris 10
> Date: Wed, 16 Aug 2006 22:23:29 +0200
> 
>  On Wed, Aug 16, 2006 at 08:10:24PM +0000, Raymond Meyer wrote:
>  >  I added 'print msg' to log.py file, it seem to print the following string:
>  >  
>  >  cc -DNDEBUG -xO3 -xtarget=native -xbuiltin=%all -xdepend=yes -xlibmil
>  > -xlibmopt -xstrconst -Xa -I/opt/pkg/include/db4 -I/usr/include
>  > -I/opt/pkg/include -xcode=pic32 -OPT:Olimit=0 -I.
>  > -I/opt/pkg.obj/lang/python24/work.e450/Python-2.4.3/./Include
>  > -I/opt/pkg/include
>  > -I/opt/pkg.obj/lang/python24/work.e450/Python-2.4.3/Include
>  > -I/opt/pkg.obj/lang/python24/work.e450/Python-2.4.3
>  > -c /opt/pkg.obj/lang/python24/work.e450/Python-2.4.3/Modules/structmodule.c
>  > -o build/temp.solaris-2.10-sun4u-2.4/structmodule.o Maybe '-xbuiltin=%all'
>  > causes problems due to '%' char? 
>  
>  Yes, indeed. Various possibilities to work around this, but the most
>  interesting question is, is it really needed at all?
>  
>  Joerg
>  

Well I could live without Python being built with '-xbuiltin=%all' flag, but
the most interesting question is: is it a bug that Python can't handle strings
with '%' char? I think it is a bug, there has to be a way to print strings that
contain such special chars.



Home | Main Index | Thread Index | Old Index