Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130263 - file collisions in games-fps/quake3-{data,teamarena}
Summary: file collisions in games-fps/quake3-{data,teamarena}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-17 07:45 UTC by UncleOwen
Modified: 2006-04-17 14:49 UTC (History)
0 users

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


Attachments
quake3-teamarena-fix-collisions (quake3-teamarena-fix-collisions,856 bytes, patch)
2006-04-17 07:46 UTC, UncleOwen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description UncleOwen 2006-04-17 07:45:00 UTC
Both quake3-data and quake3-teamarena ebuilds contain the lines

        insinto "${GAMES_DATADIR}"/quake3/missionpack
        doins missionpack/*.pk3 || die "missionpack"

This causes emerge to fail if FEATURES=collision-protect is on.

Additionally, the teamarena ebuild tries to copy pak1.pak from the cd. This is not necessary, because the file is already there (it's in the patch). I guess, there are CDs out there that don't even have this file.

Will post patch.
Comment 1 UncleOwen 2006-04-17 07:46:13 UTC
Created attachment 84835 [details, diff]
quake3-teamarena-fix-collisions

The patch.

No need to rev-bump, because both issues are of the "does not install" case.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-04-17 14:49:37 UTC
Fixed in CVS... thanks for the bug report...