public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/3786] New: Eclipse required by frysk-imports/tests/cdtparserversion/CDTParserTest.java
@ 2006-12-22 17:54 jan dot kratochvil at redhat dot com
2006-12-22 19:16 ` [Bug general/3786] " rmoseley at redhat dot com
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2006-12-22 17:54 UTC (permalink / raw)
To: frysk-bugzilla
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]
Build fails on:
gcj -C -d . \
-classpath ../cdtparser/cdtparser.jar \
../../../frysk/frysk-imports/tests/cdtparserversion/CDTParserTest.java
../../../frysk/frysk-imports/tests/cdtparserversion/CDTParserTest.java:47:
error: Class or interface
org.eclipse.cdt.core.parser.ast.IASTVariableReference not found in import.
If Eclipse is required for this testcase the test should get SKIPped if Eclipse
is not installed.
--
Summary: Eclipse required by frysk-
imports/tests/cdtparserversion/CDTParserTest.java
Product: frysk
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: frysk-bugzilla at sourceware dot org
ReportedBy: jan dot kratochvil at redhat dot com
CC: ajocksch at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=3786
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug general/3786] Eclipse required by frysk-imports/tests/cdtparserversion/CDTParserTest.java
2006-12-22 17:54 [Bug general/3786] New: Eclipse required by frysk-imports/tests/cdtparserversion/CDTParserTest.java jan dot kratochvil at redhat dot com
@ 2006-12-22 19:16 ` rmoseley at redhat dot com
2006-12-23 13:35 ` jan dot kratochvil at redhat dot com
2008-06-11 20:19 ` cagney at redhat dot com
2 siblings, 0 replies; 4+ messages in thread
From: rmoseley at redhat dot com @ 2006-12-22 19:16 UTC (permalink / raw)
To: frysk-bugzilla
------- Additional Comments From rmoseley at redhat dot com 2006-12-22 19:16 -------
We have imported our own version of Eclipse's CDT parser into frysk under the
frysk-imports section. We build and create a CDT parser jar in the
frysk-imports directory. Looks like maybe the classpath is not picking it up
somehow.
How are you getting this error? Is this on a fresh checkout/build?
I'll try a fresh checkout/build now.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3786
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug general/3786] Eclipse required by frysk-imports/tests/cdtparserversion/CDTParserTest.java
2006-12-22 17:54 [Bug general/3786] New: Eclipse required by frysk-imports/tests/cdtparserversion/CDTParserTest.java jan dot kratochvil at redhat dot com
2006-12-22 19:16 ` [Bug general/3786] " rmoseley at redhat dot com
@ 2006-12-23 13:35 ` jan dot kratochvil at redhat dot com
2008-06-11 20:19 ` cagney at redhat dot com
2 siblings, 0 replies; 4+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2006-12-23 13:35 UTC (permalink / raw)
To: frysk-bugzilla
------- Additional Comments From jan dot kratochvil at redhat dot com 2006-12-23 13:35 -------
Running on RHEL5 i686 and it is a fresh frysk build.
I found out of all the `*eclipse*' rpm packages I had `eclipse-ecj' installed.
After I `rpm -e eclipse-ecj' it the configure scripts detected HAVE_ECJ->false
and the build now fails later on:
gcj -I../../frysk/frysk-imports -I. -Igetopt.jar -Ijunit.jar -Werror -Wall -fPIC
-ggdb2 -fjni -c cdtparser.jar
org/eclipse/cdt/core/dom/ast/ASTTypeUtil.java: In class
'org.eclipse.cdt.core.dom.ast.ASTTypeUtil':
org/eclipse/cdt/core/dom/ast/ASTTypeUtil.java: In method
'org.eclipse.cdt.core.dom.ast.ASTTypeUtil.getType(org.eclipse.cdt.core.dom.ast.IType)':
org/eclipse/cdt/core/dom/ast/ASTTypeUtil.java:261: error: cannot find file for
class org.eclipse.cdt.internal.core.dom.parser.ITypeContainer
Please really check the builds without `*eclipse*' packages installed.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3786
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug general/3786] Eclipse required by frysk-imports/tests/cdtparserversion/CDTParserTest.java
2006-12-22 17:54 [Bug general/3786] New: Eclipse required by frysk-imports/tests/cdtparserversion/CDTParserTest.java jan dot kratochvil at redhat dot com
2006-12-22 19:16 ` [Bug general/3786] " rmoseley at redhat dot com
2006-12-23 13:35 ` jan dot kratochvil at redhat dot com
@ 2008-06-11 20:19 ` cagney at redhat dot com
2 siblings, 0 replies; 4+ messages in thread
From: cagney at redhat dot com @ 2008-06-11 20:19 UTC (permalink / raw)
To: frysk-bugzilla
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|frysk-bugzilla at sourceware|rmoseley at redhat dot com
|dot org |
Status|NEW |ASSIGNED
http://sourceware.org/bugzilla/show_bug.cgi?id=3786
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-06-11 20:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-22 17:54 [Bug general/3786] New: Eclipse required by frysk-imports/tests/cdtparserversion/CDTParserTest.java jan dot kratochvil at redhat dot com
2006-12-22 19:16 ` [Bug general/3786] " rmoseley at redhat dot com
2006-12-23 13:35 ` jan dot kratochvil at redhat dot com
2008-06-11 20:19 ` cagney at redhat dot com
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).