On Mon, Jan 17, 2011 at 11:25:41AM +0000, Mateusz Loskot wrote: > So, I would like to ask how can I isolate exact AWK command issued by > pkgsrc system which eventually leads to the exception: > > /usr/bin/awk: floating point exception 8 > > Is there any way to trace the pkgsrc commands back? PKG_DEBUG_LEVEL=2 and piping of the output to a file. Joerg