Axel Thimm пишет:
On Thu, Jan 11, 2007 at 12:10:35PM +0200, Serge D wrote:
  
test -z "/usr/lib/dovecot/imap" || mkdir -p -- 
"/var/tmp/dovecot-1.0-0_34.rc15-root/usr/lib/dovecot/imap"
mkdir: `/var/tmp/dovecot-1.0-0_34.rc15-root/usr/lib/dovecot/imap' 
exists, but it is not a directory
    
Isn't really realted to RPM-packaging, something has created a
file/symlink earlier in the build process, try to spot that.
  
    ...I'm trying. The trouble appearing during 'make install' stage...
The build process is arranged by autoconf, so for me, it
makes things more complex. The RPMbuild transparenly passes to 'configure' default
OS-dependent parameters, like libdir=/usr/lib , libexecdir=/usr/libexecdir , etc...
So, it's hard to understand what it caused by and where should I try to fix it...


  - Serge