Bug 80753
Summary: | No genhdlist in anaconda-runtime | ||
---|---|---|---|
Product: | [Retired] Red Hat Public Beta | Reporter: | Forrest <forresttaylor2000> |
Component: | anaconda | Assignee: | Jeremy Katz <katzj> |
Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | phoebe | CC: | mitr |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-01-21 16:03:50 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: | 79579 |
Description
Forrest
2002-12-30 22:00:04 UTC
Yes, hence why it's not currently included ;-) Hoping to rewrite in python before all is said and done, else just fix the compilation. For now, the 8.0 (or 7.3, or 7.2, ...) genhdlist works just fine. Fixed the compilation, will be in the next build I'm getting this: [root@test84 utils]# make genhdlist cc -g -static -Wall -g -I.. -I../loader2 -I/usr/include/rpm -o genhdlist genhdlist.c hash.c \ -lrpm -lrpmdb -lrpmio -lbz2 -lz -lpopt -lelf -lpthread /usr/lib/gcc-lib/i386-redhat-linux/3.2.1/../../../librpm.a(rpminstall.o)(.text+0x1833): In function `rpmInstall': : the use of `mktemp' is dangerous, better use `mkstemp' when compiling genhdlist with anaconda-8.0.94-0.20030120155450. The mktemp error is because rpmlib uses mktemp instead of mkstemp, not my bug :) |