On Thu, Jul 29, 2004 at 10:35:03 +0200, [EMAIL PROTECTED] wrote:
> > Finally I'm back :-D
> 
> Cool, good news :)
> 
:-P
> > Well I'm gonna to update the state of the debian folder to compile with
> > the RC5.
> > Can you help me with a very short list of changes in the makefiles? BTW
> > a first trial gave me:
> > cd src/ocspd; aclocal -I . -I build
> > cd src/ocspd; libtoolize --automake --copy --force
> > cd src/ocspd; automake --add-missing --copy --gnu
> > automake: configure.in: installing `build/install-sh'
> > automake: configure.in: installing `build/mkinstalldirs'
> > automake: configure.in: installing `build/missing'
> > src/Makefile.am:60: variable `LDAP_LIBS_INCLUDE' not defined
> > src/Makefile.am:60: variable `LDAP_LIBS_INCLUDE' not defined
> > src/Makefile.am:60: variable `LDAP_LIBS_INCLUDE' not defined
> > ...
> 
> We use now for OpenLDAP the same mechanism like for OpenSSL (cflags and
> libs) which is much more flexible. It looks like we forget to remove
> LDAP_LIBS_INCLUDE from Makefile.am. You can do it by yourself or wait
> until tomorrow and I do it for you.
I did in an indipendent patch that can be committed or not. I would be
able to compile with RC 5.

> 
> > I also updated rules to use dpatch.
> 
> I see it but please always add your name or a synonym so that we know who
> performs this change (e.g. Michael, Dalini, oliwel, madwolf etc.).
Sorry; I will be Eto in future.


Actually the debian engine seems to work, but I still need to test the 
packages. I will install a full version on a machine and test it.

I have few questions:
1) when compiling perl gives some warns on locale, my locale is LANG=en_US.UTF-8. Any 
Idea?
Writing Makefile for OpenCA::AC
make[5]: Leaving directory
`/home/razeto/openca/openca-0.9.2-RC5/src/modules'
make[5]: Entering directory
`/home/razeto/openca/openca-0.9.2-RC5/src/modules/openca-ac'
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = "de_AT",
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
2) I found the error Alexei was talking (see previus mail in this
thread) about problem of packaging:
make[5]: Entering directory `/home/lex/lex/src/openca/20040303/openca-0.9/src/scripts'
/usr/bin/install -c -D -c -o root -g root -m 755 openca-addcert /usr/bin/openca-addcert
/usr/bin/install: cannot create regular file `/usr/bin/openca-addcert': Permission 
denied
The problem is not that the DESTDIR is not passed to the makefile, since
the parent makefile of level 1 which is invoked by the debian engine is
/usr/bin/make install-common 
DESTDIR=/home/razeto/openca/openca-0.9.2-RC5/debian/openca-common
Which is fine.
Instead I found in Makefile.global-vars.in a definition of exec_prefix
not depending on $(DESTDIR). Changing that line fixes all the problem in
the creating debs.
I do not know for what else is used in openca that exec_prefix.

Bye
        Alessandro.


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to