Bug 427529
Summary: | Please update to upstream version 2.6 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Hans Ulrich Niedermann <rhbugs> | ||||
Component: | libconfuse | Assignee: | Jarod Wilson <jarod> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 8 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-02-04 15:42:00 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 427530 | ||||||
Attachments: |
|
Description
Hans Ulrich Niedermann
2008-01-04 14:13:42 UTC
Hrm... Two issues with the new version... 1) it doesn't actually build for me 2) the license changed The first is definitely a problem. At a glance, looks like probably just a compiler flag that needs tweaking so we don't treat warnings as errors. The second just needs a bit of research to make sure the new license conditions are okay for Fedora. Snippet from build failure: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Werror -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT confuse.lo -MD -MP -MF .deps/confuse.Tpo -c confuse.c -fPIC -DPIC -o .libs/confuse.o gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Werror -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT lexer.lo -MD -MP -MF .deps/lexer.Tpo -c lexer.c -fPIC -DPIC -o .libs/lexer.o cc1: warnings being treated as errors lexer.c: In function 'cfg_yylex': lexer.l:270: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result make[2]: *** [lexer.lo] Error 1 Created attachment 292382 [details] Apply patch in F-8/ directory: libconfuse-2.6-0.2 This is how I would do it... and it seems to build: http://koji.fedoraproject.org/koji/taskinfo?taskID=362349 I have not checked that any of the libconfuse dependencies work with this package, though. ISC appears to be the correct value for the License: field, and its just fine with legal. Committing and building for rawhide shortly... Built for rawhide, building for F-8 now. |