[Openswan Users] build openswan 2.6.26 rpm with klips kernel module
Steve Zeng
SteveZ at airg.com
Wed Jun 2 15:09:42 EDT 2010
>So now you run: make clean programs install
DO I need to uninstall my current rpm version first?
Steve
-----Original Message-----
From: Paul Wouters [mailto:paul at xelerance.com]
Sent: June 2, 2010 11:49 AM
To: Steve Zeng
Cc: mhw at WittsEnd.com; Users at openswan.org
Subject: RE: [Openswan Users] build openswan 2.6.26 rpm with klips kernel module
On Wed, 2 Jun 2010, Steve Zeng wrote:
> I ran git as below and got some messages as below:
>
>> git clone git://git.openswan.org/public/scm/openswan.public openswan-2
>> cd openswan-2
>> git checkout v2.6.24rc5
> Note: moving to "v2.6.24rc5" which isn't a local branch
> If you want to create a new branch from this checkout, you may do so
> (now or later) by using -b with the checkout command again. Example:
> git checkout -b <new_branch_name>
> HEAD is now at cfb1191... removes some CVS cruft
>
> git bisect start
> git bisect good
>
>> git checkout master
> Switched to branch "master"
>
>> git bisect bad
> Bisecting: 229 revisions left to test after this
> [c2bcbed0d74dbd77a4c3c7b42ab756032af905e5] Support for USE_TRANSPORT_MODE in IKEv2 [Avesh]
That's good.
So now you run: make clean programs install
and then you do your test. If this version is bad, you run:
git bisect bad
If it is good, you run:
git bisect good
If you have issues that are not related to this bug (eg this version does not compile)
then do:
git bisect skip
At some point, git will tell you the commit that caused your big.
Paul
More information about the Users
mailing list