* Re: [devel] amc-0.1-alt5: Sisyphus/i586 test rebuild failed
@ 2010-05-22 16:07 ` Dmitriy Kruglikov
2010-05-22 17:19 ` Motsyo Gennadi aka Drool
2010-05-23 18:33 ` Dmitry V. Levin
0 siblings, 2 replies; 6+ messages in thread
From: Dmitriy Kruglikov @ 2010-05-22 16:07 UTC (permalink / raw)
To: devel
2010/5/22 ALT beekeeper:
> Package: amc-0.1-alt5
> Status: Sisyphus/i586 test rebuild failed
[ Скипнуто много текста ]
> /usr/bin/ld: cannot find -lphonon
> collect2: ld returned 1 exit status
Звезда в шоке, и все такое прочее ...
Каким боком мой AMC с этим lphonon?
Какие предполагаются мои действия?
--
Best regards,
Dmitriy Kruglikov.
QString at, dot, mail, XMPP;
at = "@";
dot = ".";
mail = "Dmitriy.Kruglikov" + $at +"gmail" + $dot + "com";
XMPP = $mail;
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] amc-0.1-alt5: Sisyphus/i586 test rebuild failed
2010-05-22 16:07 ` [devel] amc-0.1-alt5: Sisyphus/i586 test rebuild failed Dmitriy Kruglikov
@ 2010-05-22 17:19 ` Motsyo Gennadi aka Drool
2010-05-23 18:33 ` Dmitry V. Levin
1 sibling, 0 replies; 6+ messages in thread
From: Motsyo Gennadi aka Drool @ 2010-05-22 17:19 UTC (permalink / raw)
To: devel
22.05.2010 19:07, Dmitriy Kruglikov пишет:
>> /usr/bin/ld: cannot find -lphonon
>> collect2: ld returned 1 exit status
>
> Звезда в шоке, и все такое прочее ...
> Каким боком мой AMC с этим lphonon?
>
> Какие предполагаются мои действия?
Аналогично. Два пакета, которые к phonon-у не имеют никакого отношения
- qshare и googleimagedownloader. Что за очередная революция?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] amc-0.1-alt5: Sisyphus/i586 test rebuild failed
2010-05-22 16:07 ` [devel] amc-0.1-alt5: Sisyphus/i586 test rebuild failed Dmitriy Kruglikov
2010-05-22 17:19 ` Motsyo Gennadi aka Drool
@ 2010-05-23 18:33 ` Dmitry V. Levin
2010-05-23 20:05 ` Motsyo Gennadi aka Drool
2010-05-24 10:23 ` Sergey V Turchin
1 sibling, 2 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2010-05-23 18:33 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]
On Sat, May 22, 2010 at 07:07:25PM +0300, Dmitriy Kruglikov wrote:
> 2010/5/22 ALT beekeeper:
> > Package: amc-0.1-alt5
> > Status: Sisyphus/i586 test rebuild failed
> [ Скипнуто много текста ]
> > /usr/bin/ld: cannot find -lphonon
> > collect2: ld returned 1 exit status
>
> Звезда в шоке, и все такое прочее ...
> Каким боком мой AMC с этим lphonon?
>
> Какие предполагаются мои действия?
Повесить баг на libqt4-devel:
$ fgrep -re -lphonon /usr/lib64/
/usr/lib64/libQtWebKit.prl:QMAKE_PRL_LIBS = -L/usr/X11R6/lib64 -L/usr/lib64 -lphonon -L/usr/X11R6/lib64 -L/usr/lib64 -lQtDBus -lQtXml -lQtXmlPatterns -lQtGui -lQtNetwork -lQtCore -lpthread
/usr/lib64/pkgconfig/QtWebKit.pc:Libs.private: -L/usr/X11R6/lib64 -L/usr/lib64 -lphonon -L/usr/X11R6/lib64 -L/usr/lib64 -lQtDBus -lQtXml -lQtXmlPatterns -lQtGui -lQtNetwork -lQtCore -lpthread -lXi -lXrender -lXrandr -lXfixes -lXcursor -lXinerama -lfontconfig -lfreetype -lXext -lX11 -lm
Наверное, подцепилось через QMAKE_PRL_LIBS.
$ fgrep -rle -lphonon /usr/lib64/ |xargs -r rpmquery -f |sort -u
libqt4-devel-4.6.2-alt3
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] amc-0.1-alt5: Sisyphus/i586 test rebuild failed
2010-05-23 18:33 ` Dmitry V. Levin
@ 2010-05-23 20:05 ` Motsyo Gennadi aka Drool
2010-05-24 10:23 ` Sergey V Turchin
1 sibling, 0 replies; 6+ messages in thread
From: Motsyo Gennadi aka Drool @ 2010-05-23 20:05 UTC (permalink / raw)
To: devel
23.05.2010 21:33, Dmitry V. Levin пишет:
> Повесить баг на libqt4-devel:
# 23526
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] amc-0.1-alt5: Sisyphus/i586 test rebuild failed
2010-05-23 18:33 ` Dmitry V. Levin
2010-05-23 20:05 ` Motsyo Gennadi aka Drool
@ 2010-05-24 10:23 ` Sergey V Turchin
2010-05-24 10:35 ` Sergey V Turchin
1 sibling, 1 reply; 6+ messages in thread
From: Sergey V Turchin @ 2010-05-24 10:23 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: Text/Plain, Size: 198 bytes --]
On Sunday 23 May 2010, Dmitry V. Levin wrote:
[...]
> Наверное, подцепилось через QMAKE_PRL_LIBS.
Да. Я раньше файлы .prf не паковал.
--
Regards, Sergey. ALT Linux, http://www.altlinux.ru/
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] amc-0.1-alt5: Sisyphus/i586 test rebuild failed
2010-05-24 10:23 ` Sergey V Turchin
@ 2010-05-24 10:35 ` Sergey V Turchin
0 siblings, 0 replies; 6+ messages in thread
From: Sergey V Turchin @ 2010-05-24 10:35 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: Text/Plain, Size: 523 bytes --]
On Monday 24 May 2010, Sergey V Turchin wrote:
> On Sunday 23 May 2010, Dmitry V. Levin wrote:
>
> [...]
>
> > Наверное, подцепилось через QMAKE_PRL_LIBS.
>
> Да. Я раньше файлы .prf не паковал.
Точнее, .prl не паковал.
Дело в том, что qt4 я собираю с егошним phonon, но не пакую. В
частности QtWebKit с ним линкуется. Пока Qt-шный phonon не
расходиться с тем, который собирается и пакуется отдельно, не вижу
ничего страшного, но, вот, случайно вылезло.
--
Regards, Sergey. ALT Linux, http://www.altlinux.ru/
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-05-24 10:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-22 16:07 ` [devel] amc-0.1-alt5: Sisyphus/i586 test rebuild failed Dmitriy Kruglikov
2010-05-22 17:19 ` Motsyo Gennadi aka Drool
2010-05-23 18:33 ` Dmitry V. Levin
2010-05-23 20:05 ` Motsyo Gennadi aka Drool
2010-05-24 10:23 ` Sergey V Turchin
2010-05-24 10:35 ` Sergey V Turchin
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