lharding / tasknc

ncurses wrapper around taskwarrior
MIT License
117 stars 18 forks source link

Can't build on Archlinux #23

Closed matthiasbeyer closed 8 years ago

matthiasbeyer commented 11 years ago

All information I have for you:

cmake --version
cmake version 2.8.11.2
gcc --version
gcc (GCC) 4.8.1

mkdir build
[0][tasknc] (master) -> cd build/
[0][build] (master) -> cmake ..
-- The C compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Looking for wsyncup in /usr/lib64/libcursesw.so
-- Looking for wsyncup in /usr/lib64/libcursesw.so - found
-- Found Curses: /usr/lib64/libcursesw.so  
-- Configuring done
-- Generating done
-- Build files have been written to: /home/m/dlds/programs/tasknc/build
[0][build] (master) -> make
Scanning dependencies of target tasknc
[  7%] Building C object src/CMakeFiles/tasknc.dir/color.c.o
[ 14%] Building C object src/CMakeFiles/tasknc.dir/command.c.o
[ 21%] Building C object src/CMakeFiles/tasknc.dir/common.c.o
[ 28%] Building C object src/CMakeFiles/tasknc.dir/formats.c.o
[ 35%] Building C object src/CMakeFiles/tasknc.dir/keys.c.o
[ 42%] Building C object src/CMakeFiles/tasknc.dir/log.c.o
[ 50%] Building C object src/CMakeFiles/tasknc.dir/pager.c.o
[ 57%] Building C object src/CMakeFiles/tasknc.dir/sort.c.o
[ 64%] Building C object src/CMakeFiles/tasknc.dir/statusbar.c.o
[ 71%] Building C object src/CMakeFiles/tasknc.dir/tasklist.c.o
[ 78%] Building C object src/CMakeFiles/tasknc.dir/tasknc.c.o
[ 85%] Building C object src/CMakeFiles/tasknc.dir/tasks.c.o
[ 92%] Building C object src/CMakeFiles/tasknc.dir/test.c.o
Linking C executable tasknc
[ 92%] Built target tasknc
Scanning dependencies of target ManPages
[100%] Generating tasknc.1
/home/m/dlds/programs/tasknc/doc/manual.pod around line 44: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 154: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 158: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 202: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 206: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 210: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 214: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 218: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 222: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 226: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 230: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 234: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 238: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 242: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 246: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 250: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 254: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 258: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 262: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 266: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 270: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 274: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 278: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 282: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 286: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 290: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 308: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 312: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 316: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 320: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 324: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 328: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 332: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 336: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 340: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 352: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 356: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 360: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 364: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 368: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 386: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 392: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 396: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 400: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 404: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 408: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 424: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 430: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 434: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 438: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 442: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 446: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 450: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 462: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 474: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 478: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 482: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 492: Expected text after =item, not a bullet
/home/m/dlds/programs/tasknc/doc/manual.pod around line 496: Expected text after =item, not a bullet
POD document had syntax errors at /usr/bin/core_perl/pod2man line 71.
make[2]: *** [doc/tasknc.1] Fehler 255
make[1]: *** [doc/CMakeFiles/ManPages.dir/all] Fehler 2
make: *** [all] Fehler 2
dar72 commented 11 years ago

Same issue for me, same gcc and cmake versions

ghost commented 11 years ago

It's really weired, another go for make and it works without a hitch. (Have a look at my PKGBUILD) https://github.com/steffenhoenig/aur/blob/master/tasknc-git/PKGBUILD

lharding commented 9 years ago

With mjheagle8's blessing, I'm taking over maintenance of this project. If you still care about this issue, please reopen it over at my fork.

lharding commented 9 years ago

This is another version of the pod2man error output issue. Fixed in my fork.

lharding commented 8 years ago

Fix from my fork merged, closing this issue.