[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#423028: gv: fix binary build on various Debian and Ubuntu flavors



Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk> writes:

> I've also been using the following patch to build the 3.6.2-4 source
> package on various flavors of Debian and Ubuntu.  The patch fixes the
> problem of quilt returning inconsistent error codes depending on the
> version of quilt.  A few examples:
>
> * with Debian 3.1/i386 and quilt 0.39-2:
>
>   $ ( cd /tmp ; quilt pop -a ; echo $? )
>   No patch removed
>   1
>
> * with Ubuntu 7.04/i386 and quilt 0.45-6:
>
>   $ (cd /tmp ; quilt pop -a ; echo $? )
>   No patch removed
>   2
>
> * with Debian stable/testing/unstable mix and quilt 0.46-2:
>
>   $ (cd /tmp ; quilt pop -a ; echo $? )
>   No patch removed
>   1

I've checked the source for quilt 0.39-2, 0.45-6, and 0.46-2, and they
all have the following code in /usr/share/quilt/pop (nowhere else is
"No patch removed" mentioned):

        printf $"No patch removed\n" >&2
        exit 2

Can you re-check the above?

Thanks,

Matej



Reply to: