Displaying 3 results from an estimated 3 matches for "imap_moduleltlibraries".
2007 Jan 11
1
rc17 Linux RPM distribution rebuild trouble.
...am' does not require perform any command.
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
make[4]: *** [install-imap_moduleLTLIBRARIES] Error 1
-------------------
As I have not so much experience at RPM-packaging, so would be
thankful for the ideas how to fix it?
Kind regards,
- Serge.
2009 Dec 29
1
Install fails when libdir and libexecdir are the same directory
...9;.
test -z "/opt/rt/lib/dovecot/imap" || /opt/rt/bin/gmkdir -p "/home/river/hp-pkg/mail/dovecot/install/opt/rt/lib/dovecot/imap"
/opt/rt/bin/gmkdir: cannot create directory `/home/river/hp-pkg/mail/dovecot/install/opt/rt/lib/dovecot/imap': File exists
gmake[5]: *** [install-imap_moduleLTLIBRARIES] Error 1
As a workaround I used --libexecdir=/opt/rt/lib/dovecot/libexec, but
perhaps one of the conflicting files could be moved or renamed. (On
System Vish platforms, e.g. Solaris and HP-UX, 'libexec' isn't used --
files that other systems put into 'libexec' go into 'lib...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+install-imap_moduleLTLIBRARIES: $(imap_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+ test -z "$(imap_moduledir)" || $(MKDIR_P) "$(DESTDIR)$(imap_moduledir)"
+ @list='$(imap_module_LTLIBRARIES)'; test -n "$(imap_moduledir)" || list=; \
+ list2=; for p in $$list; do \
+ if test -f $$p; then \
+...