The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"не устанавливается smartmontools   на FreeBSD "
Вариант для распечатки  
Пред. тема | След. тема 
Форум Открытые системы на рабочей станции (Установка ОС / FreeBSD)
Изначальное сообщение [ Отслеживать ]

"не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от Жекан on 29-Авг-11, 14:13 
на сервере стоит система FreeBSD 7.0 х32
обновлены порты
portsnap fetch
portsnap extract
portsnap uhdate
не утонавлеваится порт Smartmontools  онже smartctl
перерыл весь интернет так нечего и ненашол
помогите пожалуйста с решение проблемы

ошибка при компиляции

===>  Building for smartmontools-5.40
make  all-recursive
Making all in .
g++ -DHAVE_CONFIG_H -I.   -DBUILD_INFO='"(local build)"'  -DSMARTMONTOOLS_SYSCONFDIR='"/usr/local/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/local/share/smartmontools"'       -I/usr/src/sys  -g -O2 -Wall -W -fno-strict-aliasing -MT smartd.o -MD -MP -MF .deps/smartd.Tpo -c -o smartd.o smartd.cpp
In file included from /usr/include/c++/4.2/iosfwd:47,
                 from /usr/include/c++/4.2/bits/stl_algobase.h:70,
                 from /usr/include/c++/4.2/bits/char_traits.h:46,
                 from /usr/include/c++/4.2/string:47,
                 from /usr/include/c++/4.2/stdexcept:44,
                 from smartd.cpp:44:
/usr/include/c++/4.2/cctype:70: error: '::isalnum' has not been declared
/usr/include/c++/4.2/cctype:71: error: '::isalpha' has not been declared
/usr/include/c++/4.2/cctype:72: error: '::iscntrl' has not been declared
/usr/include/c++/4.2/cctype:73: error: '::isdigit' has not been declared
/usr/include/c++/4.2/cctype:74: error: '::isgraph' has not been declared
/usr/include/c++/4.2/cctype:75: error: '::islower' has not been declared
/usr/include/c++/4.2/cctype:76: error: '::isprint' has not been declared
/usr/include/c++/4.2/cctype:77: error: '::ispunct' has not been declared
/usr/include/c++/4.2/cctype:78: error: '::isspace' has not been declared
/usr/include/c++/4.2/cctype:79: error: '::isupper' has not been declared
/usr/include/c++/4.2/cctype:80: error: '::isxdigit' has not been declared
/usr/include/c++/4.2/cctype:81: error: '::tolower' has not been declared
/usr/include/c++/4.2/cctype:82: error: '::toupper' has not been declared
In file included from /usr/include/c++/4.2/cwchar:52,
                 from /usr/include/c++/4.2/bits/postypes.h:46,
                 from /usr/include/c++/4.2/iosfwd:49,
                 from /usr/include/c++/4.2/bits/stl_algobase.h:70,
                 from /usr/include/c++/4.2/bits/char_traits.h:46,
                 from /usr/include/c++/4.2/string:47,
                 from /usr/include/c++/4.2/stdexcept:44,
                 from smartd.cpp:44:
/usr/include/c++/4.2/ctime:68: error: '::tm' has not been declared
/usr/include/c++/4.2/ctime:70: error: '::clock' has not been declared
/usr/include/c++/4.2/ctime:71: error: '::difftime' has not been declared
/usr/include/c++/4.2/ctime:72: error: '::mktime' has not been declared
/usr/include/c++/4.2/ctime:73: error: '::time' has not been declared
/usr/include/c++/4.2/ctime:74: error: '::asctime' has not been declared
/usr/include/c++/4.2/ctime:75: error: '::ctime' has not been declared
/usr/include/c++/4.2/ctime:76: error: '::gmtime' has not been declared
/usr/include/c++/4.2/ctime:77: error: '::localtime' has not been declared
/usr/include/c++/4.2/ctime:78: error: '::strftime' has not been declared
smartd.cpp: In function 'bool write_dev_state(const char*, const persistent_dev_state&)':
smartd.cpp:638: error: 'unlink' was not declared in this scope
smartd.cpp: In function 'bool write_dev_attrlog(const char*, const persistent_dev_state&)':
smartd.cpp:692: error: 'time' was not declared in this scope
smartd.cpp:693: error: 'gmtime' was not declared in this scope
smartd.cpp:695: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:695: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:695: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:696: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:696: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:696: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp: In function 'void RemovePidFile()':
smartd.cpp:746: error: 'unlink' was not declared in this scope
smartd.cpp: In function 'void MailWarning(const dev_config&, dev_state&, int, const char*, ...)':
smartd.cpp:919: error: 'time' was not declared in this scope
smartd.cpp:948: error: 'gethostname' was not declared in this scope
smartd.cpp:966: error: 'getdomainname' was not declared in this scope
smartd.cpp: In function 'bool WaitForPidFile()':
smartd.cpp:1289: error: 'sleep' was not declared in this scope
smartd.cpp: In function 'void DaemonInit()':
smartd.cpp:1309: error: 'fork' was not declared in this scope
smartd.cpp:1324: error: 'setsid' was not declared in this scope
smartd.cpp:1327: error: 'fork' was not declared in this scope
smartd.cpp:1340: error: 'getdtablesize' was not declared in this scope
smartd.cpp:1341: error: 'close' was not declared in this scope
smartd.cpp:1354: error: 'dup' was not declared in this scope
smartd.cpp:1356: error: 'dup' was not declared in this scope
smartd.cpp:1359: error: 'chdir' was not declared in this scope
smartd.cpp:1362: error: 'getpid' was not declared in this scope
smartd.cpp: In function 'void WritePidFile()':
smartd.cpp:1383: error: 'getpid' was not declared in this scope
smartd.cpp: In function 'int ATADeviceScan(dev_config&, dev_state&, ata_device*)':
smartd.cpp:1907: error: 'time' was not declared in this scope
smartd.cpp: In function 'int SCSIDeviceScan(dev_config&, dev_state&, scsi_device*)':
smartd.cpp:2051: error: 'time' was not declared in this scope
smartd.cpp: In function 'char next_scheduled_test(const dev_config&, dev_state&, bool, time_t)':
smartd.cpp:2133: error: 'time' was not declared in this scope
smartd.cpp:2147: error: 'localtime' was not declared in this scope
smartd.cpp:2149: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:2149: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:2164: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:2164: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:2164: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:2168: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:2185: error: 'localtime' was not declared in this scope
smartd.cpp:2186: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:2186: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp:2191: error: invalid use of incomplete type 'struct tm'
/usr/include/wchar.h:108: error: forward declaration of 'struct tm'
smartd.cpp: In function 'void PrintTestSchedule(const dev_config_vector&, dev_state_vector&, const smart_device_list&)':
smartd.cpp:2212: error: 'time' was not declared in this scope
smartd.cpp: In function 'void CheckTemperature(const dev_config&, dev_state&, unsigned char, unsigned char)':
smartd.cpp:2487: error: 'time' was not declared in this scope
smartd.cpp:2498: error: 'time' was not declared in this scope
smartd.cpp: In function 'int ATACheckDevice(const dev_config&, dev_state&, ata_device*, bool)':
smartd.cpp:2660: error: 'sleep' was not declared in this scope
smartd.cpp:2713: error: 'time' was not declared in this scope
smartd.cpp:2719: error: 'time' was not declared in this scope
smartd.cpp: In function 'void Initialize(time_t*)':
smartd.cpp:2955: error: 'time' was not declared in this scope
smartd.cpp: In function 'time_t dosleep(time_t, bool&)':
smartd.cpp:2989: error: 'time' was not declared in this scope
smartd.cpp:3005: error: 'sleep' was not declared in this scope
*** Error code 1

Stop in /usr/ports/sysutils/smartmontools/work/smartmontools-5.40.
*** Error code 1

Stop in /usr/ports/sysutils/smartmontools/work/smartmontools-5.40.
*** Error code 1

Stop in /usr/ports/sysutils/smartmontools/work/smartmontools-5.40.
*** Error code 1

Ответить | Правка | Cообщить модератору

Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от 17 (??) on 29-Авг-11, 15:42 
> на сервере стоит система FreeBSD 7.0 х32
> обновлены порты
> portsnap fetch
> portsnap extract
> portsnap uhdate

опечатка  ^^^^^^^

> не утонавлеваится порт Smartmontools  онже smartctl
> перерыл весь интернет так нечего и ненашол
> помогите пожалуйста с решение проблемы
> ошибка при компиляции
> ===>  Building for smartmontools-5.40

Как-то вы плохо порты обновили. Текущая версия в портах - 5.41.
Попробуйте выполнить portsnap fetch update еще раз.

Ответить | Правка | ^ к родителю #0 | Наверх | Cообщить модератору

2. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от Жекан on 29-Авг-11, 16:43 
выполнил
portsnap fetch update еще раз
но проблема та же самая осталась
порты вроде обновились всё в порядке
smartmontools самая новая версия под эту операционную систему
почему ошибка при компиляции не пойму.
помогите мудрыми советами заранее благодарен


Ответить | Правка | ^ к родителю #1 | Наверх | Cообщить модератору

3. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от spambot on 29-Авг-11, 16:50 
> помогите мудрыми советами заранее благодарен

переходить на linux

Ответить | Правка | ^ к родителю #2 | Наверх | Cообщить модератору

4. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от 17 (??) on 29-Авг-11, 16:59 
> выполнил
> portsnap fetch update еще раз
> но проблема та же самая осталась
> порты вроде обновились всё в порядке
>  smartmontools самая новая версия под эту операционную систему
> почему ошибка при компиляции не пойму.
> помогите мудрыми советами заранее благодарен

так какая версия в конечном счете? должна быть 5.41, т.к. "самая новая версия под эту операционную систему" в портах.
Ну и вообще можете поставить из пакетов: pkg_add -r smartmontools

Ответить | Правка | ^ к родителю #2 | Наверх | Cообщить модератору

5. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от Жекан on 29-Авг-11, 17:06 
при выполнении  pkg_add -r smartmontools
доступ в интернет есть проверял всё в порядке


Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-re...: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-re...' by URL

Ответить | Правка | ^ к родителю #4 | Наверх | Cообщить модератору

6. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от 17 (??) on 29-Авг-11, 17:28 
> при выполнении  pkg_add -r smartmontools
> доступ в интернет есть проверял всё в порядке
> Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-re...:
> File unavailable (e.g., file not found, no access)
> pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-re...'
> by URL

Да, пардон, пакетов для 7.0 уже нету - только для 7.3 и 7.4.
Давайте тогда с портом разберемся. Какая у вас сейчас версия порта?
Пришлите вывод команды:

> grep FreeBSD /usr/ports/sysutils/smartmontools/Makefile

# $FreeBSD: ports/sysutils/smartmontools/Makefile,v 1.52 2011/07/22 06:38:53 sunpoet Exp $

Ответить | Правка | ^ к родителю #5 | Наверх | Cообщить модератору

7. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от Жекан on 29-Авг-11, 17:36 
grep FreeBSD /usr/ports/sysutils/smartmontools/Makefile


# $FreeBSD: ports/sysutils/smartmontools/Makefile,v 1.52 2011/07/22 06:38:53 sunpoet Exp $

Ответить | Правка | ^ к родителю #6 | Наверх | Cообщить модератору

8. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от 17 (??) on 29-Авг-11, 17:41 
> grep FreeBSD /usr/ports/sysutils/smartmontools/Makefile
> # $FreeBSD: ports/sysutils/smartmontools/Makefile,v 1.52 2011/07/22 06:38:53 sunpoet
> Exp $

Хорошо. теперь cd /usr/ports/sysutils/smartmontools && make clean build

ПОЛНЫЙ лог сборки скопируйте сюда или на pastebin, а сюда ссылку.

Ответить | Правка | ^ к родителю #7 | Наверх | Cообщить модератору

9. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от Жекан on 29-Авг-11, 17:52 
Вот ссылка


http://pastebin.com/VNxJkmu5

Ответить | Правка | ^ к родителю #8 | Наверх | Cообщить модератору

10. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от 17 (??) on 29-Авг-11, 18:27 
> Вот ссылка
> http://pastebin.com/VNxJkmu5

Ясно, значит что-то специфичное для 7.0. Я отослал ошибку мейнтейнеру порта, вероятно он сможет помочь.

Ответить | Правка | ^ к родителю #9 | Наверх | Cообщить модератору

11. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от 17 (??) on 29-Авг-11, 19:19 
> Вот ссылка
> http://pastebin.com/VNxJkmu5

Мейнтейнер порта предположил, что на вашей системе какая-то проблема с заголовочными файлами и предложил обновить систему до поддерживаемой версии (в вашем случае - 7.4).

Я сравнил логи сборки на вашей системе и на моей. По существу различия в этом:

-checking for nawk... nawk
+checking for gawk... gawk

-checking for ANSI C header files... no
+checking for ANSI C header files... yes

Т.е. у меня используется gawk, у вас - nawk, плюс в вашей системе не обнаружились заголовочные файлы. Для начала попробуйте установить gawk.

Проверьте, есть ли в вашей системе эти файлы (поискать можно командой locate):

stdlib.h
stdarg.h
float.h
string.h
ctype.h
locale.h

Они должны быть в /usr/include. Если их нет, то можно скопировать с дистрибутива.

Если решите обновить систему, то эти ссылка пригодится:
http://www.freebsd.org/doc/ru/books/handbook/makeworld.html

Ответить | Правка | ^ к родителю #9 | Наверх | Cообщить модератору

12. "не устанавливается smartmontools   на FreeBSD "  +/
Сообщение от 17 (??) on 29-Авг-11, 20:22 
> Вот ссылка
> http://pastebin.com/VNxJkmu5

И как вариант попробовать пакеты, собранные под более новой версией FreeBSD:
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.3-re...
или
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.4-re...

Ответить | Правка | ^ к родителю #9 | Наверх | Cообщить модератору

Архив | Удалить

Рекомендовать для помещения в FAQ | Индекс форумов | Темы | Пред. тема | След. тема




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру