hg upgrade issue
Benoit Boissinot
bboissin at gmail.com
Wed Nov 18 09:26:59 CST 2009
On Wed, Nov 18, 2009 at 08:44:00PM +0530, Dilip M wrote:
> On Wed, Nov 18, 2009 at 7:30 PM, Benoit Boissinot <bboissin at gmail.com> wrote:
> > On Wed, Nov 18, 2009 at 9:52 AM, Dilip M <dilipm79 at gmail.com> wrote:
> >
> >> Ok, I have hit one more upgrade issue.
> > Can you try with plain hg, and not easy_install? just do `make local`
> > inside the hg source.
>
> building 'mercurial.base85' extension
> creating build
> creating build/temp.solaris-2.10-sun4u-2.6
> creating build/temp.solaris-2.10-sun4u-2.6/mercurial
> cc -xO3 -xarch=v8 -DNDEBUG -O -xcode=pic32 -I/opt/csw/include/python2.6 -c mercurial/base85.c -o build/temp.solaris-2.10-sun4u-2.6/mercurial/base85.o
> cc: language code=pic32 not recognized
> cc: mercurial/base85.c: linker input file unused because linking not done
> cc -G build/temp.solaris-2.10-sun4u-2.6/mercurial/base85.o -L/opt/csw/lib -lpython2.6 -o mercurial/base85.so
> cc: build/temp.solaris-2.10-sun4u-2.6/mercurial/base85.o: No such file or directory
> error: command 'cc' failed with exit status 1
> gmake: *** [local] Error 1
I guess it means the compiler used to build your Python installation
doesn't use options compatible with the compiler you have here.
regards,
Benoit
--
:wq
More information about the Mercurial
mailing list