All pastes #340043 Raw Edit

Stuff

public text v1 · immutable
#340043 ·published 2007-02-04 14:29 UTC
rendered paste body
[unixlust@unixlust htb-tools2]$ sudo makepkg
==> Making package: HTB-tools 0.2.7a-1 (Sat Feb  3 14:13:37 PST 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==>     Using local copy of HTB-tools-0.2.7a.tar.gz
==>     Using local copy of bitops.h
==> Validating source files with MD5sums
    HTB-tools-0.2.7a.tar.gz ... Passed
    bitops.h ... Passed
==> Extracting Sources...
==>     tar --use-compress-program=gzip -xf HTB-tools-0.2.7a.tar.gz
==> Starting build()...
`/home/unixlust/htb-tools2/src/bitops.h' -> `/usr/include/asm/bitops.h'
flex -i sys/parse_cfg.l
gcc -O2 -Wall -g -I./include   -c -o sys/lists.o sys/lists.c
gcc -O2 -Wall -g -I./include -c sys/lex.yy.c 
lex.yy.c: In function 'yylex':
lex.yy.c:1036: warning: label 'find_rule' defined but not used
sys/parse_cfg.l: At top level:
lex.yy.c:2437: warning: 'yy_flex_realloc' defined but not used
lex.yy.c:1916: warning: 'yyunput' defined but not used
gcc -O2 -Wall -g -I./include   -c -o lib/ll_map.o lib/ll_map.c
gcc -O2 -Wall -g -I./include   -c -o lib/libnetlink.o lib/libnetlink.c
ar rcs lib/libnetlink.a lib/ll_map.o lib/libnetlink.o
gcc -O2 -Wall -g -I./include  sys/lists.o lex.yy.o sys/q_parser.c -o q_parser
gcc sys/q_show.c -O2 -Wall -g -I./include -L./lib -lnetlink -ldl sys/lists.o lex.yy.o -o q_show
gcc sys/q_checkcfg.c -O2 -Wall -g -I./include -L./lib -lnetlink -ldl sys/lists.o lex.yy.o -o q_checkcfg
cd sys/scripts && /bin/cp -v htb htbgen ../../
`htb' -> `../../htb'
`htbgen' -> `../../htbgen'
/bin/chmod +x htbgen htb && /bin/cp -v q_parser q_show q_checkcfg htb htbgen /sbin
`q_parser' -> `/sbin/q_parser'
`q_show' -> `/sbin/q_show'
`q_checkcfg' -> `/sbin/q_checkcfg'
`htb' -> `/sbin/htb'
`htbgen' -> `/sbin/htbgen'
==> Removing info/doc files...
==> Compressing man pages...
==> Stripping debugging symbols from libraries...
==> Stripping symbols from binaries...
==> Generating .PKGINFO file...
==> Generating .FILELIST file...
tar: *: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
==> Compressing package...
tar: *: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
==> Finished making: HTB-tools  (Sat Feb  3 14:13:50 PST 2007)