I have been using tup for some time and an very pleased with it. I have 
convinced management to convert our build system to use it for the great 
benefit it gives to developers.

I recently accidentally deleted the line 'export PKG_CONFIG_PATH' from my 
top-level Tuprules.tup file. No problem, I added it back, but then I got 
this error while tup was parsing Tupfiles:

SQL reset error: UNIQUE constraint failed: normal_link.from_id, 
normal_link.to_id
Statement was: insert into normal_link(from_id, to_id) values(?, ?)
* 14) [0.006s] build-Linux64/dss/xenos/Xml                                 
                                 
tup error: Error parsing Tupfile line 7
  Line was: ': *.o |> !linkSharedLib |> $(LIB) | $(TOP)/<xml>'


I had to blow away my build-Linux64 variant directory and .tup directory to 
resolve. Is there something obvious wrong? If more info is required, I will 
have to find some time to boil it down to a simple test case.

-Andy

-- 
-- 
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to