Bug 595504 - antlr: non-functional, missing deps?
Summary: antlr: non-functional, missing deps?
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: antlr
Version: 14
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Milos Jakubicek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-24 20:21 UTC by Rex Dieter
Modified: 2011-02-19 01:24 UTC (History)
1 user (show)

Fixed In Version: antlr-2.7.7-14.fc14
Clone Of:
Environment:
Last Closed: 2010-11-22 14:43:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
file triggering error (2.79 KB, text/plain)
2010-05-24 20:21 UTC, Rex Dieter
no flags Details

Description Rex Dieter 2010-05-24 20:21:08 UTC
Created attachment 416219 [details]
file triggering error

Using antlr to build kdesdk fails in rawhide (f13 seems ok).

cd /builddir/build/BUILD/kdesdk-4.4.80/poxml && /usr/bin/antlr -o /builddir/build/BUILD/kdesdk-4.4.80/i686-redhat-linux-gnu/poxml gettext.g
Can't find functions library, aborting


Will attach gettext.g

Comment 1 Rex Dieter 2010-05-24 20:25:13 UTC
oh, just a missing dep on jpackage-utils ?

from /usr/bin/antlr:

# Source functions library
if [ -f /usr/share/java-utils/java-functions ] ; then
  . /usr/share/java-utils/java-functions
else
  echo "Can't find functions library, aborting"
  exit 1
fi

Comment 2 Rex Dieter 2010-05-24 20:39:14 UTC
ok, adding jpackage-utils , now I get:

cd /builddir/build/BUILD/kdesdk-4.4.80/poxml && /usr/bin/antlr -o /builddir/build/BUILD/kdesdk-4.4.80/x86_64-redhat-linux-gnu/poxml gettext.g
[ 38%] Can't find java virtual machine, aborting.

Comment 3 Milos Jakubicek 2010-05-25 07:24:18 UTC
Yep, sorry for that (recently there have been lot of changes). I'm now quite in hurry, will fix this on next Tuesday (in one week) -- if it would be too late for you, feel free to modify the package by your own of course.

Thanks for reporting...

Comment 4 Bug Zapper 2010-07-30 11:42:18 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 14 development cycle.
Changing version to '14'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 5 Rex Dieter 2010-11-22 14:43:57 UTC
Seems fixed now.

Comment 6 Rex Dieter 2010-11-23 14:26:16 UTC
nevermind, it was still broke fixed now,

%changelog
* Tue Nov 23 2010 Rex Dieter <rdieter> - 0:2.7.7-11
- -tool: +Requires: java jpackage-utils (#595504)

Comment 7 Fedora Update System 2011-02-07 10:31:10 UTC
antlr-2.7.7-13.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/antlr-2.7.7-13.fc14

Comment 8 Fedora Update System 2011-02-07 12:55:39 UTC
antlr-2.7.7-14.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/antlr-2.7.7-14.fc14

Comment 9 Fedora Update System 2011-02-07 12:55:49 UTC
antlr-2.7.7-14.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/antlr-2.7.7-14.fc14

Comment 10 Fedora Update System 2011-02-19 01:24:24 UTC
antlr-2.7.7-14.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.