Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34273 - Request to enable more application on the alpha or ~alpha at least.
Summary: Request to enable more application on the alpha or ~alpha at least.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-24 11:07 UTC by Nico Baggus
Modified: 2004-01-14 20:01 UTC (History)
0 users

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


Attachments
A list of ebuild that do at least build.... (does_build_atleast.lst,2.35 KB, text/plain)
2003-11-24 11:13 UTC, Nico Baggus
Details
updated list (ebuilds,2.14 KB, text/plain)
2003-11-24 19:54 UTC, Aron Griffis (RETIRED)
Details
more updates (ebuilds,2.85 KB, text/plain)
2003-11-24 20:03 UTC, Aron Griffis (RETIRED)
Details
Current kdegames as from rsync8.de.gentoo.org on Dec, 3rd. (kdegames-3.1.4.ebuild,1.10 KB, text/plain)
2003-12-03 23:54 UTC, Nico Baggus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Baggus 2003-11-24 11:07:17 UTC
Attached is a listing of ebuild that do compile on alpha (at least), most of 
them work. 
(ant is a notable exception, it seems to work well enough for testing, but 2 
builds (postgresql & db) fail to build with 4 tasks/processes in limbo. 
Also there is no modern enough javavm) 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nico Baggus 2003-11-24 11:13:37 UTC
Created attachment 21214 [details]
A list of ebuild that do at least build....
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2003-11-24 19:54:03 UTC
Created attachment 21239 [details]
updated list
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2003-11-24 19:55:31 UTC
I've done some of these.  Please be more careful when posting bugs like this,
Nico.  So far one of the ebuilds is for x86-only (unace) and two others are
already marked "alpha" (kdegames and aspell-en)
Comment 4 Aron Griffis (RETIRED) gentoo-dev 2003-11-24 20:03:26 UTC
Created attachment 21240 [details]
more updates
Comment 5 Nico Baggus 2003-12-03 23:54:35 UTC
Created attachment 21674 [details]
Current kdegames as from rsync8.de.gentoo.org on Dec, 3rd.

This is the current ebuild for kdegames on my machine, synced on December 3rd.
I cannot find a KEYWORD symbol containing alpha...,
so probably I need a better mirror, which one are you using then?

mine is rsync8.de.gentoo.org almost allways.
Comment 6 Nico Baggus 2003-12-03 23:59:56 UTC
I've done an "emerge rsync; emerge -upD world"
which should get the system to latest builds.
And still shows that it want to downgrade kde to 3.1.2
(I hand forced the build, with emerge /usr/portage/kde-base/... etc. earlier, since then it want's to downgrade )

 and then checked all installed images with
<bash>
 for i in `epm -q -a` 
 do 
     grep -L "KEYWORD.*alpha" /usr/portage/*/*/$i 
 done > does_build.lst
</bash>
this output generated 3 errors from packages for which no ebuilds existed
anymore (old versions), which I updated manualy and the redid the for-loop.

So the list was generated from the portage cache. I first appended was generated. 

Maybe my rsync mirror was not up to date? See attached: kdegames.... 
(no alpha... there)
Maybe emerge rsync; emerge -upD world doesn't work as well as it should?
The above for loop might have some wrong assumptions. grep -L shows the
name of a file that has no match with the expression.
Or some ebuilds may contain something like...:

KEYWORD="
x86
alpha
"
 which obviously doesn't match.


About unace, it was not something I added intentionaly by itself, it probably 
was needed as the result of a requirement of some kind from another package.
which wouldn't build without it (Spam-Assassin comes to mind, as it can handle 
a lot of archivers, at least it is/was not rejected on alpha.)
In case it shouldn't work, maybe -alpha should be in the headers then (it 
allready has -ppc, -sparc).



kind regards,
Nico Baggus
Comment 7 Aron Griffis (RETIRED) gentoo-dev 2004-01-14 20:01:31 UTC
I pretty much finished all of these except for ones that are no longer applicable.  Thanks.