Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 20:29:46 +0200
From:      Matthias Muthmann <mmuthmann@gmx.net>
To:        Dejan Lesjak <dejan.lesjak@ijs.si>
Cc:        freebsd-sparc64@freebsd.org
Subject:   Re: sparc64/94886: Cant install xorg/sparc64/Creator3D
Message-ID:  <1145125786.7881.6.camel@localhost>
In-Reply-To: <200603312244.44552.dejan.lesjak@ijs.si>
References:  <200603302120.k2ULKMgj090882@freefall.freebsd.org> <200603302354.38416.dejan.lesjak@ijs.si> <1143836337.8132.3.camel@localhost> <200603312244.44552.dejan.lesjak@ijs.si>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Freitag, den 31.03.2006, 22:44 +0200 schrieb Dejan Lesjak:

> 
> The patch in http://www.freebsd.org/cgi/query-pr.cgi?pr=94886 should do the 
> same thing then. When anyone confirms that in PR I'll commit that.
> Thanks for finding the solution!
> 
> Dejan
> 
Hi,

finally I found some time to test your patch!
It didn't work, but the solution is simple:
You have to delete the following lines from ffb_driver.c (after applying
your patch, of course).

>     if (xf86LoadSubModule(pScrn, "xf8_32wid") == NULL) {
>       FFBFreeRec(pScrn);
>       return FALSE;
>     }
>

After doing this, the binary has the exact same size than my previous
working version and (of course) also works.
So, I think when you add the small fix, you can apply this patch to the
port.

Have fun,
Matthias

-- 
Matthias Muthmann <mmuthmann@gmx.net>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1145125786.7881.6.camel>