Package Details: hnb 1.9.17-5

Git Clone URL: https://aur.archlinux.org/hnb.git (read-only, click to copy)
Package Base: hnb
Description: Ncurses based hierarchical notebook to structure many kinds of data in one place.
Upstream URL: http://hnb.sourceforge.net
Licenses: GPL3
Submitter: None
Maintainer: None
Last Packager: ckafi
Votes: 38
Popularity: 0.000005
First Submitted: 2008-04-26 23:40 (UTC)
Last Updated: 2015-07-18 12:01 (UTC)

Latest Comments

awewanwo commented on 2021-03-23 12:23 (UTC)

Using makepkg -si with fresh git clone gives linker error:

==> Making package: hnb 1.9.17-5 (Tue 23 Mar 2021 01:20:19 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found hnb-1.9.17.tar.gz
==> Validating source files with md5sums...
    hnb-1.9.17.tar.gz ... Passed
==> Extracting sources...
  -> Extracting hnb-1.9.17.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
(cd src;make)
make[1]: Entering directory '/home/alejandro/sources/hnb/src/hnb-1.9.17/src'
make[1]: Circular init_subsystems.c <- init_subsystems.c dependency dropped.
cc -o hnb actions.o cal.o cli_macro.o clipboard.o evilloop.o expanded.o file_ascii.o file.o file_help.o file_hnb.o file_html.o file_opml.o file_ps.o file_xml.o
hnb.o init_subsystems.o node.o path.o prefs.o query.o search.o spell.o statcmds.o state.o tokenizer.o tree.o tree_misc.o tree_sort.o tree_todo.o ui_binding.o ui.o ui_cli.o ui_draw.o ui_edit.o ui_menu.o ui_overlay.o ui_style.o util_string.o
xml_tok.o -lncurses libcli/libcli.a -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g
/usr/bin/ld: ui_draw.o:/home/alejandro/sources/hnb/src/hnb-1.9.17/src/ui_draw.c:42: multiple definition of `nodes_above'; ui.o:/home/alejandro/sources/hnb/src/hnb-1.9.17/src/ui.c:35: first defined here
/usr/bin/ld: ui_draw.o:/home/alejandro/sources/hnb/src/hnb-1.9.17/src/ui_draw.c:43: multiple definition of `active_line'; ui.o:/home/alejandro/sources/hnb/src/hnb-1.9.17/src/ui.c:36: first defined here
/usr/bin/ld: ui_draw.o:/home/alejandro/sources/hnb/src/hnb-1.9.17/src/ui_draw.c:44: multiple definition of `nodes_below'; ui.o:/home/alejandro/sources/hnb/src/hnb-1.9.17/src/ui.c:37: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:11: hnb] Error 1
make[1]: Leaving directory '/home/alejandro/sources/hnb/src/hnb-1.9.17/src'
make: *** [Makefile:3: src/hnb] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

I don't really know if this is my fault, I checked and I have ncurses 6.2-1 installed.

khampf commented on 2016-09-26 09:30 (UTC)

make[2]: Entering directory '/tmp/yaourt-tmp-core/aur-hnb/src/hnb-1.9.17/src/libcli' cc -Wall -D_FORTIFY_SOURCE=2 -c -o cli.o cli.c make[2]: *** [<builtin>: cli.o] Error 1

commented on 2011-04-28 01:18 (UTC)

I sure did, I can't believe I did that. Fixed.

commented on 2011-04-27 23:57 (UTC)

Looks like you made a mistake in the PKGBUILD: $pkgdir/pkg/usr/bin/hnb …