pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/29448
The following reply was made to PR pkg/29448; it has been noted by GNATS.
From: A L Meyers <me%privacy.net@localhost>
To: "Johnny C. Lam" <jlam%NetBSD.org@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/29448
Date: Tue, 14 Jun 2005 10:28:02 +0200
Johnny C. Lam wrote:
> On Mon, Jun 13, 2005 at 09:19:55PM +0200, A L Meyers wrote:
>
>>(1)
>>[alm@localhost tanked]$ bmake show-var VARNAME=_USE_TOOLS
>>[ awk basename cat chgrp chmod chown cmp cp cut date dirname echo
>>egrep env expr false file find gmake grep gzcat head hostname id
>>imake install ln ls mkdir mtree mv patch pax pwd rm rmdir sed sh
>>sort tail tar test touch tr true wc xargs xmkmf
>>[alm@localhost tanked]$
>>
>>(2)
>>[alm@localhost tanked]$ bmake show-var VARNAME=IMAKE_MAKE
>>/usr/bin/make
>>[alm@localhost tanked]$
>>
>>(3)
>>[alm@localhost tanked]$ ls -l work/.tools/bin/make
>>lrwxrwxrwx 1 root root 13 Jun 13 21:09 work/.tools/bin/make ->
>>/usr/bin/make*
>>[alm@localhost tanked]$
>
>
> The above output looks correct, which means that there is some other
> reason why the wrong make(1) program is being invoked. I believe that
> I've fixed the problem which I tracked down to pkgtools/xpkgwedge. If
> you cvs update your pkgsrc and try building games/tanked, it should
> force you to update your xpkgwedge package as part of the build. Could
> you please let me know if this fixes the build of games/tanked?
>
> Thanks,
>
> -- Johnny Lam <jlam%NetBSD.org@localhost>
>
Good morning Johnny and thanks. Regret after updating pkgsrc
games/tanked still does not build. lux. Here is the output:
makedepend: warning: /usr/include/gnu/stubs.h: non-portable
whitespace encountered at line 7
make[1]: Leaving directory
`/usr/pkgsrc/games/tanked/work/tanked-0.90/client'
make[1]: Entering directory
`/usr/pkgsrc/games/tanked/work/tanked-0.90/client'
making all in ./libsprite...
make[2]: Entering directory
`/usr/pkgsrc/games/tanked/work/tanked-0.90/client/libsprite'
rm -f border.o
gcc -c -O2 -fomit-frame-pointer -pipe -march=i586
-mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce
-I/usr/include/X11 -I/usr/pkg/include -I/usr/X11R6/include
-Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO
-I/usr/include/X11 -DXVENDORNAME='"The X.Org Foundation"'
-DXVENDORNAMESHORT='"X.Org"' border.c
cc1: error: invalid option `tune=pentiumpro'
make[2]: *** [border.o] Error 1
make[2]: Leaving directory
`/usr/pkgsrc/games/tanked/work/tanked-0.90/client/libsprite'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/usr/pkgsrc/games/tanked/work/tanked-0.90/client'
make: *** [all] Error 2
*** Error code 2
Stop.
bmake: stopped in /usr/pkgsrc/games/tanked
===>
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===> * log of the build
===> * /usr/pkgsrc/games/tanked/work/.work.log
===>
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/games/tanked
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/games/tanked
Home |
Main Index |
Thread Index |
Old Index