Issue 112972

Summary: archs wrongin created deb packages with "normal" epm
Product: Installation Reporter: rene
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: DEV300m84   
Target Milestone: ---   
Hardware: PC (x86_64)   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description rene 2010-07-06 12:31:11 UTC
rene@frodo:~/OpenOffice.org/DEV300_m84/instsetoo_native/unxlngx6.pro/OpenOffice/deb/install/en-US/DEBS$
ls | head -n2
desktop-integration
ooobasis3.3-base-3.3.0-84-linux-2.6-x86_64.deb
[...]

x86_64 is wrong, the arch name is amd64.

Consequently:

$ sudo dpkg -i *.deb
dpkg: error processing ooobasis3.3-base-3.3.0-84-linux-2.6-x86_64.deb (--install):
 package architecture (x86_64) does not match system (amd64)
Comment 1 Olaf Felka 2010-07-06 12:35:51 UTC
reassigned
Comment 2 rene 2010-07-06 12:43:13 UTC
ah, the x8664 -> amd64 matching is in epm-3.7.patch. probably should get it out
of there and add some more EPM_FLAGS so that a "normal" epm (here: 4.1) creates
proper packages (and note epm will not build per default is epm is there on the
system)
Comment 3 rene 2010-07-06 12:58:20 UTC
also affects kfreebsd-i386 and kfreebsd-amd64 at least, maybe i386, too. ppc
also affected AFAICS