Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836218 - dev-java/mvel-2.3.2-r1 fails tests with icedtea-8
Summary: dev-java/mvel-2.3.2-r1 fails tests with icedtea-8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-03-26 20:36 UTC by Jonathan Lovelace
Modified: 2024-01-03 22:13 UTC (History)
1 user (show)

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


Attachments
dev-java:mvel-2.3.2-r1:20220326-170619.log (dev-java:mvel-2.3.2-r1:20220326-170619.log,242.41 KB, text/plain)
2022-03-26 20:36 UTC, Jonathan Lovelace
Details
emerge-info.txt (emerge-info.txt,8.07 KB, text/plain)
2022-03-26 20:38 UTC, Jonathan Lovelace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Lovelace 2022-03-26 20:36:57 UTC
Created attachment 767916 [details]
dev-java:mvel-2.3.2-r1:20220326-170619.log

=dev-java/mvel-2.3.2-r1 fails its test phase for me. From the build log:

There was 1 failure:                                                                                          1) testScript(org.mvel2.tests.classes.ClassTests)                                                             
[Error: unknown exception in expression: tm()]                                                                
[Near : {... def speak() { ....}]                                                                             
                       ^                                                                                      
[Line: 8, Column: 15]                                                                                         
        at org.mvel2.PropertyAccessor.get(PropertyAccessor.java:170)                                          
        at org.mvel2.PropertyAccessor.get(PropertyAccessor.java:125)                                          
        at org.mvel2.ast.ASTNode.getReducedValue(ASTNode.java:187)                                            
        at org.mvel2.MVELInterpretedRuntime.parseAndExecuteInterpreted(MVELInterpretedRuntime.java:101)       
        at org.mvel2.MVELInterpretedRuntime.parse(MVELInterpretedRuntime.java:47)                             
        at org.mvel2.MVEL.eval(MVEL.java:404)                                                                 
        at org.mvel2.PropertyAccessor.getMethod(PropertyAccessor.java:871)                                    
        at org.mvel2.PropertyAccessor.getAllowOverride(PropertyAccessor.java:214)                             
        at org.mvel2.PropertyAccessor.get(PropertyAccessor.java:148)                                          
        at org.mvel2.PropertyAccessor.get(PropertyAccessor.java:125)                                          
        at org.mvel2.ast.ASTNode.getReducedValue(ASTNode.java:187)                                            
        at org.mvel2.MVELInterpretedRuntime.parseAndExecuteInterpreted(MVELInterpretedRuntime.java:101)       
        at org.mvel2.MVELInterpretedRuntime.parse(MVELInterpretedRuntime.java:47)                             
        at org.mvel2.MVEL.eval(MVEL.java:404)          
        at org.mvel2.MVEL._evalFile(MVEL.java:600)     
        at org.mvel2.MVEL._evalFile(MVEL.java:596)     
        at org.mvel2.MVEL.evalFile(MVEL.java:542)      
        at org.mvel2.tests.classes.ClassTests.testScript(ClassTests.java:17)                                  
        ... 25 trimmed     
Caused by: org.mvel2.OptimizationFailure: attempt to optimize a method call for a reference that does not poin
t to a method: tm (reference is type: null)            
        at org.mvel2.PropertyAccessor.getMethod(PropertyAccessor.java:891)                                    
        at org.mvel2.PropertyAccessor.getAllowOverride(PropertyAccessor.java:214)                             
        at org.mvel2.PropertyAccessor.get(PropertyAccessor.java:148)                                          
        ... 43 more        

FAILURES!!!                
Tests run: 1100,  Failures: 1
Comment 1 Jonathan Lovelace 2022-03-26 20:38:45 UTC
Created attachment 767917 [details]
emerge-info.txt
Comment 2 Larry the Git Cow gentoo-dev 2024-01-03 22:13:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd524375b3949a724db22a24e20f22bf7d2edb44

commit fd524375b3949a724db22a24e20f22bf7d2edb44
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2024-01-03 09:21:43 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-01-03 22:12:56 +0000

    dev-java/mvel: drop 2.3.2-r1
    
    Closes: https://bugs.gentoo.org/836218
    Closes: https://bugs.gentoo.org/916529
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/mvel/Manifest                             |  1 -
 .../files/mvel-2.3.2-ignore-failing-tests.patch    | 43 ------------
 ...mvel-2.3.2-update-supported-java-versions.patch | 51 --------------
 .../mvel-2.3.2-update-version-in-output.patch      | 26 -------
 dev-java/mvel/mvel-2.3.2-r1.ebuild                 | 81 ----------------------
 5 files changed, 202 deletions(-)