Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ppc KEYWORDS (aka why is this ebuild showing as masked)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
Gerk
Retired Dev
Retired Dev


Joined: 07 May 2002
Posts: 435

PostPosted: Tue Aug 13, 2002 5:39 pm    Post subject: ppc KEYWORDS (aka why is this ebuild showing as masked) Reply with quote

***** admin *****
as this is realy outdated, i removed the sticky.


We have moved ahead to the next step of QA for the ppc Gentoo world. As some users may have noticed, we now have ppc KEYWORDS, meaning that if the build has not been tested and verified on ppc, it will not have the ppc KEYWORD set in it, and it will show up as a masked build. There are ways of installing this build, and this will tell you how.

1) you can install any pkg file by directly calling the ebuild file, regardless of KEYWORDS. i.e. emerge /usr/portage/app-editors/joe/joe-2.9.5.ebuild would install that pkg even if there is no ppc keyword set.

2) This will not work automagically for installing any DEPENDs of this ebuild. If there are also DEPENDs that are not keyworded with ppc, you will ahve to manually install them first using the method above.

3) **VERY IMPORTANT** : In order to help up ppc developers get more things tested and keyworded, if you do happen to use this method and the build(s) you installed work, please please report it either by emailing gentoo-ppc-dev@gentoo.org with the report of the exact build(s) you installed or talking to a ppc dev in IRC, at irc.openprojects.net in #gentoo-ppc. The same goes for any verified non-working builds (that don't already have -ppc in them)

Thanks for everyone's help to make Gentoo PPC the best distro it can be.


Last edited by Gerk on Thu Feb 06, 2003 6:09 pm; edited 2 times in total
Back to top
View user's profile Send private message
samson
n00b
n00b


Joined: 09 Nov 2002
Posts: 25
Location: Munich/Germany

PostPosted: Sat Nov 09, 2002 2:18 pm    Post subject: Reply with quote

<gentooppc-dev@gentoo.org>:
Sorry, no mailbox here by that name. (#5.1.1)

shouldn't it be gentoo-ppc-dev ?
Back to top
View user's profile Send private message
Gerk
Retired Dev
Retired Dev


Joined: 07 May 2002
Posts: 435

PostPosted: Sat Nov 09, 2002 4:25 pm    Post subject: Reply with quote

Yep thanks, I corrected it.. they changed the mailing list name :(
Back to top
View user's profile Send private message
nitrous
n00b
n00b


Joined: 23 Jul 2003
Posts: 37
Location: somewhere over the rainbow

PostPosted: Sun Aug 17, 2003 3:57 pm    Post subject: Reply with quote

you could built them that way but sometimes if the build is a depend i like to use ekeyword to make it stable then built as opposed to ACCEPT_KEYWORDS="blahs" :)

-tweek
_________________
BONZIII
Back to top
View user's profile Send private message
cardamine
n00b
n00b


Joined: 01 Mar 2004
Posts: 1
Location: Derbyshire, UK

PostPosted: Mon Mar 01, 2004 12:08 pm    Post subject: spam Reply with quote

spam
_________________
"We live in an age when pizza arrives quicker than the police"
Back to top
View user's profile Send private message
micron
Guru
Guru


Joined: 23 Jul 2003
Posts: 411
Location: Bergamo, Italy

PostPosted: Thu Mar 04, 2004 10:15 pm    Post subject: Reply with quote

I've written a program that scans all installed program seeking all the ebuilds that aren't yet reported arch-compatible.
It can be useful for people with short memory (like me :roll:), that don't remember the ebuilds they have forced.

Download the .ebuild file here and follow these instructions:
Code:
mkdir /usr/local/portage/app-portage
mkdir /usr/local/portage/app-portage/arch-finder
cp arch-finder-0.1b.ebuild /usr/local/portage/app-portage/arch-finder/
cd /usr/local/portage/app-portage/arch-finder/
ebuild arch-finder-0.1b.ebuild digest
emerge arch-finder

where /usr/portage is your portage-overlay directory (configure it into /etc/make.conf).

To check your installed apps simply do:
Code:
arch-finder -a ppc

As you noticed the system architecture can be specified by the user, and in this case will be "ppc"... :wink:

For more infos read the man page or ask me.
Obviously suggestions and feature-request are welcome! :wink:

[EDIT] new version 0.1b
_________________
~ "Progress is merely a realisation of utopias" ~


Last edited by micron on Mon Oct 18, 2004 9:47 pm; edited 2 times in total
Back to top
View user's profile Send private message
Juanjo
n00b
n00b


Joined: 11 Mar 2004
Posts: 3

PostPosted: Sat Mar 13, 2004 12:34 pm    Post subject: Reply with quote

micron, I used your program but Im not sure its working..

Code:
dune arch-finder # arch-finder -a ppc
Scanning portage tree, please wait

These ebuild aren't yet signed as ppc-compatible!
/usr/portage/dev-python/pythong/pythong-2.1.5.ebuild
/usr/portage/net-im/amsn/amsn-0.90.ebuild

Submit a report sending a mail to gentoo-ppc-dev@gentoo.org

Unbelivable: these ebuilds are heavy masked, are you sure they're working?!

/usr/portage/sys-kernel/ppc-sources/ppc-sources-2.4.24-r1.ebuild
/usr/portage/sys-kernel/ppc-sources/ppc-sources-2.4.24-r2.ebuild


Both ppc-sources-2.4.24-r1 and ppc-sources-2.4.24-r2 are stable :roll:
Back to top
View user's profile Send private message
micron
Guru
Guru


Joined: 23 Jul 2003
Posts: 411
Location: Bergamo, Italy

PostPosted: Sat Mar 13, 2004 4:38 pm    Post subject: Reply with quote

Juanjo wrote:
micron, I used your program but Im not sure its working..

Code:
dune arch-finder # arch-finder -a ppc
Scanning portage tree, please wait

These ebuild aren't yet signed as ppc-compatible!
/usr/portage/dev-python/pythong/pythong-2.1.5.ebuild
/usr/portage/net-im/amsn/amsn-0.90.ebuild

Submit a report sending a mail to gentoo-ppc-dev@gentoo.org

Unbelivable: these ebuilds are heavy masked, are you sure they're working?!

/usr/portage/sys-kernel/ppc-sources/ppc-sources-2.4.24-r1.ebuild
/usr/portage/sys-kernel/ppc-sources/ppc-sources-2.4.24-r2.ebuild


Both ppc-sources-2.4.24-r1 and ppc-sources-2.4.24-r2 are stable :roll:

Thanks for reporting this bug, it was related to -ppc64 flag into:
Code:
KEYWORDS="ppc -ppc64"

I've fixed it, in the next day I'll put a new ebuild into my web-site
But don't be scared, arch-finder reports successfully all new ebuild :wink:
_________________
~ "Progress is merely a realisation of utopias" ~
Back to top
View user's profile Send private message
spitzwegerich
l33t
l33t


Joined: 04 Mar 2003
Posts: 697
Location: Lower Bavaria, Central Europe

PostPosted: Mon Apr 12, 2004 8:17 pm    Post subject: Reply with quote

Quote:
1) you can install any pkg file by directly calling the ebuild file, regardless of KEYWORDS. i.e. emerge /usr/portage/app-editors/joe/joe-2.9.5.ebuild would install that pkg even if there is no ppc keyword set.


With the new portage features, is there a more elegant way to do this?
I tried to add the package name to /etc/portage/package.unmask, but emerge still does not want to install the package.
_________________
"Work is the curse of the drinking classes."
-Oskar Wilde
Back to top
View user's profile Send private message
micron
Guru
Guru


Joined: 23 Jul 2003
Posts: 411
Location: Bergamo, Italy

PostPosted: Wed Apr 21, 2004 6:52 pm    Post subject: Reply with quote

micron wrote:
I've fixed it, in the next day I'll put a new ebuild into my web-site

Finally I've solved some problem with my friend's site and I've released the new version of arch-finder, you can find it here
_________________
~ "Progress is merely a realisation of utopias" ~
Back to top
View user's profile Send private message
_savage
Guru
Guru


Joined: 06 Jun 2004
Posts: 308
Location: Redmond, WA

PostPosted: Fri Jun 11, 2004 10:51 pm    Post subject: Reply with quote

i can not send to gentoo-ppc-dev@lists.gentoo.org because i haven't subscribed to it. anyway, just letting you know that micq 0.4.11 compiles and runs most peachy on my powerbook (actually, i never had a problem with micq...).

jens
_________________
Jens Troeger
http://savage.light-speed.de/
Back to top
View user's profile Send private message
krunk
Guru
Guru


Joined: 27 Jul 2003
Posts: 316

PostPosted: Sun Aug 22, 2004 4:50 am    Post subject: Reply with quote

I usually copy the ebuild over to my portage overlay directory and add a 'ppc' keyword to the list. I then file a bug report if it compiles properly.

If I want to know which packages I have overridden I just do a ls -R in my portage overlay. Not fancy, but it works.
_________________
G4 1ghz iBook
PowerMac G3 (B&W) [Powered by Gentoo and Gentoo alone :)]

Dual G5
iPod 3rd generation
Back to top
View user's profile Send private message
rhygin
n00b
n00b


Joined: 11 Mar 2004
Posts: 19

PostPosted: Mon Oct 18, 2004 9:17 pm    Post subject: Reply with quote

micron wrote:
I've written a program that scans all installed program seeking all the ebuilds that aren't yet reported arch-compatible.
It can be useful for people with short memory (like me :roll:), that don't remember the ebuilds they have forced.


micron,

You should add gentoolkit to the RDEPEND in your ebuild.
Back to top
View user's profile Send private message
micron
Guru
Guru


Joined: 23 Jul 2003
Posts: 411
Location: Bergamo, Italy

PostPosted: Mon Oct 18, 2004 9:51 pm    Post subject: Reply with quote

rhygin wrote:
You should add gentoolkit to the RDEPEND in your ebuild.

Thanks for the report, I've fixed it.
But, as someone posted above, arch-finder is quite useless, there're other ways to discover ppc's untested packages.
Iit was only one of my first program in python (and you can easy notice it if you know python :) )
_________________
~ "Progress is merely a realisation of utopias" ~
Back to top
View user's profile Send private message
awx
n00b
n00b


Joined: 26 Jan 2005
Posts: 51

PostPosted: Sat Feb 05, 2005 9:06 pm    Post subject: Reply with quote

I'm not subscribed to that mailing list either but I would like to report success with net-print/cups-pdf version 1.6.4. Here is the email I tried to send:

Hi,
I have a PPC 603 based KuroBox running Gentoo and have successfully installed the package net-print/cups-pdf, version 1.6.4. That package is marked "~ppc" so I wanted to report my success with it. For me, it is working as both a Linux printer and as a Windows printer through CUPS.

I personally wish the PDF output was in a different directory but otherwise it is working fine.

Base on this thread:
https://forums.gentoo.org/viewtopic.php?p=2058546

If there is anything specific that you would want tested, please let me know and I will do the best I can.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum