Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291877 - games-board/pokerth-0.7.1: missing dependency x11-libs/qt-core with USE=dedicated
Summary: games-board/pokerth-0.7.1: missing dependency x11-libs/qt-core with USE=dedic...
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: 2009-11-04 17:39 UTC by Michael Weber (RETIRED)
Modified: 2010-03-16 22:17 UTC (History)
0 users

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


Attachments
build.log showing the missong qmake (build.log,1.93 KB, text/plain)
2009-11-04 17:40 UTC, Michael Weber (RETIRED)
Details
corresponding environemnt (environment,127.58 KB, text/plain)
2009-11-04 17:41 UTC, Michael Weber (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weber (RETIRED) gentoo-dev 2009-11-04 17:39:28 UTC
Ebuild has the dedicated USE flag and not depend on qt-core if set.
src_configure calls eqmake4 resulting in an missing /usr/bin/qmake binary.

I do not know jet, if this can be resolved, but under current circumstances there's a problem.

Reproducible: Always

Steps to Reproduce:
1. have a (server) system without qt-core
2. USE=dedicated emerge games-board/pokerth

Actual Results:  
file not found: /usr/bin/qmake

Expected Results:  
clean build

Portage 2.1.6.13 (default/linux/x86/10.0, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.31-gentoo-r4-nash.0 i686)
=================================================================
System uname: Linux-2.6.31-gentoo-r4-nash.0-i686-Pentium_III_-Coppermine-with-gentoo-2.0.0
Timestamp of tree: Wed, 04 Nov 2009 17:00:21 +0000
distcc 3.1 i686-pc-linux-gnu [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     4.0_p28
dev-lang/python:     2.6.2-r1
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.3-r4
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=pentium3 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--jobs 1 --keep-going"
FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://nash.fs.lmu.de/gentoo/"
LDFLAGS="-Wl,-O1"
LINGUAS="en de"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/layman/xmw"
SYNC="rsync://rsync.ipv6.gentoo.org/gentoo-portage/"
USE="acl acpi bash-completion berkdb bzip2 cli cracklib crypt cups dri fbcon fortran gdbm gpm hal iconv iproute2 ipv6 jpeg logrotate modules mudflap ncurses nls nptl nptlonly openmp pam pcre perl png pppd python readline reflection session spl ssl symlink sysfs tcpd threads tiff unicode x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en de" USERLAND="GNU" VIDEO_CARDS="intel vesa"
Unset:  CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Michael Weber (RETIRED) gentoo-dev 2009-11-04 17:40:42 UTC
Created attachment 209240 [details]
build.log showing the missong qmake
Comment 2 Michael Weber (RETIRED) gentoo-dev 2009-11-04 17:41:09 UTC
Created attachment 209241 [details]
corresponding environemnt
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2009-11-04 18:06:43 UTC
fixed.  thanks for the bug report.
Comment 4 Michael Weber (RETIRED) gentoo-dev 2009-11-05 01:03:01 UTC
(In reply to comment #3)
> fixed.  thanks for the bug report.
> 

this works. thanks.

Next issue:
The server damon complains about missing avatar files 
(installed as /usr/share/games/pokerth/data/gfx/avatars/default/ when USE=-dedicated).

You cannot change the AppDataDir value in ~/.pokerth/config.xml, 
it gets changed to argv[0]/data upon startup.
In case of /usr/games/bin/pokerth_server, it becomes /usr/games/bin/data.

It currently starts up with:
  /usr/games/bin/pokerth_server linked to /usr/share/games/pokerth/pokerth_server
  /usr/share/games/pokerth/data/gfx/avatars/default/ from an USE=-dedicated install
 and run as /usr/share/games/pokerth/pokerth_server

Unfortunately, it does not yet create a game to join. Remote access shows "game not found".
Comment 5 Tristan Heaven (RETIRED) gentoo-dev 2009-11-05 01:11:45 UTC
Please file a new bug for that. One bug for each separate issue is easier to manage.
Comment 6 Michael Weber (RETIRED) gentoo-dev 2009-11-05 01:15:58 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > fixed.  thanks for the bug report.
> > 
> 
> this works. thanks.
> 
> Next issue:
> The server damon complains about missing avatar files 
> (installed as /usr/share/games/pokerth/data/gfx/avatars/default/ when
> USE=-dedicated).
> 
> You cannot change the AppDataDir value in ~/.pokerth/config.xml, 
> it gets changed to argv[0]/data upon startup.
> In case of /usr/games/bin/pokerth_server, it becomes /usr/games/bin/data.
> 
> It currently starts up with:
>   /usr/games/bin/pokerth_server linked to
> /usr/share/games/pokerth/pokerth_server
>   /usr/share/games/pokerth/data/gfx/avatars/default/ from an USE=-dedicated
> install
>  and run as /usr/share/games/pokerth/pokerth_server
> 
> Unfortunately, it does not yet create a game to join. Remote access shows "game
> not found".
> 

I've to configure the clients to a manually set internet server (mine).
http://www.pokerth.net/forum/17-installation/3453-making-a-dedicated-server#3454

avatar dir could be missind http://www.pokerth.net/forum/17-installation/3798-problems-running-pokerthserver#3809

sorry.