-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpmbuild of CUPS2.0b1 fails #4459
Comments
CUPS.org User: pconklin Other relevant info rpm -qa | grep gcclibgcc-4.1.2-54.el5 I also just tried removing the -Wsign-conversion and get the following error Compiling tls.c... RPM build errors: |
CUPS.org User: mike OK, needed a configure check for the GNU TLS function (new in 3.0), and added a configure check for -Wsign-conversion (although that warning has been around for a LONG time...) Source changes attached. |
"str4459.patch": Index: config-scripts/cups-compiler.m4--- config-scripts/cups-compiler.m4 (revision 12121)
|
Version: 2.0-current
CUPS.org User: pconklin
on CentOS 5.10 x86_64 using following command
rpmbuild -ta cups-2.0b1-source.tar.gz --without libusb1 --without systemd
Making all in cups...
Compiling adminutil.c...
cc1: error: unrecognized command line option "-Wsign-conversion"
make[1]: *** [adminutil.o] Error 1
make: *** [all] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.51326 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.51326 (%build)
The text was updated successfully, but these errors were encountered: