pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Build failure for mail/procmail
Having gotten past my earlier issues with cmake, I now turn to procmail!
A quick check in the Makefile shows that it includes MAKE_JOBS_SAFE=no
yet the error message would imply that it is still doing a parallel
make:
...
Determining the maximum number of 16 byte arguments execv() takes
Whoeaaa! This actually can't happen.
You have a look and see if you detect anything uncanny:
*******************************************************
A failure has been detected in another branch of the parallel make
*******************************************************
I suggest you take a look at the definition of LDFLAGS*
in the Makefile before you try make again.
*** [../autoconf.h] Error code 1
...
The entire log file is attached to this Email...
+------------------+--------------------------+-------------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
+------------------+--------------------------+-------------------------+
### 06000 - procmail - Installing on Mon, Sep 14, 2015 at 11:47:15 GMT
===> Cleaning for procmail-3.22nb4
=> Bootstrap dependency digest>=20010302: found digest-20121220
=> Checksum SHA1 OK for procmail-3.22.tar.gz
=> Checksum RMD160 OK for procmail-3.22.tar.gz
===> Installing dependencies for procmail-3.22nb4
==========================================================================
The following variables will affect the build process of this package,
procmail-3.22nb4. Their current value is shown below:
* PROCMAIL_MAILSPOOLHOME (not defined)
* PROCMAIL_TRUSTED_IDS = 0
You may want to abort the process now with CTRL-C and change their value
before continuing. Be sure to run `/usr/bin/make clean' after
the changes.
==========================================================================
===> Overriding tools for procmail-3.22nb4
===> Extracting for procmail-3.22nb4
===> Patching for procmail-3.22nb4
=> Applying pkgsrc patches for procmail-3.22nb4
===> Creating toolchain wrappers for procmail-3.22nb4
===> Configuring for procmail-3.22nb4
echo "#define TRUSTED_IDS {0}" >> /tmp/pkgs/mail/procmail/work.x86_64/procmail-3.22/config.h
echo "#undef ETCRC" >> /tmp/pkgs/mail/procmail/work.x86_64/procmail-3.22/config.h
echo "#undef ETCRCS" >> /tmp/pkgs/mail/procmail/work.x86_64/procmail-3.22/config.h
echo "#define ETCRC \"/usr/pkg/etc/procmailrc\"" >> /tmp/pkgs/mail/procmail/work.x86_64/procmail-3.22/config.h
echo "#define ETCRCS \"/usr/pkg/etc/procmailrcs/\"" >> /tmp/pkgs/mail/procmail/work.x86_64/procmail-3.22/config.h
===> Building for procmail-3.22nb4
--- init ---
/bin/sh ./initmake /bin/sh "/bin/sh" "/bin/rm -f" "mv -f" "ln" "-lm -ldir -lx -lsocket -lnet -linet -lnsl_s -lnsl_i -lnsl -lsun -lgen -lsockdns -ldl" "/lib /usr/lib /usr/local/lib" /dev/null "/usr/bin/make" o "gcc" "" "-s " "procmail lockfile formail mailstat" "procmail formail lockfile" "procmailrc procmailsc procmailex" "src man" "/usr/pkg/bin" "strip"
gcc seems to work fine, using that as the C-compiler
...scanning for 13 libraries...
Added LDFLAGS= -lm -lc
--- all ---
/usr/bin/make make all
--- make ---
--- config.check ---
echo Housekeeping file >config.check
--- autoconf.h ---
cd src; /usr/bin/make ../autoconf.h
--- ../autoconf.h ---
/bin/sh ./autoconf /bin/sh "/bin/rm -f" "mv -f" /dev/null "grep -F" "/usr/bin/make" o "/tmp ." "/usr/pkg/bin" ../autoconf.h
Using the following directories for the LOCKINGTESTs:
/tmp .
Initiating fcntl()/kernel-locking-support tests
Proceeding with kernel-locking-support tests in the background
Testing for const
Testing for volatile
Testing for prototypes
Testing for enum
Checking for POSIX and ANSI/ISO system include files
Checking for network/comsat/biff support
Testing for void*, size_t, off_t, pid_t, time_t, mode_t, uid_t & gid_t
Checking realloc implementation
Testing for WIFEXITED(), WIFSTOPPED(), WEXITSTATUS() & WSIGTERM()
Testing for various struct passwd members
Testing for memmove, strchr, strpbrk, strcspn, strtol, strstr,
rename, setrgid, setegid, pow, opendir, mkdir, waitpid, fsync,
ftruncate, strtod, strncasecmp, strerror, strlcat,
memset, bzero, and _exit
Determining the maximum number of 16 byte arguments execv() takes
Whoeaaa! This actually can't happen.
You have a look and see if you detect anything uncanny:
*******************************************************
A failure has been detected in another branch of the parallel make
*******************************************************
I suggest you take a look at the definition of LDFLAGS*
in the Makefile before you try make again.
*** [../autoconf.h] Error code 1
make[2]: stopped in /tmp/pkgs/mail/procmail/work.x86_64/procmail-3.22/src
1 error
make[2]: stopped in /tmp/pkgs/mail/procmail/work.x86_64/procmail-3.22/src
*** [autoconf.h] Error code 2
make[1]: stopped in /tmp/pkgs/mail/procmail/work.x86_64/procmail-3.22
1 error
make[1]: stopped in /tmp/pkgs/mail/procmail/work.x86_64/procmail-3.22
*** [all] Error code 2
make: stopped in /tmp/pkgs/mail/procmail/work.x86_64/procmail-3.22
1 error
make: stopped in /tmp/pkgs/mail/procmail/work.x86_64/procmail-3.22
*** Error code 2
Stop.
make[1]: stopped in /build/pkgsrc/mail/procmail
*** Error code 1
Stop.
make: stopped in /build/pkgsrc/mail/procmail
### 06000 - procmail - Failed on Mon, Sep 14, 2015 at 11:47:18 GMT
Home |
Main Index |
Thread Index |
Old Index