Bug 189196
| Summary: | missing build dependency: sysfsutils-devel | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matteo Corti <matteo> |
| Component: | lm_sensors | Assignee: | Phil Knirsch <pknirsch> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | rvokal |
| 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-12 12:18:57 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: | |||
Added to latest lm_sensors version. Read ya, Phil |
Description of problem: missing build dependency: sysfsutils-devel Version-Release number of selected component (if applicable): lm_sensors-2.9.2-1 How reproducible: build the srpm w/o sysfsutils-devel Steps to Reproduce: 1. remove sysfsutils-devel 2. rpmbuild -ba lm_sensors.spec Actual results: gcc -M -MG -DETCDIR="\"/etc\"" -I. -Ikernel/include -I/usr/src/linux/include -Wundef -Wall -O2 -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wnested-externs -Winline -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 prog/sensors/chips.c | \ sed -e 's@^\(.*\)\.o:@prog/sensors/chips.rd prog/sensors/chips.ro: Makefile '`dirname prog/sensors/chips.rd`/Module.mk' @' > prog/sensors/chips.rd make: *** No rule to make target `sysfs/libsysfs.h', needed by `lib/sysfs.ad'. Stop. error: Bad exit status from /var/tmp/rpm-tmp.8124 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.8124 (%build) Expected results: build Additional info: Missing a BuildRequires in the spec file