Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368059 - =dev-java/metadata-extractor-2.2.2-r2 does not build, compile phase.
Summary: =dev-java/metadata-extractor-2.2.2-r2 does not build, compile phase.
Status: RESOLVED DUPLICATE of bug 297999
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-19 13:42 UTC by Ian Delaney (RETIRED)
Modified: 2011-05-19 17:24 UTC (History)
0 users

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


Attachments
my emerge --info, stable (emerge.info,4.15 KB, application/octet-stream)
2011-05-19 13:45 UTC, Ian Delaney (RETIRED)
Details
my emerge --info, testing (emerge-info,5.14 KB, application/octet-stream)
2011-05-19 13:46 UTC, Ian Delaney (RETIRED)
Details
the build log, tesing (build.log,40.19 KB, text/x-log)
2011-05-19 14:02 UTC, Ian Delaney (RETIRED)
Details
the build log, amd64 (metadata-extractor-2.2.2-r2-build.log2,43.12 KB, application/octet-stream)
2011-05-19 14:04 UTC, Ian Delaney (RETIRED)
Details
the build.xml, amd64 (build-amd64.xml,2.42 KB, text/xml)
2011-05-19 14:05 UTC, Ian Delaney (RETIRED)
Details
the build.xml stable, ~amd64 (build-~amd64.xml,2.42 KB, text/xml)
2011-05-19 14:23 UTC, Ian Delaney (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2011-05-19 13:42:36 UTC
attempting to emerge metadata-extractor-2.2.2-r2, aborts early on.
Initially failed in amd64, testing for a different package, double checked in testing gentoo, same

Reproducible: Always

Steps to Reproduce:
1. emerge package
2.
3.
Actual Results:  
    [javac] [loading java/io/ObjectOutputStream.class(java/io:ObjectOutputStream.class)]
    [javac] [loading java/io/ObjectInputStream.class(java/io:ObjectInputStream.class)]
    [javac] [checking com.drew.metadata.test.MockDirectory]
    [javac] [total 2900ms]
    [javac] 3 errors
    [javac] 11 warnings

BUILD FAILED

 and or 

    [javac] JPEGDecodeParam.COMMENT_MARKER cannot be resolved
    [javac] ----------
    [javac] 3 problems (3 errors)

BUILD FAILED

    [javac] JPEGDecodeParam.COMMENT_MARKER cannot be resolved
    [javac] ----------
    [javac] 3 problems (3 errors)

BUILD FAILED

Expected Results:  
effective emerge of a stable package

strongest clues;
idella@gentoo64 ~/bin $ sudo grep -i error /mnt/arch/root/run2/metadata-extractor-2.2.2-r2-build.log2
Password: 
    [javac] 1. ERROR in /var/tmp/portage/portage/dev-java/metadata-extractor-2.2.2-r2/work/src/com/drew/imaging/jpeg/JpegMetadataReader.java (at line 80)
    [javac] 2. ERROR in /var/tmp/portage/portage/dev-java/metadata-extractor-2.2.2-r2/work/src/com/drew/imaging/jpeg/JpegMetadataReader.java (at line 86)
    [javac] 3. ERROR in /var/tmp/portage/portage/dev-java/metadata-extractor-2.2.2-r2/work/src/com/drew/imaging/jpeg/JpegMetadataReader.java (at line 94)
    [javac] 3 problems (3 errors)
/var/tmp/portage/portage/dev-java/metadata-extractor-2.2.2-r2/work/build.xml:22: Compile failed; see the compiler error output for details.
 * ERROR: dev-java/metadata-extractor-2.2.2-r2 failed (compile phase):
/var/tmp/portage/portage/dev-java/metadata-extractor-2.2.2-r2/work/build.xml:22: Compile failed; see the compiler error output for details.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 13:45:48 UTC
Created attachment 273969 [details]
my emerge --info, stable
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 13:46:31 UTC
Created attachment 273971 [details]
my emerge --info, testing
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2011-05-19 14:00:54 UTC
Are you hitting bug 297999?
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 14:02:19 UTC
Created attachment 273973 [details]
the build log, tesing

warning: setlocale: LC_ALL, ignore, has no impact
Comment 5 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 14:04:24 UTC
Created attachment 273975 [details]
the build log, amd64
Comment 6 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 14:05:29 UTC
Created attachment 273977 [details]
the build.xml, amd64
Comment 7 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 14:23:47 UTC
Created attachment 273983 [details]
the build.xml stable, ~amd64
Comment 8 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 14:26:46 UTC
(In reply to comment #3)
> Are you hitting bug 297999?

looking at the build log, it seems so. 
That was quick.

I did enter a search on the package name, but did not get that returned in the list.  Still have the search in my cache.
Comment 9 Petteri Räty (RETIRED) gentoo-dev 2011-05-19 16:42:34 UTC
(In reply to comment #8)
> (In reply to comment #3)
> > Are you hitting bug 297999?
> 
> looking at the build log, it seems so. 
> That was quick.
> 

Marking as duplicate then.

In the future please don't attach build.xml files unless explicitly asked. In the common case attaching them only provides email noise. You should also make sure the files end up with proper mime types. Seems some logs are for example application/octet-stream instead of text/plain. Also there is no need to attach things for both stable and testing to one issue. If testing and stable exhibit different problems then two different bugs should be opened.

*** This bug has been marked as a duplicate of bug 297999 ***
Comment 10 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 17:24:37 UTC
ok, noted