I don't know where to put eclass issues so I'll put it into Portage for now. I'm talking about webapp-apache.eclass which has a bug in webapp-apache-detect(), namely: has_version '=net-www/apache-1*' && APACHEVER=1 The ${APACHEVAR} is later one wrong used: APACHECONF="/etc/apache${APACHEVER}/conf/apache${APACHEVER}.conf" When you use apache1 (which is still somewhat common) this reports the wrong file and in general wrong directories. The directory has to be /etc/apache not /etc/apache1 and the configfile is apache.conf not apache1.conf At least on the emerge of phpBB it detects the wrong filename as it used the specified eclass.
dupe - see #25879 or just sync again
See it. But it searched anyway /: Please resolve this bug - thank you.
*** This bug has been marked as a duplicate of 25879 ***