patches for xerces on GNU/kFreeBSD (fwd)

Robert Millan rmh at aybabtu.com
Mon Oct 24 11:02:09 UTC 2005


On Mon, Oct 24, 2005 at 10:17:52AM +0200, Petr Salinger wrote:
> ---------- Forwarded message ----------
> From: Petr Salinger <Petr.Salinger at t-systems.cz>
> To: guillem at debian.org
> 
> Hi.
> 
> I prepared patches for xerces on GNU/kFreeBSD.

Nice!

> They are submitted in BTS within
> Bug#335204: xerces26: FTBFS on GNU/kFreeBSD
> Bug#335205: xerces25: FTBFS on GNU/kFreeBSD

I would suggest to avoid creating new files with duplicated code from another
one, like KFreeBSDPlatformUtils.cpp.  This is in most cases unnecessary, and
leads to unsyncronisation, and eventualy to breakage (which will need extra
debugging effort to figure out what happens).

The following line in debian/rules points to a "linux" case:

-                sh runConfigure -plinux -cgcc -xg++ -minmem -ticu \

Is that "linux" case really linux-specific?  Or just dependant on GNUish
userland stuff like Glibc?  If it's the latter, you can probably port xerces
by just changing a pair of lines in that file.

P.S:  I'm adding CC to glibc-bsd-devel

-- 
Robert Millan



More information about the Glibc-bsd-devel mailing list