* [gentoo-user] spamd segmentation fault and spamassassin will not emerge
@ 2010-09-23 14:32 covici
2010-09-23 15:00 ` David Abbott
0 siblings, 1 reply; 6+ messages in thread
From: covici @ 2010-09-23 14:32 UTC (permalink / raw
To: gentoo-user
Hi. I am getting a segfault when I try to start the spamd which is part
of spamassassin. I tried re-emerging the package and got the following:
/var/tmp/portage/mail-filter/spamassassin-3.3.1-r3/temp/environment:
line 2405: 14949 Segmentation fault perl Makefile.PL "$@" <<<
"${pm_echovar}"
* ERROR: mail-filter/spamassassin-3.3.1-r3 failed:
* Unable to build! (are you using USE="build"?)
*
* Call stack:
* ebuild.sh, line 56: Called src_configure
* environment, line 2752: Called perl-module_src_configure
* environment, line 2369: Called perl-module_src_prep
* environment, line 2427: Called die
* The specific snippet of code:
* perl Makefile.PL "$@" <<< "${pm_echovar}" || die
* "Unable to build! (are you using USE=\"build\"?)";
*
* If you need support, post the output of 'emerge --info
=mail-filter/spamassassin-3.3.1-r3',
* the complete build log and the output of 'emerge -pqv
=mail-filter/spamassassin-3.3.1-r3'.
* The complete build log is located at
'/var/log/portage/mail-filter:spamassassin-3.3.1-r3:20100923-141343.log'.
* The ebuild environment file is located at
'/var/tmp/portage/mail-filter/spamassassin-3.3.1-r3/temp/environment'.
* S:
'/var/tmp/portage/mail-filter/spamassassin-3.3.1-r3/work/Mail-SpamAssassin-3.3.1'
Any ideas would be appreciated.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] spamd segmentation fault and spamassassin will not emerge
2010-09-23 14:32 [gentoo-user] spamd segmentation fault and spamassassin will not emerge covici
@ 2010-09-23 15:00 ` David Abbott
2010-09-23 15:16 ` covici
0 siblings, 1 reply; 6+ messages in thread
From: David Abbott @ 2010-09-23 15:00 UTC (permalink / raw
To: gentoo-user
On Thu, Sep 23, 2010 at 10:32 AM, <covici@ccs.covici.com> wrote:
> Hi. I am getting a segfault when I try to start the spamd which is part
> of spamassassin. I tried re-emerging the package and got the following:
> /var/tmp/portage/mail-filter/spamassassin-3.3.1-r3/temp/environment:
> line 2405: 14949 Segmentation fault perl Makefile.PL "$@" <<<
Was Perl updated
Did you run perl-cleaner --all
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] spamd segmentation fault and spamassassin will not emerge
2010-09-23 15:00 ` David Abbott
@ 2010-09-23 15:16 ` covici
2010-09-24 4:27 ` Adam Carter
0 siblings, 1 reply; 6+ messages in thread
From: covici @ 2010-09-23 15:16 UTC (permalink / raw
To: gentoo-user
Well, it was from perl 5.12 to 5.12.1 -- do I need to run perl-cleaner
when doing that? I thought it was only for major versions, but if not,
I can try that.
David Abbott <david@pythontoo.com> wrote:
> On Thu, Sep 23, 2010 at 10:32 AM, <covici@ccs.covici.com> wrote:
> > Hi. I am getting a segfault when I try to start the spamd which is part
> > of spamassassin. I tried re-emerging the package and got the following:
> > /var/tmp/portage/mail-filter/spamassassin-3.3.1-r3/temp/environment:
> > line 2405: 14949 Segmentation fault perl Makefile.PL "$@" <<<
> Was Perl updated
> Did you run perl-cleaner --all
>
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] spamd segmentation fault and spamassassin will not emerge
2010-09-23 15:16 ` covici
@ 2010-09-24 4:27 ` Adam Carter
2010-09-24 6:01 ` covici
2010-09-24 11:15 ` Albert Hopkins
0 siblings, 2 replies; 6+ messages in thread
From: Adam Carter @ 2010-09-24 4:27 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 92 bytes --]
I thought seg faults were usually hardware.... does it happen at the same
point every time?
[-- Attachment #2: Type: text/html, Size: 96 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] spamd segmentation fault and spamassassin will not emerge
2010-09-24 4:27 ` Adam Carter
@ 2010-09-24 6:01 ` covici
2010-09-24 11:15 ` Albert Hopkins
1 sibling, 0 replies; 6+ messages in thread
From: covici @ 2010-09-24 6:01 UTC (permalink / raw
To: gentoo-user
Adam Carter <adamcarter3@gmail.com> wrote:
> I thought seg faults were usually hardware.... does it happen at the same
> point every time?
I don't know as core is not dumped, but running perl-cleaner did fix it
-- weird.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] spamd segmentation fault and spamassassin will not emerge
2010-09-24 4:27 ` Adam Carter
2010-09-24 6:01 ` covici
@ 2010-09-24 11:15 ` Albert Hopkins
1 sibling, 0 replies; 6+ messages in thread
From: Albert Hopkins @ 2010-09-24 11:15 UTC (permalink / raw
To: gentoo-user
On Fri, 2010-09-24 at 14:27 +1000, Adam Carter wrote:
> I thought seg faults were usually hardware....
No segfaults are usually software or, more specifically (C) programming
errors. It's when an application attempts to access a memory location
that it's not assigned to.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-09-24 11:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-23 14:32 [gentoo-user] spamd segmentation fault and spamassassin will not emerge covici
2010-09-23 15:00 ` David Abbott
2010-09-23 15:16 ` covici
2010-09-24 4:27 ` Adam Carter
2010-09-24 6:01 ` covici
2010-09-24 11:15 ` Albert Hopkins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox