Проблемы установки, настройки и работы Правильной Операционной Системы
Модератор: terminus
Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
-
Time
- сержант
- Сообщения: 195
- Зарегистрирован: 2008-09-04 4:31:16
- Откуда: Абакан
-
Контактная информация:
Непрочитанное сообщение
Time » 2008-09-08 4:59:14
Здраствуйте столкнулся с такои проблемой. Делаю все по инструкции.FreeBSD 7.0
Вот инструкция с самого сайта
Код: Выделить всё
Установка
Для установки плагина необходимо выполнить несколтько шагов:
1.Установить в системе заголовочные файлы Kopete. Для Debian/Ubuntu это пакет kdenetwork-dev
2.Скачать последнюю версию исходников
3.Распаковать в какую-то директорию
4.Собрать плагин, вызвав в консоли:
./configure
make
sudo make install
5.Использовать!
а вот что у меня получаеться ...
на шаге 4 после команды ./configure
Код: Выделить всё
888# make
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
Can't open configure: No such file or directory.
/usr/local/bin/bash ./config.status --recheck
running CONFIG_SHELL=/usr/local/bin/bash /usr/local/bin/bash ./configure --no-create --no-recursion
/usr/local/bin/bash: ./configure: No such file or directory
*** Error code 127
bash у меня установлен и сразу возникает вопрос для фрюхи ли этот скрипт сделан или нет
http://kopeteantispam.sourceforge.net/ru/index.html
kopete мне очень нравиться как клиент, но спам задолбал ейибогу
Time
-
Хостинг HostFood.ru
-
Хостинг HostFood.ru
Тарифы на хостинг в России, от 12 рублей:
https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.:
https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах:
https://www.host-food.ru/domains/
-
zg
- полковник
- Сообщения: 5845
- Зарегистрирован: 2007-12-07 13:51:33
- Откуда: Верх-Нейвинск
Непрочитанное сообщение
zg » 2008-09-08 7:32:05
Time писал(а):вопрос для фрюхи ли этот скрипт сделан или нет
Time писал(а):sudo make install
и сразу возникает ответ - нет, для линукса
Time писал(а):cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
Can't open configure: No such file or directory.
занятно, сначало он удаляет configure, а потом не может его найти... походу скрипт какой-то кривой. Хотя работать вообще-то должно
Код: Выделить всё
MAKE(1) FreeBSD General Commands Manual MAKE(1)
NAME
make -- maintain program dependencies
SYNOPSIS
make [-ABPSXeiknqrstv] [-C directory] [-D variable] [-d flags]
[-E variable] [-f makefile] [-I directory] [-j max_jobs]
[-m directory] [-V variable] [-x warning_options] [variable=value]
[target ...]
попробуй выполнить из папки с сырцами
zg
-
Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-09-08 11:07:30
попробовал нарисовать порт
валиться на такой оошибке...
Код: Выделить всё
Good - your configure finished. Start make now
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
make all-recursive
Making all in src
cd .. && perl admin/am_edit src/Makefile.in
/usr/X11R6/bin/moc ./kopeteantispamplugin.h -o kopeteantispamplugin.moc
/bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/kopete -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -O2 -pipe -fno-strict-aliasing -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT kopeteantispamplugin.lo -MD -MP -MF .deps/kopeteantispamplugin.Tpo -c -o kopeteantispamplugin.lo kopeteantispamplugin.cpp
mv -f .deps/kopeteantispamplugin.Tpo .deps/kopeteantispamplugin.Plo
/usr/local/bin/kconfig_compiler ./kopeteantispamconfig.kcfg ./kopeteantispamconfig.kcfgc; ret=$?; if test "$ret" != 0; then rm -f kopeteantispamconfig.h ; exit $ret ; fi
/bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/kopete -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -O2 -pipe -fno-strict-aliasing -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT kopeteantispamconfig.lo -MD -MP -MF .deps/kopeteantispamconfig.Tpo -c -o kopeteantispamconfig.lo kopeteantispamconfig.cpp
mv -f .deps/kopeteantispamconfig.Tpo .deps/kopeteantispamconfig.Plo
/bin/sh ../libtool --silent --tag=CXX --mode=link c++ -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -O2 -pipe -fno-strict-aliasing -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -module -no-undefined -avoid-version -module -no-undefined -R /usr/local/lib -R /usr/local/lib -R /usr/X11R6/lib -R /usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib -o kopete_antispam.la -rpath /usr/local/lib/kde3 kopeteantispamplugin.lo kopeteantispamconfig.lo -lkopete
libtool: link: cannot find the library `'
*** Error code 1
Stop in /var/tmp/usr/ports/net-im/kopete-antispam/work/kopete-antispam-0.3/src.
*** Error code 1
Stop in /var/tmp/usr/ports/net-im/kopete-antispam/work/kopete-antispam-0.3.
*** Error code 1
Stop in /var/tmp/usr/ports/net-im/kopete-antispam/work/kopete-antispam-0.3.
*** Error code 1
Stop in /usr/ports/net-im/kopete-antispam.
lissyara#
Убей их всех! Бог потом рассортирует...
Alex Keda
-
Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-09-08 12:15:28
написал автору почтой и создал тикет в тракинговой системе сайта.
Убей их всех! Бог потом рассортирует...
Alex Keda
-
Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-09-08 18:51:25
хе.
дома у меня та же ошибка что и у тредстартера =(
автор тоже отписался - грит либу копытную найти не может оно....
буду копать...
Убей их всех! Бог потом рассортирует...
Alex Keda
-
Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-09-08 19:27:52
так.
прописал в порте
не помогло =(
Убей их всех! Бог потом рассортирует...
Alex Keda
-
Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-09-08 19:30:47
хм.
присмотрелся - не совсем
Код: Выделить всё
configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
acinclude.m4:9704: _LT_AC_LANG_GCJ_CONFIG is expanded from...
acinclude.m4:9703: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
cd . && perl admin/am_edit
cd . && perl admin/am_edit Makefile.in
cd . && rm -f configure
cd . && gmake -f admin/Makefile.common configure
gmake[1]: Entering directory `/usr/ports/net-im/kopete-antispam/work/kopete-antispam-0.3'
Can't open configure: No such file or directory.
gmake[1]: Leaving directory `/usr/ports/net-im/kopete-antispam/work/kopete-antispam-0.3'
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd8.0 build_alias=amd64-portbld-freebsd8.0 CC=cc CFLAGS=-O2 -pipe -fno-strict-aliasing CXX=c++ CXXFLAGS=-O2 -pipe -fno-strict-aliasing --no-create --no-recursion
./configure: Can't open ./configure: No such file or directory
gmake: *** [config.status] Ошибка 2
*** Error code 2
Stop in /usr/ports/net-im/kopete-antispam.
acer#
Убей их всех! Бог потом рассортирует...
Alex Keda
-
Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-09-08 21:08:07
выкатываю ещё одну версию порта - тут уже проскакивает тот момент на котором заедало у тредстартера и меня, катит дальше, до того что днём было - либы не хватает
Убей их всех! Бог потом рассортирует...
Alex Keda
-
Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-09-09 18:10:49
ни у кого идей нет, или никому не интересно?
походу я последний из могикан, с копытом

))
Убей их всех! Бог потом рассортирует...
Alex Keda
-
alno
- проходил мимо
- Сообщения: 2
- Зарегистрирован: 2008-09-09 18:21:20
-
Контактная информация:
Непрочитанное сообщение
alno » 2008-09-09 18:26:47
Я только что собрал и выложил версию для KDE4, может быть кому интересно

)
Исходники можно скачать здесь:
http://downloads.sourceforge.net/kopete ... de4.tar.gz
Для сборки я стал использовать CMake, потому что он как-то для меня более понятен, надеюсь с этим не будет трудностей. Для сборки в директории плагина необходимо выполнить:
Код: Выделить всё
cmake -DCMAKE_INSTALL_PREFIX=<директория, куда установлена KDE4> .
make
sudo make install
Спасибо за интерес к плагину))
alno
-
Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-09-09 21:19:17
а для троечки? =(
на буке мне KDE4 не светит - нет аппаратного ускорения на видяхе.
на десктопе светит но не скоро - пока стиль под КДЕ3 не нарисуют - не пойду

))
Убей их всех! Бог потом рассортирует...
Alex Keda
-
alno
- проходил мимо
- Сообщения: 2
- Зарегистрирован: 2008-09-09 18:21:20
-
Контактная информация:
Непрочитанное сообщение
alno » 2008-09-10 11:18:06
Для троечки с CMake? Постараюсь сделать в ближайшее время.
alno
-
Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-09-10 11:32:05
ну, если честно - до лампочки с чем

хоть на ассемблере

лишь бы собирался или отладка ошибок сборки упростилась

Убей их всех! Бог потом рассортирует...
Alex Keda
-
Time
- сержант
- Сообщения: 195
- Зарегистрирован: 2008-09-04 4:31:16
- Откуда: Абакан
-
Контактная информация:
Непрочитанное сообщение
Time » 2008-09-17 6:31:28
е мое не одного меня смотрю заинтересовала эта проблема
а то я аську не отключаю и каждое утро прихожу и целая кипа спама...
да для 3-х плиз замутите
Time
-
Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-09-17 8:03:13
вишь, пропал автор...
правда, судя по логам заходил попозже последнего поста....
мож занят =(
Убей их всех! Бог потом рассортирует...
Alex Keda
-
Time
- сержант
- Сообщения: 195
- Зарегистрирован: 2008-09-04 4:31:16
- Откуда: Абакан
-
Контактная информация:
Непрочитанное сообщение
Time » 2008-09-18 12:29:30
может кто подскажет как в копыте сделать потдержку передачи фаилов а то у меня это меню неактивно что то

Time
-
Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-09-18 15:13:05
а вот х.з...
у меня тоже

Убей их всех! Бог потом рассортирует...
Alex Keda
-
Time
- сержант
- Сообщения: 195
- Зарегистрирован: 2008-09-04 4:31:16
- Откуда: Абакан
-
Контактная информация:
Непрочитанное сообщение
Time » 2008-10-13 9:22:19
я не поиму или я ослеп или что то не так вот тут есть для 3-ки вроде
http://kopeteantispam.sourceforge.net/en/downloads.html
KDE3:
Source .tar.gz for KDE3
RPM Package for KDE3
RPM Package for OpenSUSE for KDE3
DEB Package for Debian and Ubuntu for KDE3
./configure
выдало это
Код: Выделить всё
Good - your configure finished. Start make now
мол все тип топ
но с make
Код: Выделить всё
cd . && make -f admin/Makefile.common configure.in ;
*** Creating configure.files
cd . && /usr/local/bin/bash /usr/home/Time/soft/Kopete/kopete-antispam-0.3/admin/missing --run aclocal-1.10
acinclude.m4:3699: the serial number must appear before any macro definition
acinclude.m4:3744: the serial number must appear before any macro definition
acinclude.m4:3789: the serial number must appear before any macro definition
acinclude.m4:5997: the serial number must appear before any macro definition
/usr/local/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
/usr/local/share/aclocal/smpeg.m4:13: run info '(automake)Extending aclocal'
/usr/local/share/aclocal/smpeg.m4:13: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
acinclude.m4:6583: AC_LIBTOOL_LINKER_OPTION is expanded from...
acinclude.m4:8443: _LT_AC_LANG_C_CONFIG is expanded from...
acinclude.m4:8442: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
configure.in:54: the top level
configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
acinclude.m4:6540: AC_LIBTOOL_COMPILER_OPTION is expanded from...
acinclude.m4:10479: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
acinclude.m4:8588: _LT_AC_LANG_CXX_CONFIG is expanded from...
acinclude.m4:8587: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
acinclude.m4:9604: _LT_AC_LANG_F77_CONFIG is expanded from...
acinclude.m4:9603: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
acinclude.m4:9704: _LT_AC_LANG_GCJ_CONFIG is expanded from...
acinclude.m4:9703: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
cd . && /usr/local/bin/bash /usr/home/Time/soft/Kopete/kopete-antispam-0.3/admin/missing --run automake-1.10 --gnu
configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
acinclude.m4:6583: AC_LIBTOOL_LINKER_OPTION is expanded from...
acinclude.m4:8443: _LT_AC_LANG_C_CONFIG is expanded from...
acinclude.m4:8442: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
configure.in:54: the top level
configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
acinclude.m4:6540: AC_LIBTOOL_COMPILER_OPTION is expanded from...
acinclude.m4:10479: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
acinclude.m4:8588: _LT_AC_LANG_CXX_CONFIG is expanded from...
acinclude.m4:8587: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
acinclude.m4:9604: _LT_AC_LANG_F77_CONFIG is expanded from...
acinclude.m4:9603: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
acinclude.m4:9704: _LT_AC_LANG_GCJ_CONFIG is expanded from...
acinclude.m4:9703: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
cd . && perl admin/am_edit
cd . && perl admin/am_edit Makefile.in
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
Can't open configure: No such file or directory.
/usr/local/bin/bash ./config.status --recheck
running CONFIG_SHELL=/usr/local/bin/bash /usr/local/bin/bash ./configure --no-create --no-recursion
/usr/local/bin/bash: ./configure: No such file or directory
*** Error code 127
Stop in /usr/home/Time/soft/Kopete/kopete-antispam-0.3.
наверное надо что то запихнуть в /usr/local/bin/bash ???
Time
-
manefesto
- Группенфюррер
- Сообщения: 6934
- Зарегистрирован: 2007-07-20 8:27:30
- Откуда: Пермь
-
Контактная информация:
Непрочитанное сообщение
manefesto » 2008-10-13 10:34:37
bash стоит ?
я такой яростный шо аж пизде
Ц

manefesto