* [devel] Сборка kdar
@ 2007-02-28 15:39 Vyacheslav Dubrovskiy
2007-02-28 15:43 ` Andrey Rahmatullin
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Vyacheslav Dubrovskiy @ 2007-02-28 15:39 UTC (permalink / raw)
To: Devel
Здравствуйте.
Хочу вытянуть kdar из orphaned и за одно новую версию собрать. А она не
собирается:
На стадии конфигурирования жалуется что не может найти библиотеку
libdar, хотя библиотека стоит.
checking for libdar... configure: error: required library not found.
Please install libdar.
error: Bad exit status from /usr/src/tmp/rpm-tmp.30060 (%build)
в config.log:
configure:35060: x86_64-alt-linux-g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -ansi -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-ari
th -Wwrite-strings -O2 -pipe -Wall -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions
-fno-check-new -fno-common -fexceptions -DQT_THREAD_SUPPORT
-D_REENTRANT -ldar conftest.cc >&5
/usr/src/tmp/ccrQOYbP.o: In function `main':
conftest.cc:(.text+0x6f): undefined reference to
`libdar::get_version(unsigned int&, unsigned int&)
'
collect2: ld returned 1 exit status
configure:35063: $? = 1
configure: program exited with status 1
Подскажите в чем проблема?
--
WBR,
Dubrovskiy Vyacheslav
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Сборка kdar
2007-02-28 15:39 [devel] Сборка kdar Vyacheslav Dubrovskiy
@ 2007-02-28 15:43 ` Andrey Rahmatullin
2007-02-28 15:51 ` Igor Zubkov
2007-02-28 23:15 ` Vitaly Lipatov
2 siblings, 0 replies; 5+ messages in thread
From: Andrey Rahmatullin @ 2007-02-28 15:43 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 535 bytes --]
On Wed, Feb 28, 2007 at 05:39:39PM +0200, Vyacheslav Dubrovskiy wrote:
> -D_REENTRANT -ldar conftest.cc >&5
Должно быть conftest.cc -ldar
http://wiki.sisyphus.ru/devel/UpStream/AsNeeded?v=mgh 2-й комментарий
> Подскажите в чем проблема?
В --as-needed.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
Пересборка забошенного пакета в качестве тестового задания - это как сдача
курсовой, скачанной из инета. Ничего плохого нет, но все-таки от кандидата
ожидаются другие навыки.
-- cray in devel@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Сборка kdar
2007-02-28 15:39 [devel] Сборка kdar Vyacheslav Dubrovskiy
2007-02-28 15:43 ` Andrey Rahmatullin
@ 2007-02-28 15:51 ` Igor Zubkov
2007-02-28 16:01 ` Andrey Rahmatullin
2007-02-28 23:15 ` Vitaly Lipatov
2 siblings, 1 reply; 5+ messages in thread
From: Igor Zubkov @ 2007-02-28 15:51 UTC (permalink / raw)
To: ALT Devel discussion list
В сообщении от Wednesday 28 February 2007 17:39:39 Vyacheslav Dubrovskiy
написал(а):
> в config.log:
>
> configure:35060: x86_64-alt-linux-g++ -o conftest -Wnon-virtual-dtor
> -Wno-long-long -Wundef -ansi -
> D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-ari
> th -Wwrite-strings -O2 -pipe -Wall -O2 -Wformat-security
> -Wmissing-format-attribute -fno-exceptions
> -fno-check-new -fno-common -fexceptions -DQT_THREAD_SUPPORT
> -D_REENTRANT -ldar conftest.cc >&5
> /usr/src/tmp/ccrQOYbP.o: In function `main':
> conftest.cc:(.text+0x6f): undefined reference to
> `libdar::get_version(unsigned int&, unsigned int&)
> '
> collect2: ld returned 1 exit status
> configure:35063: $? = 1
> configure: program exited with status 1
>
> Подскажите в чем проблема?
Всё просто. configure сгенерирован старой версией autotools и тут порядок
линковки не правильный. Надо дёрнуть %__autoreconf в спеке и попробовать. Или
можно отключить --as-needed...
--
icesik
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Сборка kdar
2007-02-28 15:51 ` Igor Zubkov
@ 2007-02-28 16:01 ` Andrey Rahmatullin
0 siblings, 0 replies; 5+ messages in thread
From: Andrey Rahmatullin @ 2007-02-28 16:01 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 532 bytes --]
On Wed, Feb 28, 2007 at 05:51:46PM +0200, Igor Zubkov wrote:
> Всё просто. configure сгенерирован старой версией autotools
Ну и причем же тут версия autotools?
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
> сижу я значит, наблюдаю как пакеты устанавливаются, вдруг бац -- экран
> почернел, как будто система зависла или на перезагрузку пошла.
> оказалось, что это всего лишь включился скринсейвер или как там его,
> энергосберегающий режим.
предлагаю мышой подёргать.
-- sbolshakov in #8336
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Сборка kdar
2007-02-28 15:39 [devel] Сборка kdar Vyacheslav Dubrovskiy
2007-02-28 15:43 ` Andrey Rahmatullin
2007-02-28 15:51 ` Igor Zubkov
@ 2007-02-28 23:15 ` Vitaly Lipatov
2 siblings, 0 replies; 5+ messages in thread
From: Vitaly Lipatov @ 2007-02-28 23:15 UTC (permalink / raw)
To: ALT Devel discussion list
On 28 февраля 2007, Vyacheslav Dubrovskiy wrote:
> Здравствуйте.
>
> Хочу вытянуть kdar из orphaned и за одно новую версию собрать.
> А она не собирается:
Сразу хочу сообщить, что я, как её последний мантейнер,
периодически предпринимаю такие попытки, но до выхода новой
версии не вижу смысла реанимировать программу, в которой
настолько сильно хромает сборка...
--
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-02-28 23:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-28 15:39 [devel] Сборка kdar Vyacheslav Dubrovskiy
2007-02-28 15:43 ` Andrey Rahmatullin
2007-02-28 15:51 ` Igor Zubkov
2007-02-28 16:01 ` Andrey Rahmatullin
2007-02-28 23:15 ` Vitaly Lipatov
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git