pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/net/libfetch



From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>, Date: Thu, 09 Jan 2014 
00:53:57 +0900 (JST)

> Hi,
> 
> From: "Joerg Sonnenberger" <joerg%netbsd.org@localhost>, Date: Tue, 7 Jan 
> 2014 23:30:03 +0000
> 
>> Module Name: pkgsrc
>> Committed By:        joerg
>> Date:                Tue Jan  7 23:30:03 UTC 2014
>> 
>> Modified Files:
>>      pkgsrc/net/libfetch: Makefile
>>      pkgsrc/net/libfetch/files: common.c
>> 
>> Log Message:
>> libfetch-2.36: Support Server Name Identication.
>> 
>> From Michael Gmelin via FreeBSD.
>> 
>> 
>> To generate a diff of this commit:
>> cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/libfetch/Makefile
>> cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/libfetch/files/common.c
>> 
>> Please note that diffs are not public domain; they are subject to the
>> copyright notices on the relevant files.
>> 
> 
> This commit breaks libfetch build on NetBSD/amd64 6.99.28
> and FreeBSD/amd64 9.1 (both with GCC).
> 
> Please fix the build.

Typical error message is here.

gcc -O2 -I/usr/include -std=gnu99  -Wall -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wno-sign-compare  -Wno-traditional  
-Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual 
-Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare 
-Wformat=2   -Wno-format-zero-length  -Werror    -DHAVE_NBCOMPAT_H=1 
-I/usr/tmp/pkgsrc/net/libfetch/work/libnbcompat -I/usr/include -I. 
-D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DINET6 -DWITH_SSL 
-DFTP_COMBINE_CWDS  -c    common.c -o common.o
common.c: In function 'fetch_ssl':
common.c:457:7: error: 'URL' undeclared (first use in this function)
common.c:457:7: note: each undeclared identifier is reported only once for each 
function it appears in
*** Error code 1

--
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3



Home | Main Index | Thread Index | Old Index