Ошибки при установке Munin на FreeBSD
Автор: admin Раздел: Мониторинг
На сервер под правлением FreeBSD необходимо установить munin.
Сто раз поделал, точнее все по памяти, однако здесь возникла неувязка – не желает почему-то устанавливаться, благодаря отсуствия пакетов. Подойдем поближе к проблемке, и попробуем разрешить. Так вот что я делаю – ставлю в начале munin-master: Code: serv# cd /usr/ports/sysutils/munin-master/ serv# make install clean ………………. ……….идет установка… ………… *** Must have at least one backend to build Pango. ===> Script «configure» failed unexpectedly. Please run the gnomelogalyzer, available from «http://www.freebsd.org/gnome/gnomelogalyzer.sh», which will diagnose the problem and suggest a solution. If – and only if – the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) «/usr/ports/x11-toolkits/pango/work/pango-1.28.3/config.log», (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /usr/ports/x11-toolkits/pango. *** Error code 1 Stop in /usr/ports/databases/rrdtool. *** Error code 1 Stop in /usr/ports/databases/rrdtool. *** Error code 1 Stop in /usr/ports/sysutils/munin-master. Ачуметь. Ну вроде все ясно - нужно просто руками поставить pango и rrdtool . Не проблема. Устанавливаем pango: Code: serv# cd /usr/ports/x11-toolkits/pango serv# make install clean Получаем ошибку в самом конце: Code: *** Must have at least one backend to build Pango. ===> Script «configure» failed unexpectedly. Please run the gnomelogalyzer, available from «http://www.freebsd.org/gnome/gnomelogalyzer.sh», which will diagnose the problem and suggest a solution. If – and only if – the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) «/usr/ports/x11-toolkits/pango/work/pango-1.28.3/config.log», (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /usr/ports/x11-toolkits/pango. Попробывал еще раз из портов, не посодействовало. Прибегнул розыском, отыскал решение: Code: serv# portinstall –use-packages-only pango Процесс занимает непонятно какое время. И ничто не помогло. Делал несложным «дедоским» методом, установил пакетом: Code: #pkg_add -r -f pango Видим что установилось: Code: # pkg_info | grep pango pango-1.28.4 An open-source framework for the layout and rendering of i1 # Только после всего этого перезапустил установку munin-master , все отлично! |