On Tue, Jul 24, 2007 at 04:07:20PM -0500, Steve Greenland <[EMAIL PROTECTED]> 
was heard to say:
> I hate to be the bearer of bad news, but applying this patch to 0.4.5.4-1
> did not make my lockups go away.
> 
> I did the following on my sid system:
> 
> apt-get source aptitude
> apt-get build-deps aptitude
> cd aptitude-<v>
> edited src/vscreen/vscreen.cc to add braces, here's the current fragment:
>        if(result != 1)
>       {
>         if(errno != EINTR) {
>           // Probably means that there was an error reading
>           // standard input.  (could also be ENOMEM)
>           vscreen_post_event(new fatal_input_error(errno));
>           break;
>         }
>       }
>     else...
> 
> edited changelog to add new version
> debian/rules build
> fakeroot debian/rules binary
> Installed the resulting dpkg. Dates on /usr/bin/aptitude show it to
> be the new version.

  Does the new .deb in unstable fix this for you?  Make sure you don't
have another build hanging out in /usr/local/bin or ~/bin! (e.g., check
"which aptitude")

  Daniel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to