Bug 124394

Summary: assertion triggered in allocated_variable_append:
Product: [Fedora] Fedora Reporter: Rene van Paassen <m.m.vanpaassen>
Component: makeAssignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
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-05-26 11:00:33 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 Rene van Paassen 2004-05-26 10:34:47 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114

Description of problem:
compiling valgrind produces:

make: expand.c:489: allocated_variable_append: Assertion
`current_variable_set_list->next != 0' failed.

Bug 89206 for Redhat 9 has the same, apparently the rawhide fix was
not ported to FC1

Version-Release number of selected component (if applicable):
make-3.79.1-18

How reproducible:
Always

Steps to Reproduce:
1. download valgrind 2.1.1
2. configure + compile
3.
    

Actual Results:  see above, + it hits the syntax error in timex.h

Expected Results:  compiled valgrind

Additional info:

Comment 1 Rene van Paassen 2004-05-26 11:00:33 UTC
The strangest thing happened. It is apparently due to some unlikely
combination of environment variables. Opened another window and
compilation was successful.