Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508646 - =x11-drivers/ati-drivers-14.4_rc version bump
Summary: =x11-drivers/ati-drivers-14.4_rc version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-24 21:36 UTC by Manuel Rüger (RETIRED)
Modified: 2014-05-14 17:12 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,1.21 KB, text/x-log)
2014-04-29 09:13 UTC, anonymous
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2014-04-24 21:36:38 UTC
Highlights of the AMD Catalyst™ 14.4 Release Candidate Driver for Linux:
This release of AMD Catalyst™ Linux introduces support for the following new:

                Products:

            Support for the AMD Radeon R9 295X

     Features:

            Ubuntu 12.04.4  support
            Full support for OpenGL 4.4
            OpenGL 4.4 supports the following extensions:
                ARB_buffer_storage
                ARB_enhanced_layouts
                ARB_query_buffer_object
                ARB_clear_texture
                ARB_texture_mirror_clamp_to_edge
                ARB_texture_stencil8
                ARB_vertex_type_10f_11f_11f_rev
                ARB_multi_bind
                ARB_bindless_texture
                ARB_spare_texture
                ARB_seamless_cubemap_per_texture
                ARB_shader_draw_parameters
                ARB_shader_group_vote

 Resolved Issues:

        [388835] : Corruption and system hang observed while running Sanctuary BM with Tear Free Desktop enabled
        [391994] : Memory leak about hardware context
        [392921] : EGL create context error for glesx
        [393622] : GPU hand in CrossFire Mode
        [392271] : [Piglit] Test "spec/arb_vertex_array_object" failed
        [393283]:  Glxtest failures observed in log file
        [392666] : [Piglit] Test "glx/GLX_EXT_import_context/free context" failed
        [389496] : [Piglit] Test "spec/ARB_seamless_cube_map" failed
        [388194] : [Piglit] Test "texture swizzle with border color" failed
        [391231] : Blank screen observed while running steam games with Big picture
        [394935] : 4ms delay observed in the glxSwapBuffers when vsync is enabled
        [375710] : RBDoom3BFG the game auto quit when use the security camera terminal
        [394504] : ETQW segmentation fault
Comment 1 emil karlson 2014-04-27 07:48:52 UTC
bumped in x11 overlay, also 14.4
Comment 2 ewomer 2014-04-28 23:03:48 UTC
does not look like its a proper ebuild update 

```
 emerge -av ati-drivers                            

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild    FU #] x11-drivers/ati-drivers-14.4:1::x11 [14.4_rc:1::starvald_emeralian] USE="modules multilib qt4 -abiwrapper -debug -pax_kernel -static-libs" MULTILIB_ABI="amd64 x86" 119,988 kB

Total: 1 package (1 upgrade), Size of downloads: 119,988 kB
Fetch Restriction: 1 package (1 unsatisfied)

Fetch instructions for x11-drivers/ati-drivers-14.4:
 * The driver package
 * Linux_AMD_Catalyst_14.3_Beta_V1.0_B22_March12_2014.zip
 * needs to be downloaded manually from
 * http://support.amd.com/en-us/download/desktop?os=Linux%

```

Its looking for the wrong version?
Comment 3 emil karlson 2014-04-29 04:12:40 UTC
(In reply to salamanderrake from comment #2)
> Its looking for the wrong version?

Nope, but the package name is hardcoded into that message, thanks for the notice, I will fix it.
Comment 4 anonymous 2014-04-29 09:13:24 UTC
Created attachment 376014 [details]
build.log
Comment 5 anonymous 2014-04-29 09:13:46 UTC
I can't install ati-drivers-1.14::x11

>>> Emerging (1 of 1) x11-drivers/ati-drivers-14.4 from x11
 * amd-catalyst-14-4-linux-x86-x86-64.zip SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                           [ ok ]

!!! x11-drivers/ati-drivers-14.4 has fetch restriction turned on.
!!! This probably means that this ebuild's files must be downloaded
!!! manually.  See the comments in the ebuild for more information.

 * Fetch failed for 'x11-drivers/ati-drivers-14.4', Log file:
 *  '/media/trash/system/portage/x11-drivers/ati-drivers-14.4/temp/build.log'
 * The driver package
 * amd-catalyst-14-4-linux-x86-x86-64.zip
 * needs to be downloaded manually from
 * http://support.amd.com/en-us/download/desktop?os=Linux%20x86_64

>>> Failed to emerge x11-drivers/ati-drivers-14.4, Log file:

>>>  '/media/trash/system/portage/x11-drivers/ati-drivers-14.4/temp/build.log'
Comment 6 emil karlson 2014-04-29 15:12:57 UTC
ati-drivers is fetch restricted, you'll need to download the package manually and place it into /usr/portage/distfiles/ (or whatever is appropriate for you)
Comment 7 anonymous 2014-04-29 15:49:39 UTC
> ati-drivers is fetch restricted, you'll need to download the package manually and place it into /usr/portage/distfiles/ (or whatever is appropriate for you)

I did it.

>  * amd-catalyst-14-4-linux-x86-x86-64.zip SHA256 SHA512 WHIRLPOOL size ;-)
> ...                                                                      [ ok ]

And:

# ls -lh /usr/portage/distfiles/amd-catalyst-14-4-linux-x86-x86-64.zip 
-rw-rw-r-- 1 portage portage 118M Apr 29 11:28 /usr/portage/distfiles/amd-catalyst-14-4-linux-x86-x86-64.zip
Comment 8 emil karlson 2014-04-29 16:52:33 UTC
does downloading http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz to distfiles help?
Comment 9 anonymous 2014-04-29 17:04:57 UTC
Yes, it does.
Comment 10 emil karlson 2014-04-29 17:35:05 UTC
Thanks, fixed that one too.
Comment 11 Chí-Thanh Christopher Nguyễn gentoo-dev 2014-05-14 17:12:26 UTC
Fixed in CVS.