The OpenNET Project / Index page

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

форумы  помощь  поиск  регистрация  майллист  ВХОД  слежка  RSS
"Upgrading 'gettext-0.14.5_2' to 'gettext-0.16.1'"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [Проследить за развитием треда]

"Upgrading 'gettext-0.14.5_2' to 'gettext-0.16.1'"  
Сообщение от mambur email(ok) on 28-Мрт-07, 13:43 
#portupgrade gettext

... skipped ...
cc -O -pipe -mcpu=pentiumpro -o test-lock test-lock.o lock.o  -L/usr/local/lib
test-lock.o: In function `test_lock':
test-lock.o(.text+0x1d6): undefined reference to `pthread_create'
test-lock.o(.text+0x20c): undefined reference to `pthread_create'
test-lock.o(.text+0x23c): undefined reference to `pthread_join'
test-lock.o(.text+0x25f): undefined reference to `pthread_join'
test-lock.o: In function `test_rwlock':
test-lock.o(.text+0x3dc): undefined reference to `pthread_create'
test-lock.o(.text+0x41c): undefined reference to `pthread_create'
test-lock.o(.text+0x44c): undefined reference to `pthread_join'
test-lock.o(.text+0x47c): undefined reference to `pthread_join'
test-lock.o: In function `test_recursive_lock':
test-lock.o(.text+0x626): undefined reference to `pthread_create'
test-lock.o(.text+0x65c): undefined reference to `pthread_create'
test-lock.o(.text+0x68c): undefined reference to `pthread_join'
test-lock.o(.text+0x6af): undefined reference to `pthread_join'
test-lock.o: In function `test_once':
test-lock.o(.text+0x888): undefined reference to `pthread_create'
test-lock.o(.text+0x9bb): undefined reference to `pthread_join'
*** Error code 1

Stop in /usr/ports/devel/gettext/work/gettext-0.16.1/gettext-runtime/tests.
*** Error code 1

Stop in /usr/ports/devel/gettext/work/gettext-0.16.1/gettext-runtime.
*** Error code 1

Stop in /usr/ports/devel/gettext/work/gettext-0.16.1/gettext-runtime.
*** Error code 1

Stop in /usr/ports/devel/gettext/work/gettext-0.16.1.
*** Error code 1

Stop in /usr/ports/devel/gettext.


Братья гуру, в чем может быть проблема сборки?

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

 Оглавление

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


1. "Upgrading 'gettext-0.14.5_2' to 'gettext-0.16.1'"  
Сообщение от mambur email(ok) on 28-Мрт-07, 15:18 
И еще может ли в результате неправильной работы gettext не срабатывать initdb в постгресе и не меняться пароли в saslpasswd2?
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

2. "Upgrading 'gettext-0.14.5_2' to 'gettext-0.16.1'"  
Сообщение от hate email on 28-Мрт-07, 17:25 
>И еще может ли в результате неправильной работы gettext не срабатывать initdb
>в постгресе и не меняться пароли в saslpasswd2?


20070318:
  AFFECTS: users of devel/gettext (ie: YOU)
  AUTHOR: ade@FreeBSD.org

  As a result of the upgrade to gettext-0.16.1, the shared library version
  of libintl has changed, so you will need to rebuild all ports that
  depend on gettext (ie: most of them, sorry).

  portupgrade -rf gettext
  portmaster -r gettext

  In addition, if you have multimedia/vlc installed, you should deinstall
  it *before* either of the above commands, and reinstall it manually
  afterwards - vlc erroneously installs its own version of lib/charset.alias
  which will overwrite the one supplied by devel/gettext otherwise.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

3. "Upgrading 'gettext-0.14.5_2' to 'gettext-0.16.1'"  
Сообщение от mambur email(ok) on 28-Мрт-07, 17:31 
Да. Я Это уже читал раньше. Но это не было успешно выполнено.
В системе напрочь отсутствует pthread. Отсюда растут ноги у прочих проблем.
Можно ли доставить эту библиотеку?
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

4. "Upgrading 'gettext-0.14.5_2' to 'gettext-0.16.1'"  
Сообщение от mirya email on 28-Мрт-07, 20:53 
>В системе напрочь отсутствует pthread. Отсюда растут ноги у прочих проблем.
>Можно ли доставить эту библиотеку?

uname -a

?

Между тем: комбинация devel/glib20 WITH_COLLATION_FIX=yes + обновленный gettext убивают misc/mc . Обновленцам принят во внимание

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

5. "Upgrading 'gettext-0.14.5_2' to 'gettext-0.16.1'"  
Сообщение от mambur email(ok) on 28-Мрт-07, 21:08 
Ну, что, братья гуру, нельзя на вас надеяться.
У кого будет проблема знайте лечится так:

ll /usr/lib/libpthread.*
lrwxr-xr-x  1 root  wheel  17 28 мар 17:04 /usr/lib/libpthread.a -> /usr/lib/libkse.a
lrwxr-xr-x  1 root  wheel  18 28 мар 17:04 /usr/lib/libpthread.so -> /usr/lib/libkse.so
lrwxr-xr-x  1 root  wheel  20 28 мар 17:04 /usr/lib/libpthread.so.1 -> /usr/lib/libkse.so.1

"Спасибо" вот этому человеку http://www.ngu.ru/news/news200401.html

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

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

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




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

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