Hello,
  I am running dh-make 0.42 here and it most definitely has no delay.
The problem is the ldapsearch is taking too long or is doing something
very strange.

To see if it is ldapsearch, look for line 230 and change it so it is
commented out, which means put a hash # at the front.
    $tmpusername = [map {/^(?:gecos|cn): (.*)/} `ldapsearch -Q -LLL 
uid=$ENV{LOGNAME} gecos cn`]->[0];

to
    #$tmpusername = [map {/^(?:gecos|cn): (.*)/} `ldapsearch -Q -LLL 
uid=$ENV{LOGNAME} gecos cn`]->[0];

Why ldapsearch is doing this for you I'm not sure.

-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/                      MIEE         Debian developer
csmall at : enc.com.au                      ieee.org           debian.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to