ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] old cound card
@ 2004-07-17 14:56 Maxim Tyurin
  2004-07-17 19:03 ` [sisyphus] " Michael Shigorin
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Maxim Tyurin @ 2004-07-17 14:56 UTC (permalink / raw)
  To: sisyphus

Hi!
sndconfig в orphaned лежит и соответственно в новом мастере его
нет. Пересобрать его у меня не получилось

make: Entering directory `/home/mrkooll/RPM/BUILD/sndconfig-0.69'
cc -Wall  -D_GNU_SOURCE=1 -pipe -Wall -O2 -march=i586 -mcpu=i686 -DVERSION=\"0.69\"   -c -o sndconfig.o sndconfig.c
sndconfig.c: In function `main':
sndconfig.c:1646: warning: unused variable `ansistr'
sndconfig.c:1646: warning: unused variable `id'
sndconfig.c: At top level:
sndconfig.c:27: warning: `vcid' defined but not used
sndconfig.c:817: warning: `mungeList' defined but not used
sndconfig.c:831: warning: `isModule' defined but not used
cc -o sndconfig sndconfig.o  -lkudzu /usr/lib/libnewt.a /usr/lib/libslang.a -lpci
/usr/lib/libnewt.a(form.o)(.text+0x4ba): In function `Gpm_Open':
: undefined reference to `__ctype_b'
/usr/lib/libnewt.a(listbox.o)(.text+0xef0): In function `listboxEvent':
: undefined reference to `__ctype_b'
/usr/lib/libnewt.a(listbox.o)(.text+0xf4c): In function `listboxEvent':
: undefined reference to `__ctype_toupper'
/usr/lib/libnewt.a(listbox.o)(.text+0xfa6): In function `listboxEvent':
: undefined reference to `__ctype_toupper'
/usr/lib/libnewt.a(textbox.o)(.text+0x45a): In function `doReflow':
: undefined reference to `__ctype_b'
/usr/lib/libnewt.a(textbox.o)(.text+0x520): In function `doReflow':
: undefined reference to `__ctype_b'
/usr/lib/libnewt.a(textbox.o)(.text+0x58c): In function `doReflow':
: undefined reference to `__ctype_b'
/usr/lib/libslang.a(slmisc.o)(.text+0x208): In function `_SLskip_whitespace':
: undefined reference to `__ctype_b'
/usr/lib/libslang.a(slmisc.o)(.text+0x7de): In function `SLatoul':
: undefined reference to `__ctype_b'
collect2: ld returned 1 exit status
make: *** [sndconfig] Error 1
make: Leaving directory `/home/mrkooll/RPM/BUILD/sndconfig-0.69'
ошибка: Неверный код возврата из /home/mrkooll/tmp/rpm-tmp.61384 (%build)


Ошибки сборки пакетов:
    Неверный код возврата из /home/mrkooll/tmp/rpm-tmp.61384 (%build)

Чем кроме редактора можно настроить isa звуковую карту?

P.S. Я поставил sndconfig и зависимые пакеты из компакта и настроил. А
что делать штатными средствами дистрибутива?
-- 

With Best Regards, Maxim Tyurin
JID:	MrKooll@jabber.pibhe.com
			



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [sisyphus] Re: old cound card
  2004-07-17 14:56 [sisyphus] old cound card Maxim Tyurin
@ 2004-07-17 19:03 ` Michael Shigorin
  2004-07-18  6:39 ` [sisyphus] " Sergey Vlasov
  2004-07-19  4:18 ` Mike Lykov
  2 siblings, 0 replies; 11+ messages in thread
From: Michael Shigorin @ 2004-07-17 19:03 UTC (permalink / raw)
  To: sisyphus

On Sat, Jul 17, 2004 at 05:56:30PM +0300, Maxim Tyurin wrote:
> Чем кроме редактора можно настроить isa звуковую карту?
> P.S. Я поставил sndconfig и зависимые пакеты из компакта и
> настроил. А что делать штатными средствами дистрибутива?

Это, кстати, #3459 blocker :(

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] old cound card
  2004-07-17 14:56 [sisyphus] old cound card Maxim Tyurin
  2004-07-17 19:03 ` [sisyphus] " Michael Shigorin
@ 2004-07-18  6:39 ` Sergey Vlasov
  2004-07-19  8:07   ` Andrey Rahmatullin
  2004-07-19  4:18 ` Mike Lykov
  2 siblings, 1 reply; 11+ messages in thread
From: Sergey Vlasov @ 2004-07-18  6:39 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 694 bytes --]

On Sat, Jul 17, 2004 at 05:56:30PM +0300, Maxim Tyurin wrote:
> cc -o sndconfig sndconfig.o  -lkudzu /usr/lib/libnewt.a /usr/lib/libslang.a -lpci
> /usr/lib/libnewt.a(form.o)(.text+0x4ba): In function `Gpm_Open':
> : undefined reference to `__ctype_b'

> /usr/lib/libslang.a(slmisc.o)(.text+0x208): In function `_SLskip_whitespace':
> : undefined reference to `__ctype_b'

1) Пакеты slang и newt никто не позаботился пересобрать с glibc 2.3.
   На самом деле эта проблема касается _всех_ пакетов, содержащих
   статические библиотеки; вероятно, стоит пройтись по ним и развесить
   на них block-баги.

2) А какие у sndconfig основания для сборки со статическими newt и
   slang?

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] old cound card
  2004-07-17 14:56 [sisyphus] old cound card Maxim Tyurin
  2004-07-17 19:03 ` [sisyphus] " Michael Shigorin
  2004-07-18  6:39 ` [sisyphus] " Sergey Vlasov
@ 2004-07-19  4:18 ` Mike Lykov
  2004-07-19  6:28   ` Maxim Tyurin
  2 siblings, 1 reply; 11+ messages in thread
From: Mike Lykov @ 2004-07-19  4:18 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от Суббота 17 Июль 2004 19:56 Maxim Tyurin написал:

> sndconfig в orphaned лежит и соответственно в новом мастере его
> нет. Пересобрать его у меня не получилось

> Чем кроме редактора можно настроить isa звуковую карту?

Kudzu ? особенно последний из сизифа, там см.
#4522

-- 
Mike Lykov
Samara, "Vesna" parfum company, System administrator 



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] old cound card
  2004-07-19  4:18 ` Mike Lykov
@ 2004-07-19  6:28   ` Maxim Tyurin
  0 siblings, 0 replies; 11+ messages in thread
From: Maxim Tyurin @ 2004-07-19  6:28 UTC (permalink / raw)
  To: combr; +Cc: ALT Linux Sisyphus discussion list

Mike Lykov <combr@vesna.ru> writes:

> В сообщении от Суббота 17 Июль 2004 19:56 Maxim Tyurin написал:
>
>> sndconfig в orphaned лежит и соответственно в новом мастере его
>> нет. Пересобрать его у меня не получилось
>
>> Чем кроме редактора можно настроить isa звуковую карту?
>
> Kudzu ? особенно последний из сизифа, там см.
> #4522

Они не всегда PnP :(
Так что kudzu не поможет.
-- 

With Best Regards, Maxim Tyurin
JID:	MrKooll@jabber.pibhe.com
			



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] old cound card
  2004-07-18  6:39 ` [sisyphus] " Sergey Vlasov
@ 2004-07-19  8:07   ` Andrey Rahmatullin
  2004-07-20  6:02     ` [sisyphus] static libraries (was: old cound card) Michael Shigorin
  2004-07-24 20:42     ` [sisyphus] old cound card Dmitry V. Levin
  0 siblings, 2 replies; 11+ messages in thread
From: Andrey Rahmatullin @ 2004-07-19  8:07 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 546 bytes --]

On Sun, Jul 18, 2004 at 10:39:35AM +0400, Sergey Vlasov wrote:
>   На самом деле эта проблема касается _всех_ пакетов, содержащих
>   статические библиотеки; вероятно, стоит пройтись по ним и развесить
>   на них block-баги.
$ apt-cache search devel-static | wc -l
220

Кстати, подозреваю, что больш-во этих библиотек никому не нужно.

-- 
WBR, wRAR (ALT Linux Team)

Я уже придумал способ изготовления Манны Небесной на время этого перехода.
Как только hasher-0.9.5-alt1 будет выложен, я расскажу подробнее.
		-- ldv in sisyphus@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [sisyphus] static libraries (was: old cound card)
  2004-07-19  8:07   ` Andrey Rahmatullin
@ 2004-07-20  6:02     ` Michael Shigorin
  2004-07-20  9:21       ` Vitaly Lipatov
  2004-07-24 20:42     ` [sisyphus] old cound card Dmitry V. Levin
  1 sibling, 1 reply; 11+ messages in thread
From: Michael Shigorin @ 2004-07-20  6:02 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

On Mon, Jul 19, 2004 at 02:07:44PM +0600, Andrey Rahmatullin wrote:
> $ apt-cache search devel-static | wc -l
> 220
> Кстати, подозреваю, что больш-во этих библиотек никому не
> нужно.

Ага, уже обломались со сборкой полезнейшей штуки qemu и-за
нехватки чего-то помимо libSDL-devel-static...

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] static libraries (was: old cound card)
  2004-07-20  6:02     ` [sisyphus] static libraries (was: old cound card) Michael Shigorin
@ 2004-07-20  9:21       ` Vitaly Lipatov
  2004-07-24 17:33         ` [sisyphus] " Michael Shigorin
  0 siblings, 1 reply; 11+ messages in thread
From: Vitaly Lipatov @ 2004-07-20  9:21 UTC (permalink / raw)
  To: sisyphus

On Tuesday 20 July 2004 10:02, Michael Shigorin wrote:

> Ага, уже обломались со сборкой полезнейшей штуки qemu и-за
> нехватки чего-то помимо libSDL-devel-static...
Для полезнейшей штуки можно было и дособрать необходимую 
библиотеку, но ради таких редких случаев возиться со всеми 
статиками...
И потом я так и не понял такую уж необходимость статической 
линковки для qemu...

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! LaTeX! LyX!


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [sisyphus] Re: static libraries (was: old cound card)
  2004-07-20  9:21       ` Vitaly Lipatov
@ 2004-07-24 17:33         ` Michael Shigorin
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Shigorin @ 2004-07-24 17:33 UTC (permalink / raw)
  To: sisyphus

On Tue, Jul 20, 2004 at 01:21:37PM +0400, Vitaly Lipatov wrote:
> Для полезнейшей штуки можно было и дособрать необходимую
> библиотеку, но ради таких редких случаев возиться со всеми
> статиками...

Обломались -- всандалили в /usr/local то, что там и раздавали.

> И потом я так и не понял такую уж необходимость статической
> линковки для qemu...

Обоснование гуглится по qemu static lintian.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] old cound card
  2004-07-19  8:07   ` Andrey Rahmatullin
  2004-07-20  6:02     ` [sisyphus] static libraries (was: old cound card) Michael Shigorin
@ 2004-07-24 20:42     ` Dmitry V. Levin
  2004-07-25  8:48       ` Andrey Rahmatullin
  1 sibling, 1 reply; 11+ messages in thread
From: Dmitry V. Levin @ 2004-07-24 20:42 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

On Mon, Jul 19, 2004 at 02:07:44PM +0600, Andrey Rahmatullin wrote:
> On Sun, Jul 18, 2004 at 10:39:35AM +0400, Sergey Vlasov wrote:
> >  На самом деле эта проблема касается _всех_ пакетов, содержащих
> >  статические библиотеки; вероятно, стоит пройтись по ним и развесить
> >  на них block-баги.
> $ apt-cache search devel-static | wc -l
> 220
> 
> Кстати, подозреваю, что больш-во этих библиотек никому не нужно.

Именно по этой причине их и не пересобрали.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] old cound card
  2004-07-24 20:42     ` [sisyphus] old cound card Dmitry V. Levin
@ 2004-07-25  8:48       ` Andrey Rahmatullin
  0 siblings, 0 replies; 11+ messages in thread
From: Andrey Rahmatullin @ 2004-07-25  8:48 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 419 bytes --]

On Sun, Jul 25, 2004 at 12:42:02AM +0400, Dmitry V. Levin wrote:
>Именно по этой причине их и не пересобрали.
А почему не пересобрали с выкидыванием devel-static осенью, когда выкинули
их из некоторых других библиотек?

-- 
WBR, wRAR (ALT Linux Team)

В общем, "свяшенная традиция собирать апач из тарбола"
применительно к новичкам -- нафиг-нафиг.  Тем паче применительно
к опытным.
		-- mike in community@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-07-25  8:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-17 14:56 [sisyphus] old cound card Maxim Tyurin
2004-07-17 19:03 ` [sisyphus] " Michael Shigorin
2004-07-18  6:39 ` [sisyphus] " Sergey Vlasov
2004-07-19  8:07   ` Andrey Rahmatullin
2004-07-20  6:02     ` [sisyphus] static libraries (was: old cound card) Michael Shigorin
2004-07-20  9:21       ` Vitaly Lipatov
2004-07-24 17:33         ` [sisyphus] " Michael Shigorin
2004-07-24 20:42     ` [sisyphus] old cound card Dmitry V. Levin
2004-07-25  8:48       ` Andrey Rahmatullin
2004-07-19  4:18 ` Mike Lykov
2004-07-19  6:28   ` Maxim Tyurin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git