FS#11082 - python-pygame: Files have wrong permissions

Attached to Project: Arch Linux
Opened by Eric Belanger (Snowman) - Friday, 01 August 2008, 05:05 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 07 August 2008, 02:47 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Douglas Soares de Andrade (dsa)
Architecture All
Severity Medium
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

python-pygame 1.8.1 have files with incorrect permissions. they should be chmoded 644:

python-pygame W: File (usr/include/python2.5/pygame/mixer.h) does not have the world readable bit set.
python-pygame W: File (usr/include/python2.5/pygame/fastevents.h) does not have the world readable bit set.
python-pygame W: File (usr/include/python2.5/pygame/bitmask.h) does not have the world readable bit set.
python-pygame W: File (usr/include/python2.5/pygame/ffmovie.h) does not have the world readable bit set.
python-pygame W: File (usr/include/python2.5/pygame/scrap.h) does not have the world readable bit set.
python-pygame W: File (usr/include/python2.5/pygame/pgopengl.h) does not have the world readable bit set.
python-pygame W: File (usr/include/python2.5/pygame/surface.h) does not have the world readable bit set.
python-pygame W: File (usr/include/python2.5/pygame/font.h) does not have the world readable bit set.
python-pygame W: File (usr/include/python2.5/pygame/pygamedocs.h) does not have the world readable bit set.
python-pygame W: File (usr/include/python2.5/pygame/pygame.h) does not have the world readable bit set.
python-pygame W: File (usr/lib/python2.5/site-packages/pygame/freesansbold.ttf) does not have the world readable bit set.
python-pygame W: File (usr/lib/python2.5/site-packages/pygame/pygame_icon.icns) does not have the world readable bit set.
python-pygame W: File (usr/lib/python2.5/site-packages/pygame/pygame_icon.tiff) does not have the world readable bit set.
python-pygame W: File (usr/lib/python2.5/site-packages/pygame/pygame.ico) does not have the world readable bit set.
python-pygame W: File (usr/lib/python2.5/site-packages/pygame/pygame_icon.bmp) does not have the world readable bit set.
This task depends upon

Closed by  Eric Belanger (Snowman)
Thursday, 07 August 2008, 02:47 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in python-pygame-1.8.1-2
Comment by solsTiCe (zebul666) - Friday, 01 August 2008, 12:02 GMT
if need be, i confirm the bug :-)

python-pygame 1.8.1-1
Comment by Eric Belanger (Snowman) - Tuesday, 05 August 2008, 23:09 GMT
seems like the font is missing: http://bbs.archlinux.org/viewtopic.php?id=52660

Douglas: if you want, I can fix/check this out. Let me know so we don't duplicate work.
Comment by solsTiCe (zebul666) - Wednesday, 06 August 2008, 09:04 GMT
no font is missing.
it's because of wrong file permission that you have a font error not found
Comment by Eric Belanger (Snowman) - Wednesday, 06 August 2008, 19:56 GMT
I didn't noticed that the font was among the files with incorrect permissions. I'll go ahead and fix this tonight.

Loading...