Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28005 - some problems with ati drivers 3.2.5 ebuild
Summary: some problems with ati drivers 3.2.5 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-05 10:05 UTC by xlyz
Modified: 2003-09-05 15:15 UTC (History)
0 users

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 xlyz 2003-09-05 10:05:21 UTC
1. rpm has to be targzed manually, in spite of the command in the build

 ACCEPT_KEYWORDS="~x86" emerge ati-drivers
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/ati-drivers-3.2.5 to /
>>> md5 src_uri ;-) fglrx-glc22-4.3.0-3.2.5.i586.rpm
>>> Unpacking source...
tar (child): /usr/portage/distfiles/fglrx-glc22-4.3.0-3.2.5.i586.tar.gz: Cannot
open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
!!! ERROR: media-video/ati-drivers-3.2.5 failed.
!!! Function src_unpack, Line 27, Exitcode 2
!!! (no error message)

2. fglrx-2.6-fix-deprecated.patch shall not be applied 

 * creating Makefile for kernel 2.6
patching file Makefile
 * applying fglrx-2.6-fix-deprecated.patch
patching file agpgart_be.c
Hunk #1 FAILED at 240.
Hunk #2 FAILED at 252.
Hunk #3 FAILED at 368.
Hunk #4 FAILED at 398.
Hunk #5 FAILED at 453.
Hunk #6 FAILED at 478.
Hunk #7 FAILED at 1566.
Hunk #8 FAILED at 1583.
Hunk #9 FAILED at 1614.
Hunk #10 FAILED at 1882.
10 out of 10 hunks FAILED -- saving rejects to file agpgart_be.c.rej
patching file firegl_public.c
Hunk #1 succeeded at 324 with fuzz 1 (offset 2 lines).
Hunk #2 FAILED at 981.
1 out of 2 hunks FAILED -- saving rejects to file firegl_public.c.rej

3. virtual/linux-kernel dep require a not needed 2.4.2x kernel installation (in
case only 2.6.0 has been installed)


Reproducible: Always
Steps to Reproduce:
Comment 1 xlyz 2003-09-05 10:15:47 UTC
fireglcontrol does not get installed if qt is not present, in spite of the fact that a statically linked version is present in the pack

check also wedge comments in http://forums.gentoo.org/viewtopic.php?t=54793&start=725
Comment 2 Luca Barbato gentoo-dev 2003-09-05 14:48:03 UTC
sorry, I mistyped a WORKDIR DISTDIR (and I have the rpm2tar package in DISTDIR so I didn't notice...)

that is fixed, try to rsync and get the correct ebuild or just change it by hand.

2 I'll change it in a bit, it should not break anything anyway.

3 >=virtual/linux-sources-2.4 does not require you to have a 2.4 but any kernel with version >= 2.4 so a 2.6 satisfies that dep.

to xlyz Is fireglcontrol needed? last time I tried the static version isn't running, on my box.




Comment 3 xlyz 2003-09-05 15:15:16 UTC
//3 >=virtual/linux-sources-2.4 does not require you to have a 2.4 but any kernel 
//with version >= 2.4 so a 2.6 satisfies that dep.

not on my machine. I had to install 2.4.x (emerge -i ;)

//Is fireglcontrol needed? last time I tried the static version isn't running,
//on my box.

now seems to work