[cups.bugs] [MOD] STR #4293: cups/auth.c ignoring return value of 'fgets' error

Douglas Kosovic doug at uq.edu.au
Wed Mar 13 05:02:06 PDT 2013


DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

As a workaround I removed the .svn directory as
config-scripts/cups-compiler.m4 had a conditional with the following:

    # Additional warning options for development testing...
    if test -d .svn; then
            OPTIM="-Wshadow -Werror $OPTIM"

now have the following error which I'm guessing needs an #ifdef
HAVE_CDSASSL:

make[1]: Entering directory `/root/rpmbuild/BUILD/cups-1.6svn-r10903/cups'
echo Compiling http.c...
Compiling http.c...
gcc  -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector
-Wno-tautological-compare -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -O2 -g -pipe
-Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tables -fstack-protector-all -DLDAP_DEPRECATED=1
-I/usr/include/libusb-1.0   -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include   -DDBUS_API_SUBJECT_TO_CHANGE
-DOPENSSL_DISABLE_OLD_DES_SUPPORT -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT 
-c -o http.o http.c
http.c: In function 'http_setup_ssl':
http.c:3946: error: 'cg' undeclared (first use in this function)
http.c:3946: error: (Each undeclared identifier is reported only once
http.c:3946: error: for each function it appears in.)

Link: https://www.cups.org/str.php?L4293
Version: 1.6-current





More information about the cups mailing list