[Bug 928] New: issues with installClient target of Hylafax

[email protected] Wed, 5 May 2010 09:15:50 -0400
Newsgroups gmane.comp.telephony.fax.hylafax.devel
Message-ID <[email protected]/>
http://bugs.hylafax.org/show_bug.cgi?id=928

           Summary: issues with installClient target of Hylafax
           Product: HylaFAX
           Version: latest
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: source-build
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I found few issues while doing make for target installClient in Hylafax
package. 

Issue1: "make installClient" does not install the necessary "pagesizes" and
"typerules" files.

We noticed that no default typerules are specified when sending faxes from the
command line because of absence of this.

I find that files "typerules" and "pagesizes" is in "libhylafax" (${DSODIRS})
directory which seems to be not referenced in "installClient" target of
"Makefile.in".  



Issue2: make installClient fails. We found this issue that it was a syntax
error. Here are the diff's we did to successfully install it.

+++ Makefile.in Tue Nov 24 18:47:39 2009
@@ -315,7 +315,7 @@
            true; \
        fi
        @if [ "@NLS@" = yes ]; then \
+           (${ECHO} "= po"; cd po; ${MAKE} installClient ) ||  exit 1; \
-           (${ECHO} "= po"; cd po; ${MAKE} installClient  ||  exit 1; \
        else \
            true; \
        fi 


Could this please be fixed in coming versions?


-- 
Configure bugmail: http://bugs.hylafax.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


____________________ HylaFAX(tm) Developers Mailing List ____________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe [email protected] < /dev/null