[asterisk-users] Compile error with libpri 1.4.15

Tzafrir Cohen tzafrir.cohen at xorcom.com
Wed Feb 3 05:57:58 CST 2016


On Tue, Feb 02, 2016 at 11:57:08AM -0500, Jerry Geis wrote:

> make[4]: Entering directory
> `/home/silentm/LayeredSolutions/digium/dahdi-linux-complete-2.11.0+2.11.0/tools/xpp'
> /usr/bin/install: cannot stat ‘./dahdi_registration.8’: No such file or
> directory
> /usr/bin/install: cannot stat ‘./xpp_sync.8’: No such file or directory
> /usr/bin/install: cannot stat ‘./lsdahdi.8’: No such file or directory
> /usr/bin/install: cannot stat ‘./xpp_blink.8’: No such file or directory
> /usr/bin/install: cannot stat ‘./dahdi_genconf.8’: No such file or directory
> /usr/bin/install: cannot stat ‘./dahdi_hardware.8’: No such file or
> directory
> /usr/bin/install: cannot stat ‘./twinstar.8’: No such file or directory

Those should have been generated by pod2man. Look for '%.8: %' in
xpp/Makefile.am .

So it seems that a check for pod2man needs to be added to the configure
script. For now, generate a dummy pod2man binary somewhere in your path.
Or just install perl-doc or whatever it is called.

For instance:

  ln -s /bun/true /usr/local/bin/pod2man # Results in empty man pages

I stress that this is a TEMPORARY WORKAROUND until the configure script
is adapted.

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com



More information about the asterisk-users mailing list