Search Criteria
Package Details: nn 6.7.3-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/nn.git (read-only, click to copy) |
---|---|
Package Base: | nn |
Description: | Heavy-duty USENET news reader (curses-based client, with Debian patches) |
Upstream URL: | http://packages.debian.org/en/sid/news/nn |
Licenses: | custom |
Submitter: | aksr |
Maintainer: | pjvm |
Last Packager: | pjvm |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-25 16:33 (UTC) |
Last Updated: | 2023-08-14 10:28 (UTC) |
Dependencies (3)
- ncurses (ncurses-gitAUR)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- gawk (gawk-gitAUR, busybox-coreutilsAUR) (make)
Latest Comments
pjvm commented on 2023-08-14 16:11 (UTC)
This program makes some assumptions that may make it not-very-suitable for modern use; see for example Debian bug report nn requires "domain" line in /etc/resolv.conf.
You may want to uncomment the "#define DOMAIN" line in config.h .
See the Debian bug tracker about other issues with this program.
Maybe I should also put this in the post-install message?
maid commented on 2021-01-11 05:57 (UTC)
nntp.c:1438:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1438 | (void) fgets(line + len, sizeof(line) - len, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -Iconf -O2 -fno-strength-reduce -fomit-frame-pointer -pipe -O2 -D_FORTIFY_SOURCE=2 -c -o init.o init.c cc -Iconf -O2 -fno-strength-reduce -fomit-frame-pointer -pipe -O2 -D_FORTIFY_SOURCE=2 -c -o variable.o variable.c cc -Iconf -O2 -fno-strength-reduce -fomit-frame-pointer -pipe -O2 -D_FORTIFY_SOURCE=2 -c -o term.o term.c term.c:29:10: fatal error: stropts.h: No such file or directory 29 | #include <stropts.h> | ^~~~~~~~~~~ compilation terminated. make[1]: [<builtin>: term.o] Error 1 make[1]: Leaving directory '/tmp/nn/src/nn-6.7.3' make: [Makefile:36: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
onlined commented on 2017-11-04 23:03 (UTC)