Jason Welsh
2009-Jul-29 13:33 UTC
[Dovecot] problems compiling dovecot-1.2.2 on solaris 10
if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /scratch/jawelsh/src/dovecot-1.2.2/src *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='src doc'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /scratch/jawelsh/src/dovecot-1.2.2 *** Error code 1 make: Fatal error: Command failed for target `all' [house-7]$ this is with gcc-4.1.1 any ideas? Jason
Timo Sirainen
2009-Jul-29 20:15 UTC
[Dovecot] problems compiling dovecot-1.2.2 on solaris 10
On Wed, 2009-07-29 at 09:33 -0400, Jason Welsh wrote:> if test "$dot_seen" = "no"; then \ > make "$target-am" || exit 1; \ > fi; test -z "$fail" > make: Fatal error: Command failed for target `all-recursive' > Current working directory /scratch/jawelsh/src/dovecot-1.2.2/src > *** Error code 1 > The following command caused the error: > failcom='exit 1'; \.. Umm. Is this from the actual 1.2.2 tarball? Did you run any autotools stuff before running configure and make? That error you have doesn't look like anything I've seen before, so I've no idea what the problem is in your system. There are two other problems in Solaris though, but neither produces the error you see. I guess you could anyway try running http://dovecot.org/nightly/dovecot-latest.tar.gz which fixes those two Solaris issues.. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090729/409c6523/attachment-0002.bin>
Jason Welsh
2009-Jul-29 23:16 UTC
[Dovecot] problems compiling dovecot-1.2.2 on solaris 10
well, I thought I had the official tarball, but the dovecot-latest.tar.gz compiled fine.. thanks. Jason Timo Sirainen wrote:> On Wed, 2009-07-29 at 09:33 -0400, Jason Welsh wrote: > >> if test "$dot_seen" = "no"; then \ >> make "$target-am" || exit 1; \ >> fi; test -z "$fail" >> make: Fatal error: Command failed for target `all-recursive' >> Current working directory /scratch/jawelsh/src/dovecot-1.2.2/src >> *** Error code 1 >> The following command caused the error: >> failcom='exit 1'; \ >> > .. > > Umm. Is this from the actual 1.2.2 tarball? Did you run any autotools > stuff before running configure and make? > > That error you have doesn't look like anything I've seen before, so I've > no idea what the problem is in your system. There are two other problems > in Solaris though, but neither produces the error you see. > > I guess you could anyway try running > http://dovecot.org/nightly/dovecot-latest.tar.gz which fixes those two > Solaris issues.. >-- ===============================================| Jason Welsh jason at monsterjam.org | | http://monsterjam.org DSS PGP: 0x5E30CC98 | | gpg key: http://monsterjam.org/gpg/ | ================================================