Search Criteria
Package Details: ncdc 1.22.1-3
Git Clone URL: | https://aur.archlinux.org/ncdc.git (read-only, click to copy) |
---|---|
Package Base: | ncdc |
Description: | Modern and lightweight direct connect client with a friendly ncurses interface |
Upstream URL: | http://dev.yorhel.nl/ncdc |
Keywords: | adc dc++ hub |
Licenses: | |
Submitter: | archtux |
Maintainer: | whoami |
Last Packager: | whoami |
Votes: | 36 |
Popularity: | 0.000006 |
First Submitted: | 2011-07-23 22:05 |
Last Updated: | 2019-06-04 01:43 |
Dependencies (4)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-git, glib2-nodocs-git, glib2-patched-thumbnailer)
- gnutls (gnutls-tiny-git, gnutls-git, gnutls-next, gnutls-openssl, gnutls-nodocs-git)
- libmaxminddb (libmaxminddb-git)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
Latest Comments
1 2 Next › Last »
Tio commented on 2020-07-20 01:27
Error:
whoami commented on 2019-06-03 12:38
updated to 1.22.1:
- Fix segfault with ADC client connections
http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/
validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling, only used for releases
whoami commented on 2019-05-27 07:09
updated to 1.22
whoami commented on 2019-04-30 11:26
http://ix.io/1HDn/bash
whoami commented on 2019-04-30 11:14
https://dev.yorhel.nl/download/ncdc-1.22.tar.gz https://dev.yorhel.nl/ncdc/changes
whoami commented on 2019-04-14 03:45
https://dev.yorhel.nl/download/ncdc-1.21.tar.gz https://dev.yorhel.nl/ncdc/changes
Holzhaus commented on 2013-12-03 00:28
You could add 'armv6h' to the supported architectures for Raspberry Pi. I tested it, it works.
diffycat commented on 2013-06-20 17:49
Things from profile.d/* are supposed to be sourced on login (from /etc/profile file). Check if your /etc/profile actually contains that logic and you didn't overwrite PATH variable somewhere else.
xmw commented on 2013-06-20 07:48
the buildsystem fails to find /usr/bin/core_perl/pod2man, resulting in ncdc.1 not being built and install failure.
export PATH=${PATH}:/usr/bin/core_perl
just before the configure line kinda fixed this,
/etc/profile.d/perlbin.{,c}sh doesn't affect zsh or bash.
checking for pod2man... no
[...]
make all-am
make[1]: Entering directory `/tmp/packerbuild-0/ncdc/ncdc/src/ncdc-1.17'
GEN src/version.h
CC src/main.o
src/main.c: In function ‘main’:
src/main.c:420:3: warning: ‘g_thread_init’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-declarations]
g_thread_init(NULL);
^
CCLD ncdc
make[1]: Leaving directory `/tmp/packerbuild-0/ncdc/ncdc/src/ncdc-1.17'
==> Starting package()...
make[1]: Entering directory `/tmp/packerbuild-0/ncdc/ncdc/src/ncdc-1.17'
/usr/bin/mkdir -p '/tmp/packerbuild-0/ncdc/ncdc/pkg/ncdc//usr/bin'
/usr/bin/install -c ncdc '/tmp/packerbuild-0/ncdc/ncdc/pkg/ncdc//usr/bin'
/usr/bin/mkdir -p '/tmp/packerbuild-0/ncdc/ncdc/pkg/ncdc//usr/share/man/man1'
/usr/bin/install -c -m 644 ./doc/ncdc.1 '/tmp/packerbuild-0/ncdc/ncdc/pkg/ncdc//usr/share/man/man1'
/usr/bin/install: cannot stat ‘./doc/ncdc.1’: No such file or directory
make[1]: *** [install-man1] Error 1
make[1]: Leaving directory `/tmp/packerbuild-0/ncdc/ncdc/src/ncdc-1.17'
make: *** [install-am] Error 2
==> ERROR: A failure occurred in package().
Aborting...
The build failed.
Anonymous comment on 2012-08-07 13:58
@dauerbaustelle: I should have known there was a special arch tag for ARM. Added to the PKGBUILD, thanks.