Bug#790287: [Pkg-ime-devel] Bug#790287: sunpinyin: FTBFS: pod2man error (no name given for document)

2015-07-05 Thread Guo Yixuan
Control: tag -1 + pending
Control: forwarded -1
https://code.google.com/p/sunpinyin/issues/detail?id=327

So we need either
  $ pod2man -n genpyt genpyt.pod genpyt.1
 or
  $ pod2man genpyt.pod genpyt.1

 I'll try to fix this.


It's here

http://anonscm.debian.org/cgit/pkg-ime/sunpinyin.git/commit/?id=192b818ef9a328fa08a60e26e2e5a1769882ff32

Regards,
Yixuan


Bug#790287: [Pkg-ime-devel] Bug#790287: sunpinyin: FTBFS: pod2man error (no name given for document)

2015-07-05 Thread Guo Yixuan
Hello

On Sat, Jun 27, 2015 at 5:12 PM, Daniel Schepler dschep...@gmail.com
wrote:

 Source: sunpinyin
 Version: 2.0.3+git20140127-1.1
 Severity: serious

 From my pbuilder build log:

 ...
 g++ -o src/ime-core/userdict.os -c -g -O2 -fstack-protector-strong
 -Wformat -Werror=format-security -pipe -fPIC -DHAVE_CONFIG_H
 -DSUNPINYIN_DATA_DIR='/usr/lib/x86_64-linux-gnu/sunpinyin/data' -I. -Isrc
 -Isrc/ime-core -Isrc/lexicon -Isrc/pinyin -Isrc/slm -Isrc/slm/slmbuild
 -Isrc/slm/ids2ngram -Isrc/slm/tslminfo -Isrc/slm/mmseg -Isrc/slm/thread
 -Isrc/slm/tslmpack -Isrc/slm/slmprune -Isrc/slm/slminfo -Isrc/slm/tools
 -Isrc/slm/slmseg -Isrc/slm/tslmendian -Isrc/slm/getwordfreq
 src/ime-core/userdict.cpp
 g++ -o libsunpinyin.so.3.0 -Wl,-z,relro -Wl,-soname=libsunpinyin.so.3
 -shared src/portability.os src/slm/slm.os src/lexicon/pytrie.os
 src/pinyin/pinyin_data.os src/pinyin/pinyin_seg.os
 src/pinyin/shuangpin_data.os src/pinyin/shuangpin_seg.os
 src/pinyin/hunpin_seg.os src/ime-core/imi_context.os
 src/ime-core/imi_data.os src/ime-core/lattice_states.os
 src/ime-core/imi_view.os src/ime-core/imi_uiobjects.os
 src/ime-core/imi_view_classic.os src/ime-core/imi_winHandler.os
 src/ime-core/ic_history.os src/ime-core/imi_funcobjs.os
 src/ime-core/imi_options.os src/ime-core/imi_option_event.os
 src/ime-core/userdict.os -lsqlite3
 pod2man  man/genpyt.pod  man/genpyt.1
 IO::File=IO(0x1b2e190) around line 1: No name given for document
 POD document had syntax errors at /usr/bin/pod2man line 71.
 scons: *** [man/genpyt.1] Error 255
 scons: building terminated because of errors.
 debian/rules:22: recipe for target 'override_dh_auto_build' failed
 make[1]: *** [override_dh_auto_build] Error 2
 make[1]: Leaving directory '/tmp/buildd/sunpinyin-2.0.3+git20140127'
 debian/rules:14: recipe for target 'build' failed
 make: *** [build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2


So we need either
 $ pod2man -n genpyt genpyt.pod genpyt.1
or
 $ pod2man genpyt.pod genpyt.1

I'll try to fix this.

Regards,
GUO Yixuan