emerging proftpd-1.3.1rc3 gives me following error: >>mod_sql_mysql.c:598: Fehler: fehlendes abschließendes Zeichen "<< (error, missing tailing ") if i look in that file, i find that this " IS missing (the line has been marked with >>): if (!conn_pool) { >> pr_log_pri(PR_LOG_WARNING, "warning: the mod_sql_mysql module has not been "properly intialized. Please make sure your --with-modules configure " "option lists mod_sql *before* mod_sql_mysql, and recompile."); sql_log(DEBUG_FUNC, "%s", "The mod_sql_mysql module has not been properly " "intialized. Please make sure your --with-modules configure option " "lists mod_sql *before* mod_sql_mysql, and recompile."); sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_defineconnection"); return PR_ERROR_MSG(cmd, MOD_SQL_MYSQL_VERSION, "uninitialized module"); } Reproducible: Always Steps to Reproduce: 1.try to update proftpd-1.3.1rc3 2. 3. Actual Results: ebuild stops with error Expected Results: everyone lived happily ever after with a running proftpd my machine: core2duo E6600 gentoo-sources 2.6.22_r6 (generic x86_64) 2 Gb ram
*** This bug has been marked as a duplicate of bug 190316 ***