Thread: [Ziproxy-users] make fails
Brought to you by:
dmcabrita
From: Robert M. A. <li...@ro...> - 2014-11-29 05:02:23
|
Hi, I updated my box to Fedora 21 and now make fails: [root@gutenberg ziproxy-3.3.0]# make Making all in . make[1]: Entering directory '/root/ziproxy-3.3.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/root/ziproxy-3.3.0' Making all in src make[1]: Entering directory '/root/ziproxy-3.3.0/src' make all-recursive make[2]: Entering directory '/root/ziproxy-3.3.0/src' Making all in tools make[3]: Entering directory '/root/ziproxy-3.3.0/src/tools' gcc -DHAVE_CONFIG_H -I. -I../../src -g -O2 -MT ziproxylogtool.o -MD -MP -MF .deps/ziproxylogtool.Tpo -c -o ziproxylogtool.o ziproxylogtool.c mv -f .deps/ziproxylogtool.Tpo .deps/ziproxylogtool.Po gcc -g -O2 -o ziproxylogtool ziproxylogtool.o -lpthread -lpng -ljpeg -lgif -lm -lz -ljasper -lsasl2 make[3]: Leaving directory '/root/ziproxy-3.3.0/src/tools' make[3]: Entering directory '/root/ziproxy-3.3.0/src' gcc -DHAVE_CONFIG_H -I. -g -O2 -MT ziproxy.o -MD -MP -MF .deps/ziproxy.Tpo -c -o ziproxy.o ziproxy.c mv -f .deps/ziproxy.Tpo .deps/ziproxy.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o http.c mv -f .deps/http.Tpo .deps/http.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c mv -f .deps/log.Tpo .deps/log.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT text.o -MD -MP -MF .deps/text.Tpo -c -o text.o text.c mv -f .deps/text.Tpo .deps/text.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT image.o -MD -MP -MF .deps/image.Tpo -c -o image.o image.c mv -f .deps/image.Tpo .deps/image.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT cfgfile.o -MD -MP -MF .deps/cfgfile.Tpo -c -o cfgfile.o cfgfile.c mv -f .deps/cfgfile.Tpo .deps/cfgfile.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT preemptdns.o -MD -MP -MF .deps/preemptdns.Tpo -c -o preemptdns.o preemptdns.c mv -f .deps/preemptdns.Tpo .deps/preemptdns.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT netd.o -MD -MP -MF .deps/netd.Tpo -c -o netd.o netd.c mv -f .deps/netd.Tpo .deps/netd.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT htmlopt.o -MD -MP -MF .deps/htmlopt.Tpo -c -o htmlopt.o htmlopt.c mv -f .deps/htmlopt.Tpo .deps/htmlopt.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT qparser.o -MD -MP -MF .deps/qparser.Tpo -c -o qparser.o qparser.c In file included from /usr/include/string.h:634:0, from qparser.c:38: qparser.c:58:7: Fehler: expected identifier or »(« before »__extension__« char *strndup(const char *s, size_t n) ^ Makefile:356: recipe for target 'qparser.o' failed make[3]: *** [qparser.o] Error 1 make[3]: Leaving directory '/root/ziproxy-3.3.0/src' Makefile:376: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/root/ziproxy-3.3.0/src' Makefile:233: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/root/ziproxy-3.3.0/src' Makefile:238: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 [root@gutenberg ziproxy-3.3.0]# cu romal |
From: Daniel M. C. <da...@gm...> - 2014-12-02 18:47:15
|
Robert, Yesterday I sent you an email with a bugfix patch attached. I am waiting for your confirmation that it fixes your problem. .dan Em Sat, 29 Nov 2014 05:49:19 +0100 "Robert M. Albrecht" <li...@ro...> escreveu: > Hi, > > I updated my box to Fedora 21 and now make fails: > > [root@gutenberg ziproxy-3.3.0]# make > Making all in . > make[1]: Entering directory '/root/ziproxy-3.3.0' > make[1]: Nothing to be done for 'all-am'. > make[1]: Leaving directory '/root/ziproxy-3.3.0' > Making all in src > make[1]: Entering directory '/root/ziproxy-3.3.0/src' > make all-recursive > make[2]: Entering directory '/root/ziproxy-3.3.0/src' > Making all in tools > make[3]: Entering directory '/root/ziproxy-3.3.0/src/tools' > gcc -DHAVE_CONFIG_H -I. -I../../src -g -O2 -MT ziproxylogtool.o > -MD -MP -MF .deps/ziproxylogtool.Tpo -c -o ziproxylogtool.o > ziproxylogtool.c mv > -f .deps/ziproxylogtool.Tpo .deps/ziproxylogtool.Po gcc -g -O2 -o > ziproxylogtool ziproxylogtool.o -lpthread -lpng -ljpeg -lgif -lm > -lz -ljasper -lsasl2 make[3]: Leaving directory > '/root/ziproxy-3.3.0/src/tools' make[3]: Entering directory > '/root/ziproxy-3.3.0/src' gcc -DHAVE_CONFIG_H -I. -g -O2 -MT > ziproxy.o -MD -MP -MF .deps/ziproxy.Tpo -c -o ziproxy.o ziproxy.c > mv -f .deps/ziproxy.Tpo .deps/ziproxy.Po > gcc -DHAVE_CONFIG_H -I. -g -O2 -MT http.o -MD -MP > -MF .deps/http.Tpo -c -o http.o http.c > mv -f .deps/http.Tpo .deps/http.Po > gcc -DHAVE_CONFIG_H -I. -g -O2 -MT log.o -MD -MP > -MF .deps/log.Tpo -c -o log.o log.c > mv -f .deps/log.Tpo .deps/log.Po > gcc -DHAVE_CONFIG_H -I. -g -O2 -MT text.o -MD -MP > -MF .deps/text.Tpo -c -o text.o text.c > mv -f .deps/text.Tpo .deps/text.Po > gcc -DHAVE_CONFIG_H -I. -g -O2 -MT image.o -MD -MP -MF > .deps/image.Tpo -c -o image.o image.c > mv -f .deps/image.Tpo .deps/image.Po > gcc -DHAVE_CONFIG_H -I. -g -O2 -MT cfgfile.o -MD -MP -MF > .deps/cfgfile.Tpo -c -o cfgfile.o cfgfile.c > mv -f .deps/cfgfile.Tpo .deps/cfgfile.Po > gcc -DHAVE_CONFIG_H -I. -g -O2 -MT preemptdns.o -MD -MP -MF > .deps/preemptdns.Tpo -c -o preemptdns.o preemptdns.c > mv -f .deps/preemptdns.Tpo .deps/preemptdns.Po > gcc -DHAVE_CONFIG_H -I. -g -O2 -MT netd.o -MD -MP > -MF .deps/netd.Tpo -c -o netd.o netd.c > mv -f .deps/netd.Tpo .deps/netd.Po > gcc -DHAVE_CONFIG_H -I. -g -O2 -MT htmlopt.o -MD -MP -MF > .deps/htmlopt.Tpo -c -o htmlopt.o htmlopt.c > mv -f .deps/htmlopt.Tpo .deps/htmlopt.Po > gcc -DHAVE_CONFIG_H -I. -g -O2 -MT qparser.o -MD -MP -MF > .deps/qparser.Tpo -c -o qparser.o qparser.c > In file included from /usr/include/string.h:634:0, > from qparser.c:38: > qparser.c:58:7: Fehler: expected identifier or »(« before > »__extension__« char *strndup(const char *s, size_t n) > ^ > Makefile:356: recipe for target 'qparser.o' failed > make[3]: *** [qparser.o] Error 1 > make[3]: Leaving directory '/root/ziproxy-3.3.0/src' > Makefile:376: recipe for target 'all-recursive' failed > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory '/root/ziproxy-3.3.0/src' > Makefile:233: recipe for target 'all' failed > make[1]: *** [all] Error 2 > make[1]: Leaving directory '/root/ziproxy-3.3.0/src' > Makefile:238: recipe for target 'all-recursive' failed > make: *** [all-recursive] Error 1 > [root@gutenberg ziproxy-3.3.0]# > > cu romal > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and > Dashboards with Interactivity, Sharing, Native Excel Exports, App > Integration & more Get technology previously reserved for > billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ Ziproxy-users mailing > list Zip...@li... > https://lists.sourceforge.net/lists/listinfo/ziproxy-users |
From: Robert M. A. <li...@ro...> - 2014-12-02 19:21:41
|
Hi Daniel, works like a charm. Thank you very much. Spits out two warnings, but compiles. cu romal gcc -DHAVE_CONFIG_H -I. -g -O2 -MT gzpipe.o -MD -MP -MF .deps/gzpipe.Tpo -c -o gzpipe.o gzpipe.c gzpipe.c: In function 'gzip_memory_stream': gzpipe.c:350:15: warning: assignment discards 'const' qualifier from pointer target type strm.next_in = source; ^ mv -f .deps/gzpipe.Tpo .deps/gzpipe.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT fstring.o -MD -MP -MF .deps/fstring.Tpo -c -o fstring.o fstring.c mv -f .deps/fstring.Tpo .deps/fstring.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT cdetect.o -MD -MP -MF .deps/cdetect.Tpo -c -o cdetect.o cdetect.c mv -f .deps/cdetect.Tpo .deps/cdetect.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT urltables.o -MD -MP -MF .deps/urltables.Tpo -c -o urltables.o urltables.c mv -f .deps/urltables.Tpo .deps/urltables.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT txtfiletools.o -MD -MP -MF .deps/txtfiletools.Tpo -c -o txtfiletools.o txtfiletools.c mv -f .deps/txtfiletools.Tpo .deps/txtfiletools.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT auth.o -MD -MP -MF .deps/auth.Tpo -c -o auth.o auth.c auth.c: In function 'auth_sasl_init': auth.c:163:45: warning: passing argument 2 of 'sasl_set_path' discards 'const' qualifier from pointer target type if (sasl_set_path (SASL_PATH_TYPE_CONFIG, local_AuthSASLConfPath) != SASL_OK) ^ In file included from auth.c:35:0: /usr/include/sasl/sasl.h:676:17: note: expected 'char *' but argument is of type 'const char *' LIBSASL_API int sasl_set_path (int path_type, char * path); ^ mv -f .deps/auth.Tpo .deps/auth.Po gcc -DHAVE_CONFIG_H -I. -g -O2 -MT strtables.o -MD -MP -MF .deps/strtables.Tpo -c -o strtables.o strtables.c Am 02.12.14 um 19:46 schrieb Daniel Mealha Cabrita: > Robert, > > > Yesterday I sent you an email with a bugfix patch attached. > I am waiting for your confirmation that it fixes your problem. > > > .dan > > Em Sat, 29 Nov 2014 05:49:19 +0100 > "Robert M. Albrecht" <li...@ro...> escreveu: > >> Hi, >> >> I updated my box to Fedora 21 and now make fails: >> >> [root@gutenberg ziproxy-3.3.0]# make >> Making all in . >> make[1]: Entering directory '/root/ziproxy-3.3.0' >> make[1]: Nothing to be done for 'all-am'. >> make[1]: Leaving directory '/root/ziproxy-3.3.0' >> Making all in src >> make[1]: Entering directory '/root/ziproxy-3.3.0/src' >> make all-recursive >> make[2]: Entering directory '/root/ziproxy-3.3.0/src' >> Making all in tools >> make[3]: Entering directory '/root/ziproxy-3.3.0/src/tools' >> gcc -DHAVE_CONFIG_H -I. -I../../src -g -O2 -MT ziproxylogtool.o >> -MD -MP -MF .deps/ziproxylogtool.Tpo -c -o ziproxylogtool.o >> ziproxylogtool.c mv >> -f .deps/ziproxylogtool.Tpo .deps/ziproxylogtool.Po gcc -g -O2 -o >> ziproxylogtool ziproxylogtool.o -lpthread -lpng -ljpeg -lgif -lm >> -lz -ljasper -lsasl2 make[3]: Leaving directory >> '/root/ziproxy-3.3.0/src/tools' make[3]: Entering directory >> '/root/ziproxy-3.3.0/src' gcc -DHAVE_CONFIG_H -I. -g -O2 -MT >> ziproxy.o -MD -MP -MF .deps/ziproxy.Tpo -c -o ziproxy.o ziproxy.c >> mv -f .deps/ziproxy.Tpo .deps/ziproxy.Po >> gcc -DHAVE_CONFIG_H -I. -g -O2 -MT http.o -MD -MP >> -MF .deps/http.Tpo -c -o http.o http.c >> mv -f .deps/http.Tpo .deps/http.Po >> gcc -DHAVE_CONFIG_H -I. -g -O2 -MT log.o -MD -MP >> -MF .deps/log.Tpo -c -o log.o log.c >> mv -f .deps/log.Tpo .deps/log.Po >> gcc -DHAVE_CONFIG_H -I. -g -O2 -MT text.o -MD -MP >> -MF .deps/text.Tpo -c -o text.o text.c >> mv -f .deps/text.Tpo .deps/text.Po >> gcc -DHAVE_CONFIG_H -I. -g -O2 -MT image.o -MD -MP -MF >> .deps/image.Tpo -c -o image.o image.c >> mv -f .deps/image.Tpo .deps/image.Po >> gcc -DHAVE_CONFIG_H -I. -g -O2 -MT cfgfile.o -MD -MP -MF >> .deps/cfgfile.Tpo -c -o cfgfile.o cfgfile.c >> mv -f .deps/cfgfile.Tpo .deps/cfgfile.Po >> gcc -DHAVE_CONFIG_H -I. -g -O2 -MT preemptdns.o -MD -MP -MF >> .deps/preemptdns.Tpo -c -o preemptdns.o preemptdns.c >> mv -f .deps/preemptdns.Tpo .deps/preemptdns.Po >> gcc -DHAVE_CONFIG_H -I. -g -O2 -MT netd.o -MD -MP >> -MF .deps/netd.Tpo -c -o netd.o netd.c >> mv -f .deps/netd.Tpo .deps/netd.Po >> gcc -DHAVE_CONFIG_H -I. -g -O2 -MT htmlopt.o -MD -MP -MF >> .deps/htmlopt.Tpo -c -o htmlopt.o htmlopt.c >> mv -f .deps/htmlopt.Tpo .deps/htmlopt.Po >> gcc -DHAVE_CONFIG_H -I. -g -O2 -MT qparser.o -MD -MP -MF >> .deps/qparser.Tpo -c -o qparser.o qparser.c >> In file included from /usr/include/string.h:634:0, >> from qparser.c:38: >> qparser.c:58:7: Fehler: expected identifier or »(« before >> »__extension__« char *strndup(const char *s, size_t n) >> ^ >> Makefile:356: recipe for target 'qparser.o' failed >> make[3]: *** [qparser.o] Error 1 >> make[3]: Leaving directory '/root/ziproxy-3.3.0/src' >> Makefile:376: recipe for target 'all-recursive' failed >> make[2]: *** [all-recursive] Error 1 >> make[2]: Leaving directory '/root/ziproxy-3.3.0/src' >> Makefile:233: recipe for target 'all' failed >> make[1]: *** [all] Error 2 >> make[1]: Leaving directory '/root/ziproxy-3.3.0/src' >> Makefile:238: recipe for target 'all-recursive' failed >> make: *** [all-recursive] Error 1 >> [root@gutenberg ziproxy-3.3.0]# >> >> cu romal >> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and >> Dashboards with Interactivity, Sharing, Native Excel Exports, App >> Integration & more Get technology previously reserved for >> billion-dollar corporations, FREE >> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >> _______________________________________________ Ziproxy-users mailing >> list Zip...@li... >> https://lists.sourceforge.net/lists/listinfo/ziproxy-users > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Ziproxy-users mailing list > Zip...@li... > https://lists.sourceforge.net/lists/listinfo/ziproxy-users > |