Current-Users archive

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

Re: building distribution for alpha



On Mon, Apr 06, 2009 at 11:21:15PM +0200, Manuel Bouyer wrote:
> On Mon, Apr 06, 2009 at 10:59:41PM +0200, Kurt Schreiner wrote:
> > Hi,
> > 
> > to get build.sh ... distribution running w/o errors I had to apply
> > the patches below. Don't know if this's the right thing to do, but...
> 
> AFAIK alpha has not been switched to xorg yet.
Hm, I just set MKX11=yes in /etc/mk.conf and started build.sh ...
 
> In addition I explicitely exclued these drivers for alpha, so there's
> something wrong somewhere in the makefile.
Hm, src/external/mit/xorg/server/drivers/Makefile says:

[...]
.elif ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \
      ${MACHINE_ARCH} == "x86_64"
[...]

Maybe the problem comes w/ cross-compiling on amd64, where
${MACHINE_ARCH} == "x86_64"?

> Are you sure you didn't use the same destdir for alpha and some other
> architecture ?
Yes, the build was started w/ cleaned out tools, obj and dest dirs.

Kurt


Home | Main Index | Thread Index | Old Index