Re: [Libreoffice] [PATCH]: libs-extern-sys 3.4.3.2 mozilla-ldap remove MKDIR calls

2011-10-27 Thread Kelly Anderson
On 10/25/2011 03:12 AM, Caolán McNamara wrote: On Thu, 2011-10-20 at 12:07 -0600, Kelly Anderson wrote: Hi, The mozilla ldap libraries fail to compile on my systems, since the Makefile.in's are all trying to create directories. $(MKDIR) is not defined so it attempts to run the directory name a

Re: [Libreoffice] [PATCH]: libs-extern-sys 3.4.3.2 mozilla-ldap remove MKDIR calls

2011-10-25 Thread Alex Thurgood
Le 25/10/2011 10:12, Caolán McNamara a écrit : Hi all, I've recently (as in since pull/clean from 2 or 3 days ago) been getting build failure in moz too on Ubuntu Oneiric, with the following autogen options : ./autogen.sh --without-junit --enable-ext-mysql-connector --with-system-mysql --wi

Re: [Libreoffice] [PATCH]: libs-extern-sys 3.4.3.2 mozilla-ldap remove MKDIR calls

2011-10-25 Thread Caolán McNamara
On Thu, 2011-10-20 at 12:07 -0600, Kelly Anderson wrote: > Hi, > > The mozilla ldap libraries fail to compile on my systems, since the > Makefile.in's are all trying to create > directories. $(MKDIR) is not defined so it attempts to run the > directory name as a command, which of course > fails

[Libreoffice] [PATCH]: libs-extern-sys 3.4.3.2 mozilla-ldap remove MKDIR calls

2011-10-20 Thread Kelly Anderson
Hi, The mozilla ldap libraries fail to compile on my systems, since the Makefile.in's are all trying to create directories. $(MKDIR) is not defined so it attempts to run the directory name as a command, which of course fails. Since LibreOffice doesn't need those calls to $(MKDIR) to compile,