Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 556140 - app-emulation/virtualbox-5.0.0 doesn't recognize GCC 5.2
Summary: app-emulation/virtualbox-5.0.0 doesn't recognize GCC 5.2
Status: RESOLVED DUPLICATE of bug 549766
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-28 16:01 UTC by Tom Li
Modified: 2015-07-29 02:13 UTC (History)
0 users

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


Attachments
Bump the GCC version in the checking code (allow-to-build-with-gcc-5.2.patch,798 bytes, patch)
2015-07-28 16:01 UTC, Tom Li
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Li 2015-07-28 16:01:23 UTC
Created attachment 407814 [details, diff]
Bump the GCC version in the checking code

VirtualBox developers modified the GCC checking in configure to allow users to compile it with GCC 5.1, but GCC 5.2 has been released now.

Checking for gcc:
  ** gcc version 5.2 found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10 or gcc 5.1!

We could simply bump the GCC version in the checking code again.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2015-07-29 02:13:00 UTC

*** This bug has been marked as a duplicate of bug 549766 ***