pkgsrc-Bugs archive

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

pkg/42476: Tru64: lang/gawk-3.1.7 does not compile



>Number:         42476
>Category:       pkg
>Synopsis:       Tru64: lang/gawk-3.1.7 does not compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Dec 19 03:10:00 +0000 2009
>Originator:     Szabolcs Rumi
>Release:        Tru64 5.1B-5
>Organization:
>Environment:
# sizer -v
HP Tru64 UNIX V5.1B (Rev. 2650); Thu Dec 17 18:47:21 CET 2009
# cc -V
Compaq C V6.5-303 (dtk) on HP Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-302 (dtk) cc Driver
# cxx -V
Compaq C++ V7.1-006 for HP Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V7.1-006 (cxx) cxx Driver
# cat /usr/pkgsrc/CVS/Tag
Tpkgsrc-2009Q3

>Description:
--- io.o ---
cc: Error: io.c, line 1203: In this declaration, "lhints" has no linkage and is 
of an incomplete type. (incompnolink)
        struct addrinfo lhints;
------------------------^
cc: Error: io.c, line 1205: In this declaration, "rhints" has no linkage and is 
of an incomplete type. (incompnolink)
        struct addrinfo rhints;
------------------------^
cc: Error: io.c, line 1214: In this statement, "AI_PASSIVE" is not declared. 
(undeclared)
        lhints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG;
--------------------------^
cc: Warning: io.c, line 1242: In this statement, "rres" is a pointer to an 
incomplete struct or union and should not be used as the left operand of a 
member dereference. (incompderef)
                        socket_fd = socket (rres->ai_family,
--------------------------------------------^
cc: Error: io.c, line 1242: In this statement, "ai_family" is not a member of 
"rres". (needmember)
                        socket_fd = socket (rres->ai_family,
--------------------------------------------^
cc: Warning: io.c, line 1243: In this statement, "rres" is a pointer to an 
incomplete struct or union and should not be used as the left operand of a 
member dereference. (incompderef)
                                rres->ai_socktype, rres->ai_protocol);
--------------------------------^
cc: Error: io.c, line 1243: In this statement, "ai_socktype" is not a member of 
"rres". (needmember)
                                rres->ai_socktype, rres->ai_protocol);
--------------------------------^
cc: Warning: io.c, line 1243: In this statement, "rres" is a pointer to an 
incomplete struct or union and should not be used as the left operand of a 
member dereference. (incompderef)
                                rres->ai_socktype, rres->ai_protocol);
---------------------------------------------------^
cc: Error: io.c, line 1243: In this statement, "ai_protocol" is not a member of 
"rres". (needmember)
                                rres->ai_socktype, rres->ai_protocol);
---------------------------------------------------^
cc: Warning: io.c, line 1262: In this statement, "lres" is a pointer to an 
incomplete struct or union and should not be used as the left operand of a 
member dereference. (incompderef)
                        if (bind(socket_fd, lres->ai_addr, lres->ai_addrlen) != 
0)
--------------------------------------------^
cc: Error: io.c, line 1262: In this statement, "ai_addr" is not a member of 
"lres". (needmember)
                        if (bind(socket_fd, lres->ai_addr, lres->ai_addrlen) != 
0)
--------------------------------------------^
cc: Warning: io.c, line 1262: In this statement, "lres" is a pointer to an 
incomplete struct or union and should not be used as the left operand of a 
member dereference. (incompderef)
                        if (bind(socket_fd, lres->ai_addr, lres->ai_addrlen) != 
0)
-----------------------------------------------------------^
cc: Error: io.c, line 1262: In this statement, "ai_addrlen" is not a member of 
"lres". (needmember)
                        if (bind(socket_fd, lres->ai_addr, lres->ai_addrlen) != 
0)
-----------------------------------------------------------^
cc: Warning: io.c, line 1267: In this statement, "rres" is a pointer to an 
incomplete struct or union and should not be used as the left operand of a 
member dereference. (incompderef)
                                        if (connect(socket_fd, rres->ai_addr,
---------------------------------------------------------------^
cc: Error: io.c, line 1267: In this statement, "ai_addr" is not a member of 
"rres". (needmember)
                                        if (connect(socket_fd, rres->ai_addr,
---------------------------------------------------------------^
cc: Warning: io.c, line 1268: In this statement, "rres" is a pointer to an 
incomplete struct or union and should not be used as the left operand of a 
member dereference. (incompderef)
                                                rres->ai_addrlen) == 0)
------------------------------------------------^
cc: Error: io.c, line 1268: In this statement, "ai_addrlen" is not a member of 
"rres". (needmember)
                                                rres->ai_addrlen) == 0)
------------------------------------------------^
cc: Error: io.c, line 1281: In this declaration, "remote_addr" has no linkage 
and is of an incomplete type. (incompnolink)
                                        struct sockaddr_storage remote_addr;
----------------------------------------------------------------^
cc: Error: io.c, line 1295: In this declaration, "remote_addr" has no linkage 
and is of an incomplete type. (incompnolink)
                                        struct sockaddr_storage remote_addr;
----------------------------------------------------------------^
cc: Warning: io.c, line 1319: In this statement, "rres" is a pointer to an 
incomplete struct or union and should not be used as the left operand of a 
member dereference. (incompderef)
                        rres = rres->ai_next;
-------------------------------^
cc: Error: io.c, line 1319: In this statement, "ai_next" is not a member of 
"rres". (needmember)
                        rres = rres->ai_next;
-------------------------------^
cc: Warning: io.c, line 1324: In this statement, "lres" is a pointer to an 
incomplete struct or union and should not be used as the left operand of a 
member dereference. (incompderef)
                lres = lres->ai_next;
-----------------------^
cc: Error: io.c, line 1324: In this statement, "ai_next" is not a member of 
"lres". (needmember)
                lres = lres->ai_next;
-----------------------^
*** [io.o] Error code 1
1 error

bmake: stopped in /usr/pkgsrc/lang/gawk/work/gawk-3.1.7

>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index