Opened 13 years ago
Last modified 13 years ago
#1172 new Defect
7.0.11 unzip: tty operations not known to kfreebsd
Reported by: | smoe | Owned by: | |
---|---|---|---|
Priority: | Undetermined | Milestone: | Undetermined |
Component: | Undetermined | Version: | 7.0.11 |
Keywords: | Cc: | christian@… |
Description
7.0.11 does not build on Debian's BSD kernels, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657750
Thanks
Steffen
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Cc: | christian@… added |
---|
Note: See
TracTickets for help on using
tickets.
In lack of a respective machine I contacted the kfreebsd mailing list. There, Robert Millan pointed out that the file zip/unzip/ttyio.c does not have _POSIX_VERSION defined, which keeps it from defining USE_POSIX_TERMIOS . I am tempted to fix this with a mere "#include <unistd.h>" in ttyio.c, which would remove those problem. Though this should have been called through zip/unzip/unix/unxcfg.h. The identification of the kFreeBSD system as a BSD system does not seem to work.