There are files missing in the SVN repository causing the building of openvpn
to fail. Bellow is
the output of the failure. It looks like files were missed in the openvpn
2.1rc9 commit. Patch to
add the files is attached.
--snip--
Configure OpenVPN for powerpc
Forcefully be clean
make[1]: *** No rule to make target `clean'. Stop.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
configure.ac:28: file `version.m4' does not exist
autoreconf: aclocal failed with exit status: 1
configure: error: cannot find sources (syshead.h) in . or ..
Build OpenVPN
make[1]: *** No targets specified and no makefile found. Stop.
mv: cannot stat `openvpn': No such file or directory
Configure OpenVPN for i686
Forcefully be clean
make[1]: *** No rule to make target `clean'. Stop.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
configure.ac:28: file `version.m4' does not exist
autoreconf: aclocal failed with exit status: 1
configure: error: cannot find sources (syshead.h) in . or ..
Build OpenVPN
make[1]: *** No targets specified and no makefile found. Stop.
mv: cannot stat `openvpn': No such file or directory
# Use lipo to create a universal library
lipo openvpn/openvpn_tblk_* -create -output openvpn/openvpn
lipo: can't open input file: openvpn/openvpn_tblk_* (No such file or directory)
make: *** [openvpn] Error 1
--end snip--
Original issue reported on code.google.com by batman...@gmail.com on 14 Aug 2008 at 4:27
Original issue reported on code.google.com by
batman...@gmail.com
on 14 Aug 2008 at 4:27Attachments: