pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/emulators/openmsx



On Sun, Aug 26, 2012 at 09:07:23AM +0000, John Marino wrote:
 > Log Message:
 > emulators/openmsx: Upgrade from version 0.6.2 to 0.9.0
 > 
 > By request of the upstream developers, openMSX has been upgraded to the
 > 12 Aug 2012 release (0.9.0).  The current version in pkgsrc is 0.6.2 was
 > released over 5 years ago on 15 April 2007.  The openMSX project has
 > added extensive features through eight newer releases since then, so the
 > project was "embarrassed" about the currency of the pkgsrc version.  The
 > changes of each release are way to long to list, so here are the links:

>From the internal configuration log:

PNG: Found header
PNG: Found lib
SDL: Found header
SDL: Found lib
Failed to execute "/home/pkgbulk/b/pkg/bin/freetype-config --cflags": [Errno 2] 
No such file or directory
Failed to execute "/home/pkgbulk/b/pkg/bin/freetype-config --libs": [Errno 2] 
No such file or directory
compiler command: g++ -c derived/x86_64-netbsd-opt/config/SDL_TTF.cc -o 
derived/x86_64-netbsd-opt/config/SDL_TTF.o -m64
derived/x86_64-netbsd-opt/config/SDL_TTF.cc:1:21: fatal error: SDL_ttf.h: No 
such file or directory
compilation terminated.
return code from compiler: 1
SDL_TTF: Missing header
SDL_TTF: Cannot test linking because compile failed

SDL_ttf is buildlinked and the header is present in the buildlink
include dir:

% ls -l .buildlink/include/SDL/SDL_ttf.h 
lrwx------  1 pkgbulk  pkgbulk  41 Aug 26 18:32 
.buildlink/include/SDL/SDL_ttf.h -> /home/pkgbulk/b/pkg/include/SDL/SDL_ttf.h

It looks as if the test program needs -I${PREFIX}/include/SDL, or
needs to be looking for <SDL/SDL_ttf.h>, but apparently it works for
you and I don't see why it would be different on netbsd vs. dfly...

-- 
David A. Holland
dholland%netbsd.org@localhost



Home | Main Index | Thread Index | Old Index