Issue 112972 - archs wrongin created deb packages with "normal" epm
Summary: archs wrongin created deb packages with "normal" epm
Status: CONFIRMED
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: DEV300m84
Hardware: PC (x86_64) Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-06 12:31 UTC by rene
Modified: 2013-01-29 21:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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