Bug 55490
| Summary: | Make: assert() fails, make dumps core | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Binand Sethumadhavan <binand> |
| Component: | make | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED WORKSFORME | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | florin, redhat-bugzilla, rh-bugzilla |
| 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: | 2004-10-07 07:45:42 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
Binand Sethumadhavan
2001-11-01 04:58:25 UTC
I have had this problem with make-3.79.1-8 included in RedHat 7.3. I ran into this problem while trying to compile an rpm. I found for whatever reason that if I compiled it outside of rpm it worked, but always have the error message on a certain file building a rpm. I did a search and found the url below with a patch that after modifying so it would apply it fixed the problem. I also had to modify the make tar.gz file because of ^Ls in the text. The patch could probably be modified so that it would deal with the ^Ls. http://www.geocrawler.com/mail/msg.php3?msg_id=7907232&list=351 This still occurs in rawhide make. and I also can't reproduce it outside of rpmbuild. Ran into this problem again while trying to build a xawtv-3.76 rpm. Again I am building a new version of make with the patch I mentioned before. The problem is still in make-3.79.1-14. Please fix it. Confirmed still present in 8.0 touch a.c make CFLAGS+=-DMAIN a cc -DMAIN -DMAIN a.c -o a make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed. Aborted *** Bug 88846 has been marked as a duplicate of this bug. *** Can't reproduce this with make-3.80-4. |