[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Exim4 problems
From: |
Samuel Thibault |
Subject: |
Re: Exim4 problems |
Date: |
Sun, 15 May 2011 15:30:52 +0200 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
Svante Signell, le Sun 15 May 2011 15:27:31 +0200, a écrit :
> Well it is a little complicated: the tests are run by a script in
> debian/rules. Where and how to invoke gdb?
Find out how and what the script invokes.
> if id -u Debian-exim ; then \i
> echo Debian-exim user found, running minimal testsuite ;
> \
> chmod +x debian/minimaltest ; \
> rm -rf /home/srs/DEBs/exim/exim4-4.76/test ; \
> for i in build-tree/build-exim4-daemon-light/exim \
> build-tree/build-exim4-daemon-heavy/exim ;\
> do mkdir /home/srs/DEBs/exim/exim4-4.76/test &&
> \
>
> debian/minimaltest /home/srs/DEBs/exim/exim4-4.76/test $i || \
So it looks like it's minimaltest which gets invoked here? Continue from
there, then.
> { echo testsuite error ; exit 1 ; } ; \
> rm -rf /home/srs/DEBs/exim/exim4-4.76/test ; \
> done \
> fi
> 101
>
> Secondly, my comment about that I get a segfault when building the
> package, ant obviously the buildd did not, but the segfault happens when
> configuring exim4-daemon-light. Shouldn't the problems appear at the
> same places in both cases (maybe the buildd use an older version of
> gcc?)
It does.
Samuel
- Exim4 problems, Svante Signell, 2011/05/15
- Re: Exim4 problems, Samuel Thibault, 2011/05/15
- Re: Exim4 problems, Thomas Schwinge, 2011/05/15
- Re: Exim4 problems, Svante Signell, 2011/05/15
- Re: Exim4 problems, Samuel Thibault, 2011/05/15
- Re: Exim4 problems, Svante Signell, 2011/05/15
- Re: Exim4 problems, Samuel Thibault, 2011/05/15
- Re: Exim4 problems, Svante Signell, 2011/05/15
- Re: Exim4 problems, Samuel Thibault, 2011/05/15
- Re: Exim4 problems, Thomas Schwinge, 2011/05/15
- Re: Exim4 problems, Svante Signell, 2011/05/16
- Re: Exim4 problems, Svante Signell, 2011/05/16