Bug 205807 - problems compiling subversion on amd64-linux
Bug#: 205807 Product:  Gentoo/Alt Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: alt@gentoo.org Reported By: darkside@gentoo.org
Component: Prefix Support
URL: 
Summary: problems compiling subversion on amd64-linux
Keywords:  
Status Whiteboard: 
Opened: 2008-01-14 15:36 0000
Description:   Opened: 2008-01-14 15:36 0000
Not sure what the problem is here but I only recently compiled svn on
amd64-linux, and it didn't work out that well. 

 *  The die message:
 *   Compilation of subversion Perl bindings failed

I will attach the build.log and emerge --info following this posting. Let me
know if you need anymore info regarding this.


Maybe this should be excluded from the system profile on amd64-linux until a
solution is presented?

------- Comment #1 From Jeremy Olexa (darkside) 2008-01-14 15:37:28 0000 -------
Created an attachment (id=140930) [details]
build.log for svn

------- Comment #2 From Jeremy Olexa (darkside) 2008-01-14 15:38:25 0000 -------
Created an attachment (id=140931) [details]
emerge --info 

------- Comment #3 From Jeremy Olexa (darkside) 2008-01-14 15:54:06 0000 -------
Well, it will compile with USE=-perl. I will let you decide if this is
acceptable or not.

------- Comment #4 From Arfrever Frehtes Taifersar Arahesis 2008-01-14 16:20:02 0000 -------
Try with MAKEOPTS="-j1".

------- Comment #5 From Jeremy Olexa (darkside) 2008-01-14 16:40:36 0000 -------
(In reply to comment #4)
> Try with MAKEOPTS="-j1".

Sure enough, that worked. Thanks for the suggestion!

You will hit this issue on two platforms that I have discovered so far.
amd64-linux and ia64-linux.

------- Comment #6 From Fabian Groffen 2008-01-14 16:44:36 0000 -------
Weird that there is no big about this open for non-Alt.  Can't imagine all
people there use -j1 or USE=-perl...  Just a random thought, nothing special.

------- Comment #7 From Fabian Groffen 2008-01-14 16:46:03 0000 -------
why is sandbox so noisy in your case, by the way... I guess we need a separate
bug for that ( :( )

------- Comment #8 From Arfrever Frehtes Taifersar Arahesis 2008-01-14 16:54:15 0000 -------
(In reply to comment #6)
> Weird that there is no big about this open for non-Alt.  Can't imagine all
> people there use -j1 or USE=-perl...  Just a random thought, nothing special.

I remember that somebody somewhen reported this problem in non-Alt, but it was
probably ignored :( .

------- Comment #9 From Arfrever Frehtes Taifersar Arahesis 2008-01-15 09:47:47 0000 -------
Apache Team,

Please make this substitution in subversion-1.4.6.ebuild:
emake swig-pl                 ->  emake -j1 swig-pl

------- Comment #10 From Benedikt Böhm 2008-01-15 10:06:10 0000 -------
fixed, thanks