Bug 142385

Summary: games/neverball does not build on FreeBSD-7.2
Product: Ports & Packages Reporter: hardy.schumacher
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description hardy.schumacher 2010-01-06 19:00:14 UTC
Port games/neverball does not build on FreeBSD-7.2. 

See log for further details:

===>  Vulnerability check disabled, database not found
===>  Extracting for neverball-1.5.4
=> MD5 Checksum OK for neverball-1.5.4.tar.gz.
=> SHA256 Checksum OK for neverball-1.5.4.tar.gz.
===>  Patching for neverball-1.5.4
===>  Applying FreeBSD patches for neverball-1.5.4
===>   neverball-1.5.4 depends on file: /usr/local/bin/sdl-config - found
===>   neverball-1.5.4 depends on executable: gmake - found
===>   neverball-1.5.4 depends on shared library: png.5 - found
===>   neverball-1.5.4 depends on shared library: jpeg.10 - found
===>   neverball-1.5.4 depends on shared library: vorbis.4 - found
===>   neverball-1.5.4 depends on shared library: physfs.1 - found
===>   neverball-1.5.4 depends on shared library: SDL-1.2.11 - found
===>   neverball-1.5.4 depends on shared library: SDL_ttf-2.0.6 - found
===>   neverball-1.5.4 depends on shared library: intl - found
===>   neverball-1.5.4 depends on shared library: GL.1 - found
===>  Configuring for neverball-1.5.4
===>  Building for neverball-1.5.4
Will make a "release" build of Neverball 1.5.4.
cc -Wall -ansi -pedantic -O2 -fno-strict-aliasing -pipe -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -U_GNU_SOURCE -I/usr/local/include/libpng -O2 -fno-strict-aliasing -pipe -Ishare -DVERSION=\"1.5.4\" -DCONFIG_USER=\".neverball\" -DCONFIG_DATA=\"/usr/local/share/neverball/data\" -DCONFIG_LOCALE=\"/usr/local/share/locale\" -DENABLE_NLS=1 -DNDEBUG -MM -MP -MF share/lang.d -MT "share/lang.o" share/lang.c
cc -Wall -ansi -pedantic -O2 -fno-strict-aliasing -pipe -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -U_GNU_SOURCE -I/usr/local/include/libpng -O2 -fno-strict-aliasing -pipe -Ishare -DVERSION=\"1.5.4\" -DCONFIG_USER=\".neverball\" -DCONFIG_DATA=\"/usr/local/share/neverball/data\" -DCONFIG_LOCALE=\"/usr/local/share/locale\" -DENABLE_NLS=1 -DNDEBUG -o share/lang.o -c share/lang.c
In file included from share/lang.c:22:
share/lang.h:19:21: error: libintl.h: No such file or directory
share/lang.c: In function 'lang_init':
share/lang.c:58: warning: implicit declaration of function 'bindtextdomain'
share/lang.c:59: warning: implicit declaration of function 'bind_textdomain_codeset'
share/lang.c:60: warning: implicit declaration of function 'textdomain'
share/lang.c: In function 'sgettext':
share/lang.c:71: warning: implicit declaration of function 'gettext'
share/lang.c:71: warning: initialization makes pointer from integer without a cast
share/lang.c: In function 'get_local_text':
share/lang.c:88: warning: initialization makes pointer from integer without a cast
share/lang.c:91: warning: assignment makes pointer from integer without a cast
gmake: *** [share/lang.o] Error 1
*** Error code 1

Stop in /usr/ports/games/neverball.

Fix: 

n/a
How-To-Repeat: Try to install port games/neverball on a FreeBSD-7.2 on i386 platform.
Fetching works, building breaks up.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-06 19:00:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2010-01-08 04:46:58 UTC
State Changed
From-To: open->feedback

Does this patch help: http://people.freebsd.org/~amdmi3/neverball.patch 
?
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2010-01-09 14:40:16 UTC
State Changed
From-To: feedback->closed

Won't fix, submitter has devel/sdl12 updated manually with required 
patches missing.