Gentoo Archives: gentoo-dev

From: jano <jano@××××××××××××.net>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] depscan.sh segfault issue
Date: Mon, 12 Nov 2001 21:15:45
Message-Id: 33204.63.204.249.241.1005621578.squirrel@www.portablehole.net
In Reply to: Re: [gentoo-dev] depscan.sh segfault issue by Aron Griffis
1 Aha, that did it. Thanks for the bash -x. Here's the problem. The gpm
2 init script has:
3
4 need {
5 need localmount
6 }
7
8 at the top. It should've been "depend {}", not "need{}".
9
10 Looking at files/gpm.rc6, seems this has been fixed, but fixed after I
11 installed it. I wonder why it "worked" if I renamed the script to test?
12
13 Problem solved :)
14
15 > jano wrote: [Mon Nov 12 2001, 12:49:20AM EST]
16 >> I've narrowed down the problem to the gpm init.d script. For some
17 >> reason, depscan doesn't like it at all. I messed around, and found an
18 >> interesting, albeit STRANGE, pattern:
19 >
20 > Could you please change the top line of /etc/init.d/depscan.sh to
21 >
22 > #!/bin/bash -x
23 >
24 > then run your test with the script named "gpm", and send me the output?
25 > Don't send it to the list... it will be lengthy. You can run rc-update
26 > as follows (or with whatever arguments you're using).
27 >
28 > rc-update add gpm default &> rc-update.out
29 >
30 > Thanks,
31 > Aron
32 >
33 > P.S. No guarantees... I'm particularly busy at the moment, but I'd like
34 > to take a look.
35 >
36 > _______________________________________________
37 > gentoo-dev mailing list
38 > gentoo-dev@××××××××××.org
39 > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev