In building TPP 4.6.1 on centos 6.3, I encountered this error (highlighted in red):
.... {1000s of previous lines not shown}
cp -f ../schema/msms_analysis3.dtd /usr/local/tpp/schema/
cp -f ../schema/pepXML_std.xsl /usr/local/tpp/schema/
cp -f ../schema/pepXML_v*.xsd /usr/local/tpp/schema/
cp -f ../schema/protXML_v*.xsd /usr/local/tpp/schema/
chmod g+x /usr/local/tpp/bin/*
chmod: cannot access `/usr/local/tpp/bin/bin': Too many levels of symbolic links
make: *** [install-linux-xml] Error 1 make: *** [install-linux-xml] Error 1
However, I just chmod 777 -R the /usr/local/tpp directory, and it din't complain. Then, I deleted the offending link in the tpp folder (it was a weird "bin" folder that was linked to itself"). I ran ./tandem.sh and it gave me the normal greeting message etc.
Is this ok? Is this "normal" behaviour? Why do we have circular links?
I did have, though, the boost libraries seemingly installed in the default distribution of centos 6.3 and they were relatively recent. Is this makefile.config.incl asbsolutely required? (I didn't include it because I had a hard time figuring out what should be the location for my boost libraries -- I couldn't find exact corresponding entries, so I thought I'd first see if this file was truly needed.....). Since the make kept going, I'm assuming that I didn't run into any serious and/or fatal errors....and I don't think this lack of makefile.config.incl is related to teh "Too many levels of symbolic links" errors, above, right?