Hi all,
Is there any way to build the Courier RPMs one at a time from the tarball
instead of building all of them? For example, just build imap, then just
build pop3d, etc... ?
The reason I ask is that when I do the full build, I am getting the
following error:
--- START ERROR ---
Making all in module.esmtp
make[3]: Entering directory
`/home/waynep/rpm/BUILD/courier-0.55/courier/module.
esmtp'
echo "#define LOCALSTATEDIR \"/var/spool/courier\"" >localstatedir.h echo
"#define LIBEXECDIR \"/usr/lib/courier/libexec\"" >libexecdir.h
/usr/bin/make all-am
make[4]: Entering directory
`/home/waynep/rpm/BUILD/courier-0.55/courier/module.
esmtp'
Compiling esmtp.c
Linking librewrite.la
Compiling courieresmtp.c
Compiling esmtpclient.c
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
make[4]: *** [esmtpclient.o] Error 1
make[4]: Leaving directory
`/home/waynep/rpm/BUILD/courier-0.55/courier/module.e
smtp'
make[3]: *** [all] Error 2
--- END ERROR ---
I have applied all available updates to the machine and rebooted, but it
continues to happen.
I'd like to build the RPMs one at a time to see if this is a memory /
issue with my virtual machine, or an issue with building one particular
RPM.
I found a similar error described at
http://marc.info/?l=courier-users&m=113512237105761&w=2 but I can't find
the solution that was used for that.
Thanks,