You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
Hi,
I have a similar issue to Bug #295, except that it occurs when manually installing EPM from source.
./configure and make succeed, however here's the output of make test
make test
Starting portable distribution build test...
Portable distribution build test PASSED.
Starting native distribution build test...
dpkg-deb: warning: parsing file 'epm-4.3-linux-3.16-x86_64/DEBIAN/control' near line 4 package 'epm':
'x86_64' is not a valid architecture name: character _' not allowed (only letters, digits and characters -')
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: warning: parsing file 'epm-documentation-4.3-linux-3.16-x86_64/DEBIAN/control' near line 4 package 'epm-documentation':
'x86_64' is not a valid architecture name: character _' not allowed (only letters, digits and characters -')
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: warning: parsing file 'epm-man-4.3-linux-3.16-x86_64/DEBIAN/control' near line 4 package 'epm-man':
'x86_64' is not a valid architecture name: character _' not allowed (only letters, digits and characters -')
dpkg-deb: warning: ignoring 1 warning about the control file(s)
Native distribution build test PASSED.
I'm not sure if that's an issue at all, however this should hopefully be a simple patch as in #295.
Cheers
Rawiri
The text was updated successfully, but these errors were encountered:
same from git build of epm on Ubuntu 17.10
dpkg: warning: parsing file '/var/lib/dpkg/tmp.ci/control' near line 4 package 'cups:x86_64':
'x86_64' is not a valid architecture name: character '_' not allowed (only letters, digits and characters '-')
dpkg: error processing archive cups-2.2.5-linux-4.12-x86_64.deb (--install):
package architecture (x86_64) does not match system (amd64)
OK, so this was partially fixed in EPM 4.3 (2 years ago) in commit 3d1d2c5, but it looks like I missed the corresponding change when writing the control file...
Version: 4.3
Original reporter: Rawiri Blundell
Hi,
I have a similar issue to Bug #295, except that it occurs when manually installing EPM from source.
./configure
andmake
succeed, however here's the output ofmake test
make test
Starting portable distribution build test...
Portable distribution build test PASSED.
Starting native distribution build test...
dpkg-deb: warning: parsing file 'epm-4.3-linux-3.16-x86_64/DEBIAN/control' near line 4 package 'epm':
'x86_64' is not a valid architecture name: character
_' not allowed (only letters, digits and characters
-')dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: warning: parsing file 'epm-documentation-4.3-linux-3.16-x86_64/DEBIAN/control' near line 4 package 'epm-documentation':
'x86_64' is not a valid architecture name: character
_' not allowed (only letters, digits and characters
-')dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: warning: parsing file 'epm-man-4.3-linux-3.16-x86_64/DEBIAN/control' near line 4 package 'epm-man':
'x86_64' is not a valid architecture name: character
_' not allowed (only letters, digits and characters
-')dpkg-deb: warning: ignoring 1 warning about the control file(s)
Native distribution build test PASSED.
I'm not sure if that's an issue at all, however this should hopefully be a simple patch as in #295.
Cheers
Rawiri
The text was updated successfully, but these errors were encountered: