Summary: | Не собирается без apache2-devel | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | PeterVF <petervf> |
Component: | netams | Assignee: | serpiph <serpiph> |
Status: | CLOSED NOTABUG | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P5 | CC: | serpiph |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
PeterVF
2007-10-20 00:35:10 MSD
Вырезка из netams-3.4.0rc2-alt1 из Сизифа: .... BuildRequires: rrd-perl postgresql-devel apache2-devel libpam0-devel libdb1-devel ... Так что всё есть. Все верно, проблема прячется где-то в недрах RPM: $ cat ~/RPM/SPECS/netams.spec|grep BuildRequires ... BuildRequires: rrd-perl postgresql-devel apache2-devel libpam0-devel libdb1-devel ... $ sudo apt-get remove apache2-devel Password: Reading Package Lists... Done Building Dependency Tree... Done The following packages will be REMOVED: apache2-devel 0 upgraded, 0 newly installed, 1 removed and 0 not upgraded. ... Done. $ rpmbuild -ba ~/RPM/SPECS/netams.spec предупреждение: Macro %apache_addonconfdir not found предупреждение: Macro %apache_datadir not found ... предупреждение: Macro %apache_addonconfdir not found предупреждение: Macro %apache_datadir not found ... ошибка: Macro %apache_webmaster not found ошибка: Macro %apache_addonconfdir not found ошибка: строка 164: %config(noreplace)%attr(0664,root,%apache_webmaster)%apache_addonconfdir/N.netams-stat.conf Тогда вешайте багу на RPM. Кстати, попробуйте команду rpm -bb netams.spec Так, понял, что ему надо. Перенести apache2-devel из BuildRequires: в BuildPreReq: Сделаю на днях. |