Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 65930
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 67809
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: iago <iagofrombrad@iol.it>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
patch-simgear-0.3.4 A little patch to solve the above errors. patch iago 2004-10-01 14:11 0000 742 bytes Details | Diff
errors.txt Other errors raised after patching simgear-0.3.4 text/plain iago 2004-10-01 14:15 0000 9.12 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 65930 depends on: Show dependency tree
Bug 65930 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-09-30 09:06 0000
props.cxx:74: error: too few template-parameter-lists
props.cxx:74: error: expected `,' or `;' before '=' token
props.cxx:75: error: too few template-parameter-lists
props.cxx:75: error: expected `,' or `;' before '=' token
props.cxx:76: error: too few template-parameter-lists
props.cxx:76: error: expected `,' or `;' before '=' token
props.cxx:77: error: too few template-parameter-lists
props.cxx:77: error: expected `,' or `;' before '=' token
props.cxx:78: error: too few template-parameter-lists
props.cxx:78: error: expected `,' or `;' before '=' token
props.cxx:79: error: too few template-parameter-lists
props.cxx:79: error: expected `,' or `;' before '=' token


Reproducible: Always
Steps to Reproduce:
1.emerge simgear
2.
3.

Actual Results:  
I can't get no more output. It fails to compile, so building the ebuild isn't ok.

------- Comment #1 From iago 2004-09-30 13:44:26 0000 -------
const bool SGRawValue<bool>::DefaultValue = false;
const int SGRawValue<int>::DefaultValue = 0;
const long SGRawValue<long>::DefaultValue = 0L;
const float SGRawValue<float>::DefaultValue = 0.0;
const double SGRawValue<double>::DefaultValue = 0.0L;
const char * const SGRawValue<const char *>::DefaultValue = "";

these are the lines of code those produce the errors above. I don't know enough C++ to tell what is wrong with DefaultValue. If someone knows, the solution is obvious.

------- Comment #2 From iago 2004-10-01 14:11:50 0000 -------
Created an attachment (id=40890) [details]
A little patch to solve the above errors.

This patch solves the bugs above. But It means only to raise other errors. So I
think a better solution is to use simgear-0.3.5 instead of 0.3. 4. I think this
is related to a change in the compiler version used.

------- Comment #3 From iago 2004-10-01 14:15:23 0000 -------
Created an attachment (id=40891) [details]
Other errors raised after patching simgear-0.3.4

These are other errors those appear after I patch simgear.
These aren't related to the previous bug, except for a thing. I think the
compiler used is the real issue, and that simgear-0.3.4 isn't compatible with
gcc-3.4.1, which is used under ppc arch. The next version, simgear-0.3.5,
compiles without errors on ppc.

------- Comment #4 From Seemant Kulleen (RETIRED) 2004-10-21 13:27:13 0000 -------
simgear-0.3.5 and 0.3.6 are in portatge (along with the flightgear versions
that depend on those).  please test and report in bug #67809

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

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug