Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60268 - app-emulation/pearpc-0.3.0 version bump
Summary: app-emulation/pearpc-0.3.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ian Leitch (RETIRED)
URL: http://pearpc.sourceforge.net/index.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-13 13:20 UTC by y0zza
Modified: 2004-09-24 08:02 UTC (History)
2 users (show)

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


Attachments
pearpc-0.3.1.ebuild (pearpc-0.3.1.ebuild,3.45 KB, text/plain)
2004-09-10 23:08 UTC, steveb
Details
pearpc-0.3.1.ebuild (pearpc-0.3.1.ebuild,3.45 KB, text/plain)
2004-09-10 23:41 UTC, steveb
Details
pearpc-0.3.1.ebuild (pearpc-0.3.1.ebuild,3.51 KB, text/plain)
2004-09-14 00:05 UTC, steveb
Details
pearpc-cvs-0.0.1.ebuild (pearpc-cvs-0.0.1.ebuild,3.23 KB, text/plain)
2004-09-14 00:05 UTC, steveb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description y0zza 2004-08-13 13:20:44 UTC
app-emulation/pearpc-0.3.0 released 13th August 2004.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 flo 2004-08-13 18:43:46 UTC
copied the 0.2.0 ebuild to 0.3.0 and compiled it by using local overlay.
at the moment v 0.3.0 is running fine...
maybe considering making this stable is an option?
Comment 2 Ernst Sjöstrand 2004-08-14 04:31:12 UTC
We need sdl use flags now etc..
Comment 3 Ian Leitch (RETIRED) gentoo-dev 2004-08-14 06:36:55 UTC
Yes, I'm working on it. I'm just waiting to hear from a pearpc developer, whether the Qt and GTK frontends are compatible with this release. It looks like they aren't, seeing as neither of them compile, and have a vastley different format than to the sdl/win32/x11 ones. Though I'd just like to make sure.

As for marking it stable, that would never happen straight away. Generaly, a month has to pass with no bug reports before an ebuild can be made stable. Though in this case, i'll think twice about marking the ebuilds stable - considering pearpc is still in early stages of development. 
Comment 4 Ian Leitch (RETIRED) gentoo-dev 2004-08-15 18:44:14 UTC
In CVS without gtk/qt support. Though I'm leaving this bug open until I hear back from a pearpc dev about the gtk/qt situation. 
Comment 5 steveb 2004-09-10 23:08:41 UTC
Created attachment 39376 [details]
pearpc-0.3.1.ebuild

Ebuild for the new 0.3.1 release. I changed some stuff from the 0.3.0 ebuild,
because I needed networking support in PearPC and without serval files beeing
setuid I was not able as user to get the networking up and runing. The 0.3.0
relase did not have them setuid. The 0.3.0 seams even not to install two needed
files (ifppc_up.setuid and ifppc_down.setuid) for networking. I don't know why
the 0.3.0 ebuild does not install them. Anyway... the ebuild I am attaching is
heavy used by me on i386 and PearPC works so far (I have MAC OS X 10.3.5 runing
in PearPC).
Comment 6 steveb 2004-09-10 23:41:39 UTC
Created attachment 39377 [details]
pearpc-0.3.1.ebuild

Ahggrrr!! I had a typo in the script on line 102. Instead of "{" I used "(".
Sorry for that.
Comment 7 Graeme Humphries 2004-09-13 09:39:18 UTC
IMO, it's a /really/ bad idea to have the ebuild install a 3GB and a 6GB hard drive image. It's just not practical to expect people to have 9GB free on their drive just to install this one tiny app.
Comment 8 Graeme Humphries 2004-09-13 09:49:52 UTC
Oh yeah, I forgot to add that other than that your ebuild works great. :)
Comment 9 steveb 2004-09-13 15:33:41 UTC
Hallo Graeme

The day where I write a ebuild wich installs useless 9GB of data, is the day where I would quit computing ;)

Look very close to the ammount of bytes used by the two COMPRESSED 3GB and 6GB images:
steveb@thinkpad images $ ls -la
total 12
drwxr-xr-x  2 root root   16 Sep 13 00:07 .
drwxr-xr-x  4 root root   24 Sep 13 00:07 ..
-rw-r--r--  1 root root 2289 Sep 13 00:07 pearpc-3gib.img.bz2
-rw-r--r--  1 root root 4537 Sep 13 00:07 pearpc-6gib.img.bz2
steveb@thinkpad images $


If you ask me, then 6.8KB is nothing ;)
If the end-user extracts the images, then she/he probably knows what they do.


cheers

Steve
Comment 10 Graeme Humphries 2004-09-13 20:30:41 UTC
Hmm... okay, I think the problem is that when I tried to emerge it, it got those compressed image files as sources for the ebuild, and then *uncompressed* them into /var/tmp/portage/pear*. Perhaps if we can prevent portage from automatically unpacking those files? I know it thinks its helping, but really... ;)
Comment 11 steveb 2004-09-14 00:05:08 UTC
Created attachment 39556 [details]
pearpc-0.3.1.ebuild

Okay... I think this statements prevents the unpacking of the two disk images:
src_unpack() {
	unpack ${P}.tar.bz2
}

I added a dependency to "app-emulation/pearpc-cvs" since I have a ebuild to
download PearPC from CVS and I don't want them both to be installed. I will
post the cvs ebuild as well.


cheers

SteveB
Comment 12 steveb 2004-09-14 00:05:59 UTC
Created attachment 39557 [details]
pearpc-cvs-0.0.1.ebuild

This is the CVS ebuild I use.

cheers

SteveB
Comment 13 Ian Leitch (RETIRED) gentoo-dev 2004-09-22 11:53:27 UTC
eradicator already submited the 0.3.1 ebuild (thanks for telling me...), but he obviously hadn't see this bug. 

ifppc_up/down.setuid are now included, along with the createdisk.py script. No need for the disk images, people can just use the script to create their own. 

and that cvs version... thats not going anyway near the tree ;) 
Comment 14 steveb 2004-09-24 08:02:14 UTC
Okay... I am not so "hot" about getting everything into the portage tree. The CVS version can stay in bugs.gentoo.org. If some one needs it, then she/he will find it.

cheers

SteveB