Hello developers!

I plan to update a ebuild script. But i have a little problem.

That's the problematic line from the ebuild file.

myconf="--with-pgsql-includes=/usr/include --with-modules=\"gmysql ldap\""
econf $myconf


If i try to to compile this programm using ebuild  pdns-2.9.12-r2.ebuild
compile i get following error:

configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: ldap"
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/var/tmp/portage/pdns-2.9.12-r2/work/pdns-2.9.12/missing: Unknown `--run'
option
Try `/var/tmp/portage/pdns-2.9.12-r2/work/pdns-2.9.12/missing --help' for
more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... Invalid configuration `ldap"': machine `ldap"'
not recognized
configure: error: /bin/sh ./config.sub ldap" failed


If  i modify the lines to 

econf "--with-pgsql-includes=/usr/include --with-modules=\"gmysql ldap\""

everithing works. But because of the IUSE flags i can't define it that way.

What do i wrong?

Cu
--
written with FeLaMiMail
nice to know:
http://marc.theaimsgroup.com/?l=php-dev&m=99802412523010&w=2



--
[EMAIL PROTECTED] mailing list

Reply via email to