| Summary: | app-emulation/virtualbox-9999 doesn't compile (with gcc-4.1.1-r3) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Helmut Jarausch <jarausch> |
| Component: | New packages | Assignee: | Markus Ullmann (RETIRED) <jokey> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | fauli, fischer |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Helmut Jarausch
2007-01-16 10:27:24 UTC
I can confirm this problem, happens to my two boxes, too.
The file COMWrappers.h is generated by some xslt processing. It contains multiple declarations for the same function due to duplicate #if constructs:
#if !defined (Q_WS_WIN32)
LONG GetTAPFileDescriptor () const;
void SetTAPFileDescriptor (LONG a_TAPFileDescriptor);
#endif
#if !defined (Q_WS_WIN32)
LONG GetTAPFileDescriptor () const;
void SetTAPFileDescriptor (LONG a_TAPFileDescriptor);
#endif
...
hrm which libxslt do you use? seems .19 causes some trouble here as well err, I meant .17 causes trouble, .19 works fine (In reply to comment #3) > err, I meant .17 causes trouble, .19 works fine > Yes, upgrading to 1.1.19 fixed the problem. So, please unmask dev-libs/libxslt-1.1.19 I say FIXED. virtualbox is hard masked, the dependency has been fixed, so it is ok. |