From: Pavlov Konstantin <thresh@altlinux.ru> To: devel@lists.altlinux.org Subject: Re: [devel] IA: Sisyphus -> branch/4.0 breakage Date: Thu, 19 Jul 2007 15:37:38 +0400 Message-ID: <20070719113738.GB21290@cryo.net.ru> (raw) In-Reply-To: <20070719112725.GC32450@basalt.office.altlinux.org> [-- Attachment #1: Type: text/plain, Size: 1742 bytes --] On Thu, Jul 19, 2007 at 03:27:25PM +0400, Dmitry V. Levin wrote: > Hi, > > Последствие попытки обновить в branch/4.0 KDE из Сизифа оказалось именно > такиким, каким я его предвидел. А именно, замыкание по зависимостям > привело репозиторий к тому, что 4 пакета, не имеющих отношение к KDE, > перестало проходить сборочный тест: Я так понимаю, ffmpeg тоже был переложен? Можно увидеть полный список пакетов? > cinelerra-2.1-alt0.6.1007.1: > ffmpeg.o: In function `FFMPEG::init(char*)': > ffmpeg.C:(.text+0xdcd): undefined reference to `avcodec_init()' Программа на C++? Тогда, видимо, не хватает extern "C" { ... } вокруг #include <ffmpeg/*.h>. > transcode-1.0.2-alt3.3: > aud_aux.c: In function 'audio_init_ffmpeg': > aud_aux.c:364: error: 'ac3_encoder' undeclared (first use in this function) > > xdtv-2.4.0-alt10.cvs20070519.1: > divx.c: In function 'divx_init': > divx.c:1211: error: 'mpeg4_encoder' undeclared (first use in this function) Эти символы, по заверениям авторов ffmpeg, не должны быть использованы внешними программами. Однако: thresh@snowwhite ~ $ nm -D /usr/lib/libavcodec.so | grep -e "\(mpeg4_\|ac3_\)encoder" 00417700 D ac3_encoder 004189a0 D mpeg4_encoder thresh@snowwhite ~ $ man nm thresh@snowwhite ~ $ rpm -q libavcodec libavcodec-9734-alt1 thresh@snowwhite ~ $ Этой версии еще нет в Сизифе, но и в: thresh@snowflake ~ $ nm -D /usr/lib/libavcodec.so.51 | grep -e "\(mpeg4_\|ac3_\)encoder" 003ff0a0 D ac3_encoder 003fd5a0 D mpeg4_encoder thresh@snowflake ~ $ rpm -q libavcodec libavcodec-0.5.0-alt1.svn8733 как видно, они присутствуют. -- по моему это не совсем правильно, что service killall status приводит к завершению работы. -- avl in devel@ [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-07-19 11:37 UTC|newest] Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-07-19 11:27 Dmitry V. Levin 2007-07-19 11:37 ` Pavlov Konstantin [this message] 2007-07-19 11:45 ` Dmitry V. Levin 2007-07-19 11:54 ` Pavlov Konstantin 2007-07-19 12:03 ` Dmitry V. Levin 2007-07-19 12:11 ` Pavlov Konstantin 2007-07-19 20:34 ` Hihin Ruslan 2007-07-19 20:37 ` Pavlov Konstantin 2007-07-19 23:57 ` Dmitry V. Levin 2007-07-22 6:27 ` Хихин Руслан 2007-08-02 18:52 ` Michael Shigorin 2007-08-03 9:33 ` Michael Shigorin 2007-07-23 19:46 ` Pavlov Konstantin 2007-07-30 17:05 ` Konstantin A. Lepikhov 2007-07-31 21:22 ` Dmitry V. Levin 2007-07-31 6:42 ` Хихин Руслан 2007-07-31 6:51 ` Slava Semushin 2007-07-31 9:12 ` Хихин Руслан 2007-07-19 13:43 ` Igor Vlasenko 2007-07-19 13:47 ` Pavlov Konstantin 2007-07-19 15:13 ` Damir Shayhutdinov 2007-07-19 15:20 ` Pavlov Konstantin 2007-07-19 11:43 ` Led 2007-07-19 20:25 ` Konstantin A. Lepikhov 2007-07-19 20:41 ` Pavlov Konstantin 2007-07-19 21:00 ` Konstantin A. Lepikhov 2007-07-19 21:11 ` Pavlov Konstantin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20070719113738.GB21290@cryo.net.ru \ --to=thresh@altlinux.ru \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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