Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48121 - Request for app-misc/jbidwatcher-0.9.3_pre2
Summary: Request for app-misc/jbidwatcher-0.9.3_pre2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
: 48883 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-17 05:37 UTC by Tassilo Horn
Modified: 2004-05-01 16:48 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tassilo Horn 2004-04-17 05:37:59 UTC
Hi,
could you please update jbidwatcher to 0.9.3_pre2. It fixes some bugs making troubles from time to time and and improves the UI.
Thanks!

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Donovan Long 2004-04-18 22:07:16 UTC
Seconded!  I tried copying the pre1 ebuild, but the ebuild fails (not that it realizes it)... :)


Calculating dependencies ...done!
>>> emerge (1 of 1) app-misc/jbidwatcher-0.9.3_pre2 to /
>>> md5 src_uri ;-) jbidwatcher-0.9.3pre2.tar.gz
>>> Unpacking source...
>>> Unpacking jbidwatcher-0.9.3pre2.tar.gz to /var/tmp/portage/jbidwatcher-0.9.3_pre2/work
>>> Source unpacked.
jikes
Buildfile: build.xml

BUILD FAILED
file:/var/tmp/portage/jbidwatcher-0.9.3_pre2/work/jbidwatcher-0.9.3pre2/build.xml:81: Expected "</fileset>" to terminate element starting on line 80.

Total time: 1 second

>>> Install jbidwatcher-0.9.3_pre2 into /var/tmp/portage/jbidwatcher-0.9.3_pre2/image/ category app-misc
install: cannot stat `*.jar': No such file or directory
>>> dobin: making jbidwatcher executable...
man:
prepallstrip:
strip:
strip:
>>> Completed installing into /var/tmp/portage/jbidwatcher-0.9.3_pre2/image/

>>> Merging app-misc/jbidwatcher-0.9.3_pre2 to /
--- /usr/
--- /usr/bin/
>>> /usr/bin/jbidwatcher
--- /usr/share/
--- /usr/share/jbidwatcher/
>>> /usr/share/jbidwatcher/lib/
>>> /usr/share/jbidwatcher/package.env
>>> Safely unmerging already-installed instance...
--- !mtime obj /usr/share/jbidwatcher/package.env
--- !mtime obj /usr/bin/jbidwatcher
<<<        dir /usr/share/jbidwatcher/lib
--- !empty dir /usr/share/jbidwatcher
--- !empty dir /usr/share
--- !empty dir /usr/bin
--- !empty dir /usr
>>> original instance of package unmerged safely.
 * Caching service dependencies...
>>> app-misc/jbidwatcher-0.9.3_pre2 merged.

>>> clean: No packages selected for removal.

>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


 * GNU info directory index is up-to-date.

Comment 2 Thomas Kjosmoen 2004-04-18 23:29:32 UTC
The problem here is that there is missing a slash almost at the end of line 80 in the build.xml file. I'm no ebuild guru, so I solved the problem this way:

cd /usr/portage/app-misc/jbidwatcher
cp jbidwatcher-0.9.3_pre1.ebuild jbidwatcher-0.9.3_pre2.ebuild
ebuild jbidwatcher-0.9.3_pre2.ebuild digest
cd /usr/portage/digest
tar zxf jbidwatcher-0.9.3pre2.tar.gz
cd jbidwatcher-0.9.3pre2
nano -w build.xml

% change line 80 to:
<fileset dir="${src.dir}" includes="jbidwatcher.properties" />
% exit nano

cd ..
tar cf jbidwatcher-0.9.3pre2.tar jbidwatcher-0.9.3pre2
gzip jbidwatcher-0.9.3pre2.tar
rm -rf jbidwatcher-0.9.3pre2
cd /usr/portage/app-misc/jbidwatcher
ebuild jbidwatcher-0.9.3_pre2.ebuild digest

I hope that this will be of help.

-- Thomas
Comment 3 Tassilo Horn 2004-04-19 06:55:51 UTC
Thanks Thomas,

This works for me.

Regards,
	Tassilo
Comment 4 Chris Aniszczyk (RETIRED) gentoo-dev 2004-04-25 20:48:18 UTC
Updated in portage, thanks.
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2004-05-01 16:48:46 UTC
*** Bug 48883 has been marked as a duplicate of this bug. ***