pkgsrc-Bugs archive

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

[Fwd: Re: pkg/29863]



--- Begin Message ---
It seems that your patch worked (on the pkgsrc and setup that originally
cause the problem, not due to my fixing the problems i created as i'll
explain below). 

I should have added to the bug report that I had replaced the
/usr/include/machine symbolic link from /usr/include/i386 to
/usr/src/sys/arch/i386/compile/machine. I know that's not the smartest thing
to do but I was attempting to compile ifconfig and libutil without recompile
the entire source tree. That was the root of a few other problems I had with
pkgsrc. 
I also replaced my pkgsrc with
"ftp://ftp.netbsd.org/pub/pkgsrc/2005Q1/pkgsrc-2005Q1.tar.bz2";
this morning instead of using the CVS checkout and the problem went away. As
far as I know, what I had checked out of CVS was newer than that. That
shouldn't have anything to do with it though because I see from cvsweb the
fluxbox Makefile hasn't changed that much. Maybe it was something with main
pkgsrc make files. 

Hope that's helpful, maybe you can append this info to the bug report. 

Thanks for the help :)
-Anthony

> This is a known issue with the compiler that shipped with NetBSD 2.0.
> Can you try the following patch to the Makefile?
> 
> --- Makefile    30 Mar 2005 11:57:57 -0000      1.21
> +++ Makefile    2 Apr 2005 11:55:38 -0000
> @@ -23,9 +23,9 @@
> 
>  # Workaround for pkg/29825 -- older compilers apparently
>  # have problems building this package.
> -.if (${MACHINE_PLATFORM:MNetBSD-2.0*-*} != "")
> +#.if (${MACHINE_PLATFORM:MNetBSD-2.0*-*} != "")
>  BUILDLINK_TRANSFORM+=  rename:-O2:-O1
> -.endif
> +#.endif
> 
>  CONFIGURE_ARGS+=       --enable-nls
>  CONFIGURE_ARGS+=       --enable-xinerama
> 
> 

-- 
*    *    *
Anthony de Almeida Lopes
guerrilla_thought%gmx.de@localhost
AIM: whatsheon
*    *    *    

"And someone else might feel something
scratching in his mouth. he goes 
to the mirror opens his mouth: and his tongue
is an enormous, live 
centipede, rubbing its legs together and
scraping his palate. He'd like to spit 
it out, but the centipede is part of him and
he will to tear it out with his own 
hands..." -- Jean Paul Sartre 
*    *    *    

Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl


--- End Message ---


Home | Main Index | Thread Index | Old Index