Summary: | rpcgen generates garbage | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | ftaylor |
Component: | glibc | Assignee: | Cristian Gafton <gafton> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | ftaylor |
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: | 1999-09-23 03:21:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
ftaylor
1999-08-31 17:08:53 UTC
Please send test data. Note that the rpcgen on solaris has different syntax because of the dynamic port binding etc. *** Bug 4807 has been marked as a duplicate of this bug. *** the header file generated with: rpcgen -C -M -N -h cc.x -o cc.h contains function definitions that are inconsistent with rpcgen -C -M -N -c cc.x -o cc_xdr.c functions that take 'pointer to foo' as an argument in the .c file are defined in the .h file as taking 'foo' as an argument Same stuff works well on Solaris 2.x, and has for years I can send a sample if necessary. ------- Additional Comments From jbj 08/31/99 13:56 ------- Please send sample. I'm going to coalesce these two problems. closed dues to lack of feedback, Please reopen if still have test data. |