pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/54240 CVS commit: pkgsrc/games/pingus



The following reply was made to PR pkg/54240; it has been noted by GNATS.

From: "John D. Baker" <jdbaker%consolidated.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: PR/54240 CVS commit: pkgsrc/games/pingus
Date: Tue, 28 May 2019 13:19:58 -0500 (CDT)

 On Tue, 28 May 2019, coypu%sdf.org@localhost wrote:
 
 >  Can you share config.log?
 
 Here is the relevant part.  Looks like something didn't make all the
 necessary changes:
 
 [...]
 scons: Configure: Checking for sdl-config...
 scons: Configure: (cached) /usr/pkg/bin/sdl-config
 
 scons: Configure: Checking for SDL_image...
 .sconf_temp/conftest_0.cpp <-
   |
   |#include "SDL.h"
   |#include "SDL_image.h"
   |int main(int argc, char* argv[]) { return 0; }
   |
 g++ -o .sconf_temp/conftest_0.o -c -O2 -s -std=c++0x -isystem/usr/pkg/include/libpng16 -isystem/usr/pkg/include/SDL -DVERSION="\"0.7.6\"" -DHAVE_OPENGL=1 -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -Ibuild/src -Isrc -I/usr/X11R7/include .sconf_temp/conftest_0.cpp
 g++ -o .sconf_temp/conftest_0 -Wl,-rpath,/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib -Wl,-R/usr/pkg/lib .sconf_temp/conftest_0.o -L/usr/X11R7/lib -L/usr/pkg/lib -l@GL_PKGCONF_LIB@ -lpng16 -lz -lSDL -lpthread -lSDL_image
 ld: cannot find -l@GL_PKGCONF_LIB@
 scons: Configure: failed
 
 scons: Configure: Checking for SDL_mixer...
 .sconf_temp/conftest_1.cpp <-
   |
   |#include "SDL.h"
   |#include "SDL_mixer.h"
   |int main(int argc, char* argv[]) { return 0; }
   |
 g++ -o .sconf_temp/conftest_1.o -c -O2 -s -std=c++0x -isystem/usr/pkg/include/libpng16 -isystem/usr/pkg/include/SDL -DVERSION="\"0.7.6\"" -DHAVE_OPENGL=1 -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -Ibuild/src -Isrc -I/usr/X11R7/include .sconf_temp/conftest_1.cpp
 g++ -o .sconf_temp/conftest_1 -Wl,-rpath,/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib -Wl,-R/usr/pkg/lib .sconf_temp/conftest_1.o -L/usr/X11R7/lib -L/usr/pkg/lib -l@GL_PKGCONF_LIB@ -lpng16 -lz -lSDL -lpthread -lSDL_image -lSDL_mixer
 ld: cannot find -l@GL_PKGCONF_LIB@
 scons: Configure: failed
 [...]
 
 
 Note the "-l@GL_PKGCONF_LIB@".
 
 Also, later:
 
 [...]
 scons: Configure: Checking for C library iconv... 
 .sconf_temp/conftest_4.c <-
   |
   |
   |
   |int
   |main() {
   |  
   |return 0;
   |}
   |
 gcc -o .sconf_temp/conftest_4.o -c -isystem/usr/pkg/include/libpng16 -isystem/usr/pkg/include/SDL -DVERSION="\"0.7.6\"" -DHAVE_OPENGL=1 -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_ICONV_CONST -DICONV_CONST=const -Ibuild/src -Isrc -I/usr/X11R7/include .sconf_temp/conftest_4.c
 gcc -o .sconf_temp/conftest_4 -Wl,-rpath,/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib -Wl,-R/usr/pkg/lib .sconf_temp/conftest_4.o -L/usr/X11R7/lib -L/usr/pkg/lib -l@GL_PKGCONF_LIB@ -lpng16 -lz -lSDL -lpthread -lSDL_image -lSDL_mixer -liconv
 ld: cannot find -l@GL_PKGCONF_LIB@
 scons: Configure: no
 
 
 -- 
 |/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
 |\ / jdbaker[snail]consolidated[flyspeck]net  OpenBSD            FreeBSD
 | X  No HTML/proprietary data in email.   BSD just sits there and works!
 |/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645
 


Home | Main Index | Thread Index | Old Index