Gentoo Archives: gentoo-alt

From: mattmatteh@×××.com
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] helpers and the games eclass
Date: Sat, 02 Jan 2010 00:54:41
Message-Id: Pine.LNX.4.64.1001011841430.3523@noose64.home
1 thought i would take a look at the games that need patching with
2 #${EPREFIX}. using bug http://bugs.gentoo.org/show_bug.cgi?id=296987 as
3 an example, i removed the fix to verify the failure and added einfo to see
4 whats going on:
5
6
7 >>> Install tuxmath-20010907 into /Volumes/prefix-ppc-macos-x11/var/tmp/portage/games-kids/tuxmath-20010907/image/Volumes/prefix-ppc-macos-x11/ category games-kids
8 * games eclass debug: EPREFIX /Volumes/prefix-ppc-macos-x11
9 * games eclass debug: GAMES_PREFIX /Volumes/prefix-ppc-macos-x11/usr/games
10 * games eclass debug: GAMES_DATADIR /Volumes/prefix-ppc-macos-x11/usr/share/games
11 * games eclass debug: GAMES_DATADIR_BASE /Volumes/prefix-ppc-macos-x11/usr/share
12 * games eclass debug: GAMES_SYSCONFDIR /Volumes/prefix-ppc-macos-x11/etc/games
13 * games eclass debug: GAMES_STATEDIR /Volumes/prefix-ppc-macos-x11/var/games
14 * games eclass debug: GAMES_LOGDIR /Volumes/prefix-ppc-macos-x11/var/log/games
15 * games eclass debug: GAMES_LIBDIR /Volumes/prefix-ppc-macos-x11/usr/games/lib
16 * games eclass debug: GAMES_BINDIR /Volumes/prefix-ppc-macos-x11/usr/games/bin
17 -------------------------------------------------------
18 You should not use ${EPREFIX} with helpers.
19 --> /Volumes/prefix-ppc-macos-x11/usr/share/games/tuxmath
20 -------------------------------------------------------
21
22
23 soo... i dont see any problem with the install paths, no double prefix.
24 what is this error about using ${EPREFIX} with helpers?
25
26 before sending i googled and found this
27 http://www.mail-archive.com/gentoo-alt@l.g.o/msg03335.html
28
29 so it seems that the games eclass should not handle EPREFIX at all ?
30
31 but for confugure those do need to be set since that is whats passed, econf --prefix="${GAMES_PREFIX}"
32
33 seems like doins needs to stop whinning ?
34
35 matt

Replies

Subject Author
Re: [gentoo-alt] helpers and the games eclass Jeremy Olexa <darkside@g.o>