Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701298 - games-kids/tuxtype-1.8.3: configure: error: SDL_net test failed (--without-sdlnet to disable)
Summary: games-kids/tuxtype-1.8.3: configure: error: SDL_net test failed (--without-sd...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
: 701344 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-11-27 07:56 UTC by Ulrich Müller
Modified: 2019-11-27 22:57 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,6.53 KB, text/plain)
2019-11-27 07:57 UTC, Ulrich Müller
Details
emerge --info (emerge-info,7.32 KB, text/plain)
2019-11-27 07:58 UTC, Ulrich Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2019-11-27 07:56:21 UTC
checking for sdl >= 1.2.0... yes
checking for SDL_image... yes
checking for SDL_mixer... yes
checking for SDL_Pango... yes
checking for csin in -lm... yes
checking for WSAStartup in -lws2_32... no
configure: Windows socket library ws2_32 not found - (only needed on win32)
checking for SDL_net... no
configure: SDL_net not located by pkg-config, checking with AC CHECK LIB:
checking for SDLNet_Init in -lSDL_net... no
configure: error: in `/tmp/portage/games-kids/tuxtype-1.8.3/work/tuxtype-upstream-1.8.3':
configure: error: SDL_net test failed (--without-sdlnet to disable)
See `config.log' for more details

!!! Please attach the following file when seeking support:
!!! /tmp/portage/games-kids/tuxtype-1.8.3/work/tuxtype-upstream-1.8.3/config.log
 * ERROR: games-kids/tuxtype-1.8.3::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line  125:  Called src_configure
 *             environment, line 1847:  Called econf '--localedir=/usr/share/locale' '--with-rsvg'
 *        phase-helpers.sh, line  681:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  112:  Called die
 * The specific snippet of code:
 *              die "$@"
Comment 1 Ulrich Müller gentoo-dev 2019-11-27 07:57:34 UTC
Created attachment 597582 [details]
build.log
Comment 2 Ulrich Müller gentoo-dev 2019-11-27 07:58:26 UTC
Created attachment 597584 [details]
emerge --info
Comment 3 Ulrich Müller gentoo-dev 2019-11-27 08:04:08 UTC
Installing media-libs/sdl-net makes configure proceed past this problem, but then it fails a few lines later:

checking for SDL_net... yes
checking for libxml-2.0... yes
checking for t4k_common... no
configure: t4k_common not located by pkg-config, checking with AC CHECK LIB:
checking for InitT4KCommon in -lt4k_common... no
configure: error: libt4k_common is required: git://git.debian.org/tux4kids/t4kcommon.git
Comment 4 Ulrich Müller gentoo-dev 2019-11-27 08:07:43 UTC
OK, looks like dependencies on dev-games/t4k-common and media-libs/sdl-net are missing.
Comment 5 James Le Cuirot gentoo-dev 2019-11-27 20:48:42 UTC
*** Bug 701344 has been marked as a duplicate of this bug. ***
Comment 6 Larry the Git Cow gentoo-dev 2019-11-27 22:57:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9eb809db0bebeb0c99f8fd6ac6a309171920eb

commit 7c9eb809db0bebeb0c99f8fd6ac6a309171920eb
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2019-11-27 22:56:17 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2019-11-27 22:56:49 +0000

    games-kids/tuxtype: Fix missing and optional dependencies
    
    Closes: https://bugs.gentoo.org/701298
    Package-Manager: Portage-2.3.80, Repoman-2.3.17
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 games-kids/tuxtype/metadata.xml                          |  3 +++
 .../{tuxtype-1.8.3.ebuild => tuxtype-1.8.3-r1.ebuild}    | 16 ++++++++++++----
 2 files changed, 15 insertions(+), 4 deletions(-)