=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for ggrab-0.22a
--- list.o ---
--- cbuffer.o ---
--- tools.o ---
--- ggrab.o ---
--- pesstream.o ---
--- list.o ---
g++ -O3 -pipe -fstack-protector -I/usr/include -DREENTRANT -D_LARGEFILE64_SOURCE  -Wall -Wshadow -O3 -c list.cpp
--- cbuffer.o ---
g++ -O3 -pipe -fstack-protector -I/usr/include -DREENTRANT -D_LARGEFILE64_SOURCE  -Wall -Wshadow -O3 -c cbuffer.cpp
--- tools.o ---
g++ -O3 -pipe -fstack-protector -I/usr/include -DREENTRANT -D_LARGEFILE64_SOURCE  -Wall -Wshadow -O3 -c tools.cpp
--- ggrab.o ---
g++ -O3 -pipe -fstack-protector -I/usr/include -DREENTRANT -D_LARGEFILE64_SOURCE  -Wall -Wshadow -O3 -c ggrab.cpp
--- pesstream.o ---
g++ -O3 -pipe -fstack-protector -I/usr/include -DREENTRANT -D_LARGEFILE64_SOURCE  -Wall -Wshadow -O3 -c pesstream.cpp
--- cbuffer.o ---
In file included from cbuffer.cpp:8:0:
tools.h:12:57: warning: 'typedef' was ignored in this declaration
cbuffer.cpp: In constructor 'CBuffer::CBuffer(int)':
cbuffer.cpp:17:51: warning: deprecated conversion from string constant to 'char*'
cbuffer.cpp: In member function 'void CBuffer::DiscardToPtr(CBUFPTR)':
cbuffer.cpp:84:38: warning: deprecated conversion from string constant to 'char*'
cbuffer.cpp: In member function 'CBUFPTR CBuffer::SearchStreamId(CBUFPTR, int, unsigned char, unsigned char, unsigned char*)':
cbuffer.cpp:128:41: warning: deprecated conversion from string constant to 'char*'
cbuffer.cpp:198:53: warning: deprecated conversion from string constant to 'char*'
cbuffer.cpp: In member function 'int CBuffer::CopyBuffer(CBUFPTR, unsigned char*, int)':
cbuffer.cpp:224:53: warning: deprecated conversion from string constant to 'char*'
cbuffer.cpp:231:51: warning: deprecated conversion from string constant to 'char*'
cbuffer.cpp: In member function 'int CBuffer::RemovePadding(CBUFPTR, int)':
cbuffer.cpp:278:56: warning: deprecated conversion from string constant to 'char*'
--- list.o ---
In file included from list.cpp:8:0:
tools.h:12:57: warning: 'typedef' was ignored in this declaration
list.cpp: In function 'void* m_fill_video(void*)':
list.cpp:49:69: warning: deprecated conversion from string constant to 'char*'
list.cpp: In function 'void* m_fill_audio(void*)':
list.cpp:123:69: warning: deprecated conversion from string constant to 'char*'
list.cpp: In constructor 'xlist::xlist(CBuffer*, S_TYPE)':
list.cpp:217:46: warning: deprecated conversion from string constant to 'char*'
list.cpp: In member function 'PESELEM xlist::get_elem()':
list.cpp:259:51: warning: deprecated conversion from string constant to 'char*'
list.cpp: In member function 'unsigned char xlist::sid()':
list.cpp:275:48: warning: deprecated conversion from string constant to 'char*'
--- tools.o ---
In file included from tools.cpp:6:0:
tools.h:12:57: warning: 'typedef' was ignored in this declaration
tools.cpp: In function 'void fill_pes_len(unsigned char*, int)':
tools.cpp:84:40: warning: deprecated conversion from string constant to 'char*'
tools.cpp: In function 'FILE* open_next_output_file(FILE*, char*, char*, int&)':
tools.cpp:156:36: warning: deprecated conversion from string constant to 'char*'
--- ggrab.o ---
In file included from ggrab.cpp:34:0:
tools.h:12:57: warning: 'typedef' was ignored in this declaration
ggrab.cpp: In function 'int main(int, char**)':
ggrab.cpp:74:24: warning: deprecated conversion from string constant to 'char*'
ggrab.cpp: In function 'void install_signal_handler()':
ggrab.cpp:254:33: warning: deprecated conversion from string constant to 'char*'
ggrab.cpp:257:32: warning: deprecated conversion from string constant to 'char*'
ggrab.cpp:260:33: warning: deprecated conversion from string constant to 'char*'
ggrab.cpp:263:33: warning: deprecated conversion from string constant to 'char*'
ggrab.cpp: In function 'int toggle_sectionsd(char*)':
ggrab.cpp:313:38: warning: deprecated conversion from string constant to 'char*'
ggrab.cpp:321:38: warning: deprecated conversion from string constant to 'char*'
ggrab.cpp:328:39: warning: deprecated conversion from string constant to 'char*'
ggrab.cpp: In function 'void generate_nomux_streams(int*, int, char*, int, int, bool, bool, long long int, bool, int)':
ggrab.cpp:573:55: warning: deprecated conversion from string constant to 'char*'
ggrab.cpp: In function 'void generate_raw_audio(int*, int, char*, int, int, bool, bool, long long int, bool, int)':
ggrab.cpp:635:71: warning: deprecated conversion from string constant to 'char*'
ggrab.cpp:661:51: warning: deprecated conversion from string constant to 'char*'
--- pesstream.o ---
In file included from pesstream.cpp:18:0:
tools.h:12:57: warning: 'typedef' was ignored in this declaration
pesstream.cpp: In member function 'void pesstream::fill_audio_pp(propack*)':
pesstream.cpp:287:48: warning: deprecated conversion from string constant to 'char*'
pesstream.cpp: In member function 'void pesstream::get_pp_stats(char*, int)':
pesstream.cpp:546:25: warning: deprecated conversion from string constant to 'char*'
pesstream.cpp: In function 'int openStream(char*, int, int, int, int*)':
pesstream.cpp:590:38: warning: deprecated conversion from string constant to 'char*'
pesstream.cpp:598:38: warning: deprecated conversion from string constant to 'char*'
pesstream.cpp:605:39: warning: deprecated conversion from string constant to 'char*'
pesstream.cpp: In function 'void* readstream(pesstream&)':
pesstream.cpp:656:34: warning: deprecated conversion from string constant to 'char*'
--- sserver.o ---
g++ -O3 -pipe -fstack-protector -I/usr/include -DREENTRANT -D_LARGEFILE64_SOURCE  -Wall -Wshadow -O3 -c sserver.cpp
--- ggrab ---
g++ -O3 -pipe -fstack-protector -I/usr/include -DREENTRANT -D_LARGEFILE64_SOURCE  -Wall -Wshadow -O3 -s -static -o ggrab list.o cbuffer.o tools.o ggrab.o pesstream.o  -pthread -lpthread -lrt
--- sserver.o ---
sserver.cpp: In function 'int main(int, char**)':
sserver.cpp:64:13: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:67:13: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:69:13: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:71:13: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:173:53: error: 'strlcpy' was not declared in this scope
sserver.cpp:176:51: error: 'strlcat' was not declared in this scope
sserver.cpp:189:67: error: 'strlcat' was not declared in this scope
sserver.cpp:210:64: error: 'strlcat' was not declared in this scope
sserver.cpp:216:50: error: 'strlcat' was not declared in this scope
sserver.cpp: In function 'char* ExtractQuotedString(char*, char*, int)':
sserver.cpp:284:42: warning: deprecated conversion from string constant to 'char*'
sserver.cpp: In function 'int AnalyzeXMLRequest(char*, RecordingData*)':
sserver.cpp:322:42: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:325:43: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:330:40: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:335:48: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:340:53: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:351:45: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:356:50: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:367:44: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:372:49: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:384:41: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:389:46: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:399:44: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:404:46: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:413:54: warning: deprecated conversion from string constant to 'char*'
sserver.cpp:418:40: warning: deprecated conversion from string constant to 'char*'
*** [sserver.o] Error code 1

bmake: stopped in /tmp/pkgsrc/multimedia/ggrab/work/ggrab-0.22a
--- ggrab ---
ggrab.o: In function `toggle_sectionsd(char*)':
ggrab.cpp:(.text+0x14d): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
1 error

bmake: stopped in /tmp/pkgsrc/multimedia/ggrab/work/ggrab-0.22a
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/multimedia/ggrab
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/multimedia/ggrab