[cups] cups-2.3b3: bug in filter/Makefile

Michael Sweet msweet at apple.com
Mon Mar 5 14:42:36 PST 2018


Matthias,

Yes, that is issue #5247 which is fixed in Github master - a release candidate for 2.3 is pending...


> On Mar 5, 2018, at 8:35 AM, Matthias Apitz <guru at unixarea.de> wrote:
> 
> 
> The installation goes wrong due to an issue in filter/Makefile:
> 
> ...
> #
> # Install programs...
> #
> 
> install-exec:
>        $(INSTALL_DIR) -m 755 $(SERVERBIN)/filter
>        for file in $(FILTERS); do \
>                $(INSTALL_BIN) $$file $(SERVERBIN)/filter; \
>        done
>        $(RM) $(SERVERBIN)/filter/rastertodymo
>        $(LN) rastertolabel $(SERVERBIN)/filter/rastertodymo
>        if test "x$(SYMROOT)" != "x"; then \
>                $(INSTALL_DIR) $(SYMROOT); \
>                for file in $(FILTERS); do \
>                        cp $$file $(SYMROOT); \
>                        dsymutil $(SYMROOT)/$$file; \
>                done \
>        fi
> ...
> 
> 
> $ sudo gmake install
> ...
> Installing programs in cups...
> Installing programs in test...
> Installing ipptool in /usr/local/cups-2.3b3/bin...
> Installing programs in filter...
> /bin/sh: syntax error at line 1: `;' unexpected
> gmake[1]: *** [install-exec] Error 2
> gmake: *** [install-exec] Error 1
> 
> 
> 'FILTERS' is not defined in the Makefile, replacing it by 'TARGETS'
> makes it working.
> 
> 	matthias
> 
> -- 
> Matthias Apitz, ✉ guru at unixarea.de, ⌂ http://www.unixarea.de/  📱 +49-176-38902045
> Public GnuPG key: http://www.unixarea.de/key.pub
> _______________________________________________
> cups mailing list
> cups at cups.org
> https://lists.cups.org/mailman/listinfo/cups

_________________________________________________________
Michael Sweet, Senior Printing System Engineer



More information about the cups mailing list