[Home]

Summary:ASTERISK-13780: [patch] missing DESTDIR in addons install-xmldoc
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2009-03-19 05:10:35Date Closed:2009-12-19 07:57:54.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Addons/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) docs_destdir.diff
Description:installing latest asterisk-addons to a DESTDIR fails as the target install-xmldoc installs directly under the main root.

Furthermore, when installing to a DESTDIR, I can't assume that the directory will exist.

A trivial patch is attached (against 1.6.1-rc2, but it seems to be the same as in current trunk)

****** ADDITIONAL INFORMATION ******

Looking at the issue again, I see that asterisk-1.6.1 does not create the documentation directory. Either kill this code in this branch, or create the directory youself, to avoid failing 'make install'
Comments:By: Digium Subversion (svnbot) 2009-03-30 09:08:41

Repository: asterisk-addons
Revision: 827

U   branches/1.6.1/Makefile
D   branches/1.6.1/build_tools/get_documentation
U   branches/1.6.1/configure
U   branches/1.6.1/configure.ac
U   branches/1.6.1/makeopts.in

------------------------------------------------------------------------
r827 | eliel | 2009-03-30 09:08:40 -0500 (Mon, 30 Mar 2009) | 9 lines

Remove XML documentation install process from the Makefile.

XML documentation is not supported in -addons 1.6.1, so remove the modified
Makefile that tries to install a non-existent xml documentation.

(closes issue ASTERISK-13780)
Reported by: tzafrir


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk-addons?view=rev&revision=827

By: Tzafrir Cohen (tzafrir) 2009-12-19 07:57:54.000-0600

For the record: the issue persisted in 1.6.2. Fixed in http://svnview.digium.com/svn/asterisk-addons?view=revision&revision=1077