You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/06/28 22:52:12 UTC

DO NOT REPLY [Bug 10339] New: - tru64 compile issue

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10339>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10339

tru64 compile issue

           Summary: tru64 compile issue
           Product: Apache httpd-2.0
           Version: 2.0.39
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: perchild
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: mlong@mlong.org


I know perchild is a work in progress but I thought I'd pass along this compile 
error in case it helps. This is under Tru64 5.0A

Making all in experimental/perchild
/bin/ksh /web/httpd-2.0.39/srclib/apr/libtool --silent --mode=compile cc    -lpt
hread  -DOSF1    -I/web/httpd-2.0.39/srclib/apr/include -I/web/httpd-2.0.39/srcl
ib/apr-util/include -I/web/httpd-2.0.39/srclib/apr-util/xml/expat/lib -I. -I/web
/httpd-2.0.39/os/unix -I/web/httpd-2.0.39/server/mpm/experimental/perchild -I/we
b/httpd-2.0.39/modules/http -I/web/httpd-2.0.39/modules/filters -I/web/httpd-2.0
.39/modules/proxy -I/web/httpd-2.0.39/include -I/web/httpd-2.0.39/modules/dav/ma
in -prefer-non-pic -static -c perchild.c && touch perchild.lo
cc: Error: perchild.c, line 668: In this statement, "msg_control" is not a membe
r of "msg". (needmember)
    msg.msg_control = (caddr_t)cmsg;
----^
cc: Error: perchild.c, line 669: In this statement, "msg_controllen" is not a me
mber of "msg". (needmember)
    msg.msg_controllen = cmsg->cmsg_len;
----^
cc: Error: perchild.c, line 670: In this statement, "msg_flags" is not a member
of "msg". (needmember)
    msg.msg_flags = 0;
----^
cc: Warning: perchild.c, line 892: In this statement, the referenced type of the
 pointer value "name" is const, but the referenced type of the target of this as
signment is not. (notconstqual)
        if (initgroups(name, gid) == -1) {
-----------------------^
cc: Error: perchild.c, line 1577: In this statement, "msg_control" is not a memb
er of "msg". (needmember)
    msg.msg_control = (caddr_t)cmsg;
----^
cc: Error: perchild.c, line 1578: In this statement, "msg_controllen" is not a m
ember of "msg". (needmember)
    msg.msg_controllen = cmsg->cmsg_len;
----^
cc: Error: perchild.c, line 1579: In this statement, "msg_flags" is not a member
 of "msg". (needmember)
    msg.msg_flags=0;
----^
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org