Bug 192004
| Summary: | MIssing Build Requirements & Problem with configure Macros | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andreas Thienemann <andreas> | ||||
| Component: | xorg-x11-server-utils | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | ||||||
| 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: | 2006-05-17 23:37:23 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: | |||||||
| Attachments: |
|
||||||
xorg-x11-server-utils-1.0.1-4 needs a BuildReq for libICE-devel to correctly build in mock. However, this still results in the following error: checking for RGB... yes ./configure: line 3487: XORG_MANPAGE_SECTIONS: command not found ./configure: line 3488: XORG_RELEASE_VERSION: command not found configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands + make make all-am make[1]: Entering directory `/builddir/build/BUILD/xorg-x11-server-utils-1.0.1/rgb-1.0.0' if gcc -DHAVE_CONFIG_H -I. -I. -I. -DRGB_DB=\"/usr/share/X11/rgb\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT showrgb-showrgb.o -MD -MP -MF ".deps/showrgb-showrgb.Tpo" -c -o showrgb-showrgb.o `test -f 'showrgb.c' || echo './'`showrgb.c; \ then mv -f ".deps/showrgb-showrgb.Tpo" ".deps/showrgb-showrgb.Po"; else rm -f ".deps/showrgb-showrgb.Tpo"; exit 1; fi gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o showrgb showrgb-showrgb.o make[1]: *** No rule to make target `showrgb.@APP_MAN_SUFFIX@', needed by `all-am'. Stop. make[1]: Leaving directory `/builddir/build/BUILD/xorg-x11-server-utils-1.0.1/rgb-1.0.0' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.62189 (%build) It seems the XORG_MANPAGE macros are not defined, making configure bawl. Attached is a patch, fixing the libICE-devel Req. |
Created attachment 129261 [details] Patch, adding the missing buildreqs