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

Bug#750925: "make deb-pkg" produces a non-installable package on the s390x architecture



On Sun, Jun 08, 2014 at 09:30:23AM -0400, Stephen Powell wrote:
> Package: linux
> Version: 3.14.4-1
> Severity: normal
> 
> "make deb-pkg", when issued on the s390x architecture, produces a non-installable
> package.  The package is built for the s390 architecture, not the s390x
> architecture, and dpkg won't allow it to be installed, even if the package
> file is renamed to the expected naming convention (*_s390x.deb).

see scripts/package/builddeb:
        s390*)
                debarch=s390 ;;

this debarch setting very likely predates s390x


Reply to: