Opened 14 years ago
Closed 14 years ago
#25023 closed defect (fixed)
DPKG different values architecture
Reported by: | kibodmitry@… | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Tiger | Cc: | |
Port: | dpkg |
Description
EXAMPLE:
[USER]$ sudo port dpkg apt
---> Computing dependencies for apt
---> Creating dpkg for apt-0.5.27
(apt_0.5.27-7_darwin-i386.deb in build/port/work directory)
[USER]$ sudo dpkg -i /apt_0.5.27-7_darwin-i386.deb
dpkg: error processing /apt_0.5.27-7_darwin-i386.deb (--install): package architecture (darwin-i386) does not match system (i686-darwin)
Errors were encountered while processing:
/apt_0.5.27-7_darwin-i386.deb
[USER]$ dpkg-architecture
dpkg-architecture: warning: Unknown gcc system type i686-apple-darwin8, falling back to default (native compilation)
dpkg-architecture: warning: Specified GNU system type does not match gcc system type i686-apple-darwin8.
DEB_BUILD_ARCH=i686-darwin
DEB_BUILD_GNU_CPU=
DEB_BUILD_GNU_SYSTEM=
DEB_BUILD_GNU_TYPE=
DEB_HOST_ARCH=i686-darwin
DEB_HOST_GNU_CPU=
DEB_HOST_GNU_SYSTEM=
DEB_HOST_GNU_TYPE=
It's true for ALL (installed by me) ports
How to change the architecture to a single value?
Attachments (1)
Change History (5)
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to landonf@… |
---|---|
Port: | dpkg added; DPKG removed |
comment:2 Changed 14 years ago by afb@…
comment:3 Changed 14 years ago by afb@…
Something must have changed in the build system (or patches), rebuilding the port does indeed reproduce the above failure. Easiest is adding "i686-darwin" to the archtable.
Changed 14 years ago by afb@…
Attachment: | dpkg-archtable.diff added |
---|
comment:4 Changed 14 years ago by afb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks backwards ?