dpkg: multiple fixes required for Nexenta OS
Bug #4504 reported by
Alex Ross
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Baltix |
Invalid
|
Undecided
|
Unassigned | ||
Nexenta Operating System |
Invalid
|
Undecided
|
Unassigned | ||
dpkg (Ubuntu) |
Won't Fix
|
Wishlist
|
Unassigned |
Bug Description
As above.
I'll also attach a cumulative patch for dpkg-1.13.10 and comment on it..
Changed in dpkg: | |
assignee: | nobody → keybuk |
Changed in dpkg: | |
assignee: | keybuk → nobody |
Changed in dpkg: | |
importance: | Medium → Wishlist |
Changed in dpkg: | |
milestone: | none → hardy-release |
To post a comment you must log in.
The following is a list of specific comments on various parts of the attached patch.
1) build dependency includes selinux (look for [gnu-linux] in the patch)
2) missing solaris debian architecture (look for ostable)
3) dpkg-shlibdeps does not recognize SUN's ldd output
4) checking for ENOTEMPTY-only is insufficient for other POSIX (but not Linux) OSes (look for ENOTEMPTY).
5) object stack (obstack) is missing.
6) strnlen() is not POSIX
7) multiple type casting errors in dselect around mvwaddstr()
8) resizeterm() is NCURSES extension