First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 45398
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Carsten Frewert <gentoo@frewert.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 45398 depends on: Show dependency tree
Bug 45398 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-03-22 08:08 0000
While hunting another bug, I found that several ebuilds in dev-java call Apache
Ant in src_compile(), but do not respect the exit code of the call.

For example, emerging commons-validator prints

BUILD FAILED
file:/var/tmp/portage/commons-validator-1.0.2-r1/work/commons-validator-1.0.2-src/build.xml:182:
Compile failed; see the compiler error output for details.

but merging happily continues:

>>> dev-java/commons-validator-1.0.2-r1 merged.

Candidates for replacing "ant ${ant_params}" with "ant ${ant_params} || die"
are

commons-digester
commons-fileupload
commons-httpclient
commons-lang
commons-logging
commons-validator
ecs
lucene
servletapi
rhino
fastutil
jade
sablecc
fscript
joscar
violinstrings
commons-daemon
commons-launcher
jmx
poi
commons-el
commons-modeler
joda-time

------- Comment #1 From Chris Aniszczyk (RETIRED) 2004-03-22 19:34:35 0000 -------
Heh, you made me do a lot of commits >:) 

Thanks, these are all fixed in portage now.

I appreciate the report.

First Last Prev Next    No search results available      Search page      Enter new bug