[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Cannot Build svn 0.21.0 server on Solaris 2.8

From: Martin v. Löwis <martin_at_v.loewis.de>
Date: 2003-05-03 01:52:20 CEST

> Thanks for your help - been a decade or so since I've done any real C/C++... I
> would like to know the root cause, though, others have not had this problem on
> Solaris 2.8 using same apache2/subversion versions. My Solaris box recently had
> patches applied, but maybe it still isn't completey patched up? Or is this
> possibly an issue with the subversion build process?

One possible cause may be that you have patched the system. Everytime a
system header changes, the gcc installation may become incorrect.

gcc copies a number of header files at installation time, and modifies
them. If the system header changes, gcc's copies won't simultaneously
change. You have to reinstall gcc, to invoke the "fixincludes" process
again.

It also may be that some header changes outright break gcc, so that even
a re-installation won't help (e.g. when Sun manages to break a system
header so that gcc cannot fix it).

Notice that reinstalling gcc won't tell you what the problem is. I
advise you to study the preprocessor output in more detail, to find out
what sys/signal.h got replaced with.

Regards,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 3 01:53:23 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.