Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351094 - Version bump: =media-libs/mesa-7.9.1 and media-libs/mesa-7.10
Summary: Version bump: =media-libs/mesa-7.9.1 and media-libs/mesa-7.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo X packagers
URL: http://cgit.freedesktop.org/mesa/mesa/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-08 08:43 UTC by bartoz
Modified: 2011-01-12 00:17 UTC (History)
0 users

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


Attachments
working ebuild (and eselect-mesa config) (mesa-7.10.tar.gz,4.70 KB, application/octet-stream)
2011-01-08 09:05 UTC, bartoz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bartoz 2011-01-08 08:43:58 UTC
Trying right now to emerge 7.9.1 by using the same ebuild in the tree for 7.9-r1.
I will probably try also to emerge 7.10 and report the results.

Reproducible: Always
Comment 1 bartoz 2011-01-08 08:55:26 UTC
Emerging 7.9.1 with this naive approach fails during a python call:

python2 -t -O -O lp_tile_soa.py ../../auxiliary/util/u_format.csv > lp_tile_soa.c
Traceback (most recent call last):
  File "lp_tile_soa.py", line 591, in <module>
    main()
  File "lp_tile_soa.py", line 544, in main
    print __doc__.strip()
AttributeError: 'NoneType' object has no attribute 'strip'
gmake[4]: *** No rule to make target `depend', needed by `default'.  Stop.
gmake[4]: Leaving directory `/var/tmp/portage/media-libs/mesa-7.9.1/work/Mesa-7.9.1/src/gallium/drivers/llvmpipe'
gmake[3]: *** [default] Error 1
gmake[3]: Leaving directory `/var/tmp/portage/media-libs/mesa-7.9.1/work/Mesa-7.9.1/src/gallium/drivers'
gmake[2]: *** [default] Error 1
gmake[2]: Leaving directory `/var/tmp/portage/media-libs/mesa-7.9.1/work/Mesa-7.9.1/src/gallium'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/mesa-7.9.1/work/Mesa-7.9.1/src'
make: *** [default] Error 1
emake failed

Sorry, but I do not have enough knowledge to try and fix this.
I will try now with 7.10, but I don't think it is going to work..

(In reply to comment #0)
> Trying right now to emerge 7.9.1 by using the same ebuild in the tree for
> 7.9-r1.
> I will probably try also to emerge 7.10 and report the results.
> 
> Reproducible: Always
> 

Comment 2 bartoz 2011-01-08 09:05:06 UTC
Created attachment 259270 [details]
working ebuild (and eselect-mesa config)
Comment 3 bartoz 2011-01-08 09:05:46 UTC
Surprisingly (good surprise!) 7.10 emerges all right with just a couple of modifications to the ebuild in the tree.
I also attached the working ebuild.
Hope it will make it to the tree asap.
Comment 4 Chí-Thanh Christopher Nguyễn gentoo-dev 2011-01-08 14:21:42 UTC
mesa-7.9.1 was added to the tree, 7.10 is now in the X11 overlay and will come to portage soon.
Comment 5 bartoz 2011-01-08 15:55:06 UTC
Great.
Thank you for the prompt feedback.
Just for the record, mesa-7.10 makes kwin 4.5.4 blur effect work for me on my intel integrated gpu (core i5), while the effect did not work at all with 7.9.

(In reply to comment #4)
> mesa-7.9.1 was added to the tree, 7.10 is now in the X11 overlay and will come
> to portage soon.
> 

Comment 6 Chí-Thanh Christopher Nguyễn gentoo-dev 2011-01-12 00:17:55 UTC
Fixed in CVS.