Bug 638
| Summary: | the rxvt rpm does not seem to include rxvt binary. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | David Lawrence <dkl> |
| Component: | rxvt | Assignee: | Preston Brown <pbrown> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | ||
| 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: | 1998-12-30 20:53:14 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: | |||
|
Description
David Lawrence
1998-12-28 18:18:20 UTC
This problem is with dist-6.0/rxvt-2.4.7-3 Here's the compiler output: make[1]: Entering directory `/usr/src/redhat/BUILD/rxvt-2.4.7/src' gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I.. -I. -O2 -m486 -fno-strength-reduce utmp.c utmp.c: In function `makeutent': utmp.c:232: `WTMPX_FILE' undeclared (first use in this function) utmp.c:232: (Each undeclared identifier is reported only once utmp.c:232: for each function it appears in.) utmp.c: In function `cleanutent': utmp.c:291: `WTMPX_FILE' undeclared (first use in this function) make[1]: *** [utmp.o] Error 1 and the configure output looks fishy -- I don't think we always have utmp/wtmp files in the build environments ... checking for host in utmp struct... yes checking where utmp is located... checking where wtmp is located... /var/log/wtmp Fixed in dist-6.0/rxvt-2.4.7-4 |