Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159102 - games-puzzle/ksudoku-0.3 fails configure
Summary: games-puzzle/ksudoku-0.3 fails configure
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-25 17:23 UTC by devsk
Modified: 2007-04-22 22:08 UTC (History)
1 user (show)

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


Attachments
Configure log (config.log,104.12 KB, text/plain)
2006-12-26 16:33 UTC, devsk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description devsk 2006-12-25 17:23:53 UTC
configure: creating ./config.status
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1224.
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
config.status: error: cannot find input file: Makefile.rules.in

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/ksudoku-0.3/work/ksudoku-0.3/config.log

!!! ERROR: games-puzzle/ksudoku-0.3 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1255:   Called kde_src_compile
  kde.eclass, line 170:   Called kde_src_compile 'all'
  kde.eclass, line 340:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 322:   Called econf '--with-x' '--enable-mitshm' '--with-xinerama' '--with-qt-dir=/usr/qt/3' '--enable-mt' '--with-qt-libraries=/usr/qt/3/lib64' '--disable-debug' '--without-debug' '--with-arts' '--enable-libsuffix=64' '--with-extra-includes=/usr/kde/3.5/include' '--with-extra-libs=/usr/kde/3.5/lib64'
  ebuild.sh, line 540:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 devsk 2006-12-25 19:48:37 UTC
surprisingly, if I go into work area and untar a fresh copy of ksudoku in it and configure with the same arguments, it works fine.
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2006-12-26 09:43:12 UTC
can you attach the config.log?
Comment 3 devsk 2006-12-26 16:33:55 UTC
Created attachment 104777 [details]
Configure log
Comment 4 Markus Ullmann (RETIRED) gentoo-dev 2007-02-12 19:02:19 UTC
Looks like some perl lib64 mixup. What do you think?
Comment 5 Michael Cummings (RETIRED) gentoo-dev 2007-02-12 22:36:53 UTC
Why do you say it's perl?

configure:11210: checking for shl_load
configure:11266: x86_64-pc-linux-gnu-gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -O2 -march=k8 -msse2 -msse3 -fforce-addr -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute  -Wl,-O1 -Wl,--enable-new-dtags conftest.c  >&5
/var/tmp/portage/ksudoku-0.3/temp/cctcGcKf.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `shl_load'
collect2: ld returned 1 exit status
Comment 6 Markus Ullmann (RETIRED) gentoo-dev 2007-04-22 22:08:01 UTC
as this version has been dropped in favour of 0.4, this bug doesn't apply any more