Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84556 - wormux 0.5.0 fails to compile
Summary: wormux 0.5.0 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-08 15:04 UTC by Simone Eupili
Modified: 2011-09-14 20:35 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simone Eupili 2005-03-08 15:04:58 UTC
Making all in data
make[1]: Entering directory `/var/tmp/portage/wormux-0.5.0/work/wormux-0.5.0/data'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/wormux-0.5.0/work/wormux-0.5.0/data'
Making all in src
make[1]: Entering directory `/var/tmp/portage/wormux-0.5.0/work/wormux-0.5.0/src'
Making all in .
make[2]: Entering directory `/var/tmp/portage/wormux-0.5.0/work/wormux-0.5.0/src'
if i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"Wormux\" -DPACKAGE_TARNAME=\"wormux\"-DPACKAGE_VERSION=\"0.5.0\" -DPACKAGE_STRING=\"Wormux\ 0.5.0\" -DPACKAGE_BUGREPORT=\"wormux-dev@gna.org\" -DPACKAGE=\"wormux\" -DVERSION=\"0.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LONG_LONG=1 -DHAVE_LONG_DOUBLE=1 -DHAVE_WCHAR_T=1 -DHAVE_WINT_T=1 -DHAVE_INTTYPES_H_WITH_UINTMAX=1 -DHAVE_STDINT_H_WITH_UINTMAX=1 -DHAVE_INTMAX_T=1 -DHAVE_POSIX_PRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DINTDIV0_RAISES_SIGFPE=1 -DHAVE_UNSIGNED_LONG_LONG=1 -DHAVE_UINTMAX_T=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDINT_H=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_ASPRINTF=1 -DHAVE_FWPRINTF=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_SNPRINTF=1 -DHAVE_STPCPY=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_WCSLEN=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE___FSETLOCKING=1 -DHAVE_DECL__SNPRINTF=0 -DHAVE_DECL__SNWPRINTF=0 -DHAVE_DECL_FEOF_UNLOCKED=1 -DHAVE_DECL_FGETS_UNLOCKED=0 -DHAVE_DECL_GETC_UNLOCKED=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBX11= -DHAVE_DIRENT_H=1  -I. -I.   -I/usr/X11R6/include  -I/usr/include/ClanLib-0.7   -I/usr/include/libxml++-1.0 -I/usr/lib/libxml++-1.0/include -I/usr/include/libxml2   -DINSTALL_DATADIR=\"/usr/share/games/wormux/\" -DINSTALL_LOCALEDIR=\"/usr/share/games/locale/\" -I../intl -I../intl -O4 -march=athlon-xp -fomit-frame-pointer -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
cc1plus: /usr/lib/libxml++-1.0/include: Not a directory
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/wormux-0.5.0/work/wormux-0.5.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/wormux-0.5.0/work/wormux-0.5.0/src'
make: *** [all-recursive] Error 1

!!! ERROR: games-strategy/wormux-0.5.0 failed.
!!! Function src_compile, Line 42, Exitcode 2
!!! emake
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-03-08 15:15:09 UTC
merge the newer ebuild for libxmlpp
Comment 2 SpanKY gentoo-dev 2005-03-08 18:31:19 UTC
search bugzilla next time

*** This bug has been marked as a duplicate of 74669 ***
Comment 3 Simone Eupili 2005-03-09 03:10:55 UTC
i can't understand why this is a duplicate o.O
my bug is about wormux
Comment 4 Simone Eupili 2005-03-09 03:14:31 UTC
"merge the newer ebuild for libxmlpp"

I merged but the problem remain.
Comment 5 SpanKY gentoo-dev 2005-03-09 17:00:27 UTC
you didnt read the bug

either way, dont re-open or file a new bug, this is NOT an issue with wormux

*** This bug has been marked as a duplicate of 74669 ***
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2005-05-19 09:05:48 UTC
Closing to clean up after bugzilla upgrade.  reopen if closed in error.  Thanks.
Comment 7 Mr. Bones. (RETIRED) gentoo-dev 2011-09-14 20:35:56 UTC
clean up bug list after bugzilla update