Search Criteria
Package Details: docbook-to-man 2.0.0-5
Git Clone URL: | https://aur.archlinux.org/docbook-to-man.git (read-only) |
---|---|
Package Base: | docbook-to-man |
Description: | Batch converter from DocBook SGML to nroff/troff man macros. |
Upstream URL: | http://www.oasis-open.org/docbook/tools/dtm/ |
Licenses: | |
Submitter: | None |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 37 |
Popularity: | 0.019297 |
First Submitted: | 2010-06-22 09:24 |
Last Updated: | 2015-07-09 05:29 |
Dependencies (1)
Required by (5)
- fatresize (make)
- openbox-git (make)
- openbox-multihead-git (make)
- openbox_eui (make)
- plee-the-bear (make)
Latest Comments
ArchangeGabriel commented on 2017-02-13 00:11
Is there an advantage of this package against https://www.archlinux.org/packages/community/x86_64/docbook2x/?
carstene1ns commented on 2014-03-17 17:37
opensp provides /usr/bin/onsgmls, jade provides /usr/bin/nsgmls
docbook-to-man sets 'PARSER=nsgmls'
Please fix, Thanks!
Calimero commented on 2011-11-26 23:21
Fixed badly written PKGBUILD (was leading to a non-executable file in /usr/bin)
Anonymous comment on 2011-01-09 13:02
This is no longer needed for bugseverywhere, so I'm afraid I won't keep it updated, sorry. Orphaning so that other interested people (if they exist) can pick it up.
Anonymous comment on 2010-06-22 16:58
I've applied a patch from debian that should solve the problem with Transpec.
Anonymous comment on 2010-06-22 11:42
The build fails here (x86_64):
==> Starting build()...
for dir in cmd Instant Transpec; \
do (cd $dir; make all); \
done
make[1]: Entering directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/cmd'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/cmd'
make[1]: Entering directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/Instant'
cd tptregexp; make all
gcc -o instant -g main.o util.o info.o translate.o traninit.o tranvar.o tables.o browse.o masterVersion.o -Ltptregexp -ltptregexp
make[2]: Entering directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/Instant/tptregexp'
gcc -O -I. -c -o regexp.o regexp.c
/usr/bin/ld: cannot find -ltptregexp
collect2: ld returned 1 exit status
make[1]: *** [instant] Error 1
make[1]: *** Waiting for unfinished jobs....
regexp.c: In function ‘tpt_regcomp’:
regexp.c:199:15: error: conflicting types for ‘malloc’
regexp.c: In function ‘tpt_regexec’:
regexp.c:708:22: error: macro "strchr" requires 2 arguments, but only 1 given
regexp.c:708:15: error: ‘strchr’ redeclared as different kind of symbol
regexp.c: In function ‘regmatch’:
regexp.c:807:22: error: macro "strchr" requires 2 arguments, but only 1 given
make[2]: *** [regexp.o] Error 1
make[2]: Leaving directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/Instant/tptregexp'
make[1]: *** [dotptregexp] Error 2
make[1]: Leaving directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/Instant'
make[1]: Entering directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/Transpec'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/Transpec'
for dir in cmd Instant Transpec; \
do (cd $dir; make ROOT=/tmp/clyde-gour/docbook-to-man/docbook-to-man/pkg/usr/ install); \
done
make[1]: Entering directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/cmd'
cat docbook-to-man.sh >docbook-to-man
chmod a+x docbook-to-man
cp docbook-to-man /tmp/clyde-gour/docbook-to-man/docbook-to-man/pkg/usr//bin
make[1]: Leaving directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/cmd'
make[1]: Entering directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/Instant'
cd tptregexp; make all
gcc -o instant -g main.o util.o info.o translate.o traninit.o tranvar.o tables.o browse.o masterVersion.o -Ltptregexp -ltptregexp
/usr/bin/ld: cannot find -ltptregexp
collect2: ld returned 1 exit status
make[2]: Entering directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/Instant/tptregexp'
gcc -O -I. -c -o regexp.o regexp.c
make[1]: *** [instant] Error 1
make[1]: *** Waiting for unfinished jobs....
regexp.c: In function ‘tpt_regcomp’:
regexp.c:199:15: error: conflicting types for ‘malloc’
regexp.c: In function ‘tpt_regexec’:
regexp.c:708:22: error: macro "strchr" requires 2 arguments, but only 1 given
regexp.c:708:15: error: ‘strchr’ redeclared as different kind of symbol
regexp.c: In function ‘regmatch’:
regexp.c:807:22: error: macro "strchr" requires 2 arguments, but only 1 given
make[2]: *** [regexp.o] Error 1
make[2]: Leaving directory `/tmp/clyde-gour/docbook-to-man/docbook-to-man/src/docbook-to-man/Instant/tptregexp'
make[1]: *** [dotptregexp] Error 2
Sincerely,
Gour