bugConcurrent Versions System - Bugs: bug #16935, CVS 1.12.13 compile failure on...

 
 

bug #16935: CVS 1.12.13 compile failure on cygwin

Submitter:  None
Submitted:  Sun 25 Jun 2006 09:44:48 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release: 
Fixed Release:  None Fixed Feature Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 25 Jun 2006 09:55:45 AM UTC, comment #1: 

P.S. cvs 1.12.12 compiles fine on the same machine.

Anonymous
Sun 25 Jun 2006 09:44:48 AM UTC, original submission:  

I just tried to compile cvs 1.12.13 on cygwin.  It fails to compile getaddrinfo.c, there is a similar report on the cygwin mailing list (http://www.cygwin.com/ml/cygwin/2006-03/msg00204.html) which suggest to replace getaddrinfo.c with something newer from gnulib.  It doesn't seem like the report made it to cvs support channels until now.  I never had problems compiling cvs on cygwin.


 orion> make
make  all-recursive
make[1]: Entering directory `/home/michael/cvs-1.12.13'
Making all in lib
make[2]: Entering directory `/home/michael/cvs-1.12.13/lib'
make  all-am
make[3]: Entering directory `/home/michael/cvs-1.12.13/lib'
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -Ino/include  -g -O2 -MT getaddrinfo.o -MD -MP -MF ".deps/getaddrinfo.Tpo" -c -o getaddrinfo.o getaddrinfo.c; \
then mv -f ".deps/getaddrinfo.Tpo" ".deps/getaddrinfo.Po"; else rm -f ".deps/getaddrinfo.Tpo"; exit 1; fi
getaddrinfo.c: In function `getaddrinfo':
getaddrinfo.c:112: error: invalid application of `sizeof' to incomplete type `sockaddr_in'
getaddrinfo.c:148: warning: initialization from incompatible pointer type
getaddrinfo.c:151: error: dereferencing pointer to incomplete type
getaddrinfo.c:153: error: dereferencing pointer to incomplete type
getaddrinfo.c:156: error: dereferencing pointer to incomplete type
make[3]: * [getaddrinfo.o] Error 1
make[3]: Leaving directory `/home/michael/cvs-1.12.13/lib'
make[2]: * [all] Error 2
make[2]: Leaving directory `/home/michael/cvs-1.12.13/lib'
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory `/home/michael/cvs-1.12.13'
make: * [all] Error 2

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code