Hello, oops, looks like my fix was a bit short sighted:
Actually "install-common" should have installed the missing directories. However, if the ".../etc" directory is already existing at start of install the subdirs of .../etc will not be created. This happend to be the case with me and with you too. Probably the "src/common/etc/Makefile" should not shortcut the check for ETC_DIRS by just looking for $(etc_prefix). Could be accomplished by appending $(ETC_DIRS) to the dependencies list of "install" target (right after $(etc_prefix). Regards Rainer anoath wrote: > Hello, > > There's no Error before: > > make[8]: Entering directory `/opt/openca-0.9.2.2/src/web-interfaces/ca' > make[8]: Leaving directory `/opt/openca-0.9.2.2/src/web-interfaces/ca' > + /usr/bin/install -c -d -o openca -g openca -m 755 /usr/lib/cgi-bin/ca > make[7]: Leaving directory `/opt/openca-0.9.2.2/src/web-interfaces/ca' > /usr/bin/install -c -o openca -g openca -m 755 ca /usr/lib/cgi-bin/ca/ca > + /usr/bin/install -c -o openca -g openca -m 644 access_control.xml > /opt/OpenCA/OpenCA/etc/access_control/ca.xml.template > /usr/bin/install: cannot create regular file > `/opt/OpenCA/OpenCA/etc/access_control/ca.xml.template': No such file or > directory > make[6]: *** [/opt/OpenCA/OpenCA/etc/access_control/ca.xml.template] > Error 1 > make[6]: Leaving directory `/opt/openca-0.9.2.2/src/web-interfaces/ca' > make[5]: *** [ca] Error 2 > make[5]: Leaving directory `/opt/openca-0.9.2.2/src/web-interfaces' > make[4]: *** [install-ca] Error 2 > make[4]: Leaving directory `/opt/openca-0.9.2.2/src/web-interfaces' > make[3]: *** [web-interfaces] Error 2 > make[3]: Leaving directory `/opt/openca-0.9.2.2/src' > make[2]: *** [install-ca] Error 2 > make[2]: Leaving directory `/opt/openca-0.9.2.2/src' > make[1]: *** [src] Error 2 > make[1]: Leaving directory `/opt/openca-0.9.2.2' > make: *** [install-ca] Error 2 > > > > But weird that is. After deleting all relevant dirs - the src-tarball, > the created dir and relating stuff a new reconstruction process does > not produce the error any longer; knows the devil (i didn#t inspect this > so far); i took another to reconstruct the phanomena solved by Rainer > Pruy. > > > > Oliver Welter wrote: > > >Hi, > > >hmm it seems that the etc directories are not created... > >Are there any other errors or warnings before the copyiing fails ? > > >Oliver > > > regards gregor > > -- > Gregor Kling > > DV-Zentrum > Fachhochschule Giessen > Tel: 0641/309-1292 > E-Mail: [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users -- Managing Partner Acrys Consult GmbH & Co. KG Phone: +49-69-244506-0 Fax: +49-69-244506-50 http://www.acrys.com ***********Confidentiality/Limited Liability Statement*************** This email and its contents do not constitute a commitment by Acrys Consult. This message is confidential and may contain privileged information. The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. It may contain confidential or legally privileged information. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then deleting it from your system. As reliability of the Internet cannot be guaranteed, we are neither liable for proper nor complete transmission of this or any other such communications. ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
