Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205807 - problems compiling subversion on amd64-linux
Summary: problems compiling subversion on amd64-linux
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-14 15:36 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2008-01-15 10:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log for svn (build.log,269.72 KB, text/plain)
2008-01-14 15:37 UTC, Jeremy Olexa (darkside) (RETIRED)
Details
emerge --info (info.txt,2.80 KB, text/plain)
2008-01-14 15:38 UTC, Jeremy Olexa (darkside) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-01-14 15:36:55 UTC
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 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-01-14 15:37:28 UTC
Created attachment 140930 [details]
build.log for svn
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-01-14 15:38:25 UTC
Created attachment 140931 [details]
emerge --info
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-01-14 15:54:06 UTC
Well, it will compile with USE=-perl. I will let you decide if this is acceptable or not.
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-01-14 16:20:02 UTC
Try with MAKEOPTS="-j1".
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-01-14 16:40:36 UTC
(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 Fabian Groffen gentoo-dev 2008-01-14 16:44:36 UTC
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 Fabian Groffen gentoo-dev 2008-01-14 16:46:03 UTC
why is sandbox so noisy in your case, by the way... I guess we need a separate bug for that ( :( )
Comment 8 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-01-14 16:54:15 UTC
(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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-01-15 09:47:47 UTC
Apache Team,

Please make this substitution in subversion-1.4.6.ebuild:
emake swig-pl                 ->  emake -j1 swig-pl
Comment 10 Benedikt Böhm (RETIRED) gentoo-dev 2008-01-15 10:06:10 UTC
fixed, thanks