Bug 4896 - mkproto fails to find libgpo/gpo_ldap.c in Version 3.2.1pre1-SVN-build-24360
Summary: mkproto fails to find libgpo/gpo_ldap.c in Version 3.2.1pre1-SVN-build-24360
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.9
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Guenther Deschner
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-18 16:33 UTC by David S. Collier-Brown
Modified: 2007-08-20 07:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David S. Collier-Brown 2007-08-18 16:33:06 UTC
The file dosn't exist, which causes mkproto to fail, thusly:
Building include/proto.h
creating /export/home/davecb/projects/samba/SVN/samba3/source/include/proto.h
gawk: script/mkproto.awk:118: (FILENAME=libgpo/gpo_ldap.c FNR=867) fatal: cannot open file `libgpo/gpo_parse.c' for reading (No such file or directory)

This is followed by a compile error the first time proto.h is
used, due to an unclosed #ifndef

And, indeed, there is no libgpo/gpo_parse.c file, nor do I see one
in the svn web.

The error can be worked around by removing libgpo/gpo_parse.o from
the Makefile, but I assume that's not the real fix...
Comment 1 Volker Lendecke 2007-08-20 00:29:52 UTC
Is this still valid with latest SVN? I can't reproduce it. Can you please verify that it still happens for you with current SVN? If not, please close.

Thanks,

Volker
Comment 2 David S. Collier-Brown 2007-08-20 07:33:32 UTC
Yes, it's fixed, thanks.

--dave