* Re: [devel] [#30299] FAILED mediadownloader.git=1.4.1-alt0.1.20101008
@ 2010-10-10 18:58 ` Motsyo Gennadi aka Drool
2010-10-11 10:22 ` Дмитрий Кулик
0 siblings, 1 reply; 4+ messages in thread
From: Motsyo Gennadi aka Drool @ 2010-10-10 18:58 UTC (permalink / raw)
To: ALT Devel discussion list
Приветсвую!
Если это очередная революция - в какую сторону копать и что говорить
апстриму? На 5.1 собирается и работает.
10.10.2010 07:51, Girar Builder robot пишет:
>
> http://git.altlinux.org/tasks/30299/task/log
>
> 2010-Oct-10 08:49:01 :: task #30299 for sisyphus started by drool:
> #1 build 1.4.1-alt0.1.20101008 from /people/drool/packages/mediadownloader.git
> 2010-Oct-10 08:49:03 :: [x86_64] #1 mediadownloader.git 1.4.1-alt0.1.20101008: build start
> 2010-Oct-10 08:49:03 :: [i586] #1 mediadownloader.git 1.4.1-alt0.1.20101008: build start
> main/mediaplayer.cpp: In member function 'virtual bool mediaPlayer::event(QEvent*)':
> main/mediaplayer.cpp:491: error: 'horizontalLayout' was not declared in this scope
> main/mediaplayer.cpp:493: error: 'adjustVideoWidget' was not declared in this scope
> main/mediaplayer.cpp:494: error: 'volumeSlider' was not declared in this scope
> main/mediaplayer.cpp:502: error: 'horizontalLayout' was not declared in this scope
> main/mediaplayer.cpp:504: error: 'adjustVideoWidget' was not declared in this scope
> main/mediaplayer.cpp:505: error: 'volumeSlider' was not declared in this scope
> main/mediaplayer.cpp: In member function 'virtual void mediaPlayer::timerEvent(QTimerEvent*)':
> main/mediaplayer.cpp:528: error: 'horizontalLayout' was not declared in this scope
> main/mediaplayer.cpp:530: error: 'adjustVideoWidget' was not declared in this scope
> main/mediaplayer.cpp:531: error: 'volumeSlider' was not declared in this scope
> main/mediaplayer.cpp: In member function 'void mediaPlayer::goFullScreen()':
> main/mediaplayer.cpp:588: error: 'videoPlayer' was not declared in this scope
> make: *** [.build/mediaplayer.o] Error 1
> 2010-Oct-10 08:51:37 :: [i586] mediadownloader.git 1.4.1-alt0.1.20101008: remote: build failed
> 2010-Oct-10 08:51:37 :: [i586] #1 mediadownloader.git 1.4.1-alt0.1.20101008: build FAILED
> main/mediaplayer.cpp: In member function 'virtual bool mediaPlayer::event(QEvent*)':
> main/mediaplayer.cpp:491: error: 'horizontalLayout' was not declared in this scope
> main/mediaplayer.cpp:493: error: 'adjustVideoWidget' was not declared in this scope
> main/mediaplayer.cpp:494: error: 'volumeSlider' was not declared in this scope
> main/mediaplayer.cpp:502: error: 'horizontalLayout' was not declared in this scope
> main/mediaplayer.cpp:504: error: 'adjustVideoWidget' was not declared in this scope
> main/mediaplayer.cpp:505: error: 'volumeSlider' was not declared in this scope
> main/mediaplayer.cpp: In member function 'virtual void mediaPlayer::timerEvent(QTimerEvent*)':
> main/mediaplayer.cpp:528: error: 'horizontalLayout' was not declared in this scope
> main/mediaplayer.cpp:530: error: 'adjustVideoWidget' was not declared in this scope
> main/mediaplayer.cpp:531: error: 'volumeSlider' was not declared in this scope
> main/mediaplayer.cpp: In member function 'void mediaPlayer::goFullScreen()':
> main/mediaplayer.cpp:588: error: 'videoPlayer' was not declared in this scope
> make: *** [.build/mediaplayer.o] Error 1
> 2010-Oct-10 08:51:41 :: [x86_64] mediadownloader.git 1.4.1-alt0.1.20101008: remote: build failed
> 2010-Oct-10 08:51:41 :: [x86_64] #1 mediadownloader.git 1.4.1-alt0.1.20101008: build FAILED
> 2010-Oct-10 08:51:37 :: [i586] build FAILED
> 2010-Oct-10 08:51:41 :: [x86_64] build FAILED
> 2010-Oct-10 08:51:41 :: task #30299 for sisyphus FAILED
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] [#30299] FAILED mediadownloader.git=1.4.1-alt0.1.20101008
2010-10-10 18:58 ` [devel] [#30299] FAILED mediadownloader.git=1.4.1-alt0.1.20101008 Motsyo Gennadi aka Drool
@ 2010-10-11 10:22 ` Дмитрий Кулик
0 siblings, 1 reply; 4+ messages in thread
From: Дмитрий Кулик @ 2010-10-11 10:22 UTC (permalink / raw)
To: ALT Linux Team development discussions
2010/10/10 Motsyo Gennadi aka Drool <motsyo@gmail.com>:
> Приветсвую!
>
> Если это очередная революция - в какую сторону копать и что говорить
> апстриму? На 5.1 собирается и работает.
main/mediaplayer.h
#ifdef PHONON_LIB
127 Phonon::SeekSlider *seekSlider;
128 QPushButton *volumeSliderButton;
129 Phonon::VolumeSlider *volumeSlider;
130 QVBoxLayout *verticalLayout;
131 QHBoxLayout *horizontalLayout;
132 QPushButton *PB_adjustVideo;
133 adjustVideoParameters *adjustVideoWidget;
134 QPointer<QComboBox> CB_formats;
135 QPushButton *PB_close;
136 QPointer<QPushButton> PB_info;
137 QPushButton *PB_playPause;
138 QPushButton *PB_fullscreen;
139 QLabel *L_time;
140
141 QPointer<Phonon::VideoPlayer> videoPlayer;
142 Phonon::MediaObject *mediaObject;
143 Phonon::AudioOutput *audioOutput;
144 Phonon::MediaSource *mediaSource;
145 QList<youTubeVideoInfo> videoInfo;
146 #endif
Что-то мне подсказывает что не нашелся фонон.
--
Dmitry Kulik
ALTLinux Team
e-mail: lnkvisitor.ts[at]gmail.com
jabber: lnkvisitor.ts[at]gmail.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] [#30299] FAILED mediadownloader.git=1.4.1-alt0.1.20101008
@ 2010-10-11 11:07 ` Motsyo Gennadi aka Drool
2010-10-11 11:19 ` Motsyo Gennadi aka Drool
0 siblings, 1 reply; 4+ messages in thread
From: Motsyo Gennadi aka Drool @ 2010-10-11 11:07 UTC (permalink / raw)
To: ALT Devel discussion list
Lenar Shakirov пишет:
> 11.10.2010 14:22, Дмитрий Кулик пишет:
>> 2010/10/10 Motsyo Gennadi aka Drool<motsyo@gmail.com>:
>>> Приветсвую!
>>>
>>> Если это очередная революция - в какую сторону копать и что
>>> говорить
>>> апстриму? На 5.1 собирается и работает.
>> main/mediaplayer.h
>>
>> #ifdef PHONON_LIB
>> 127 Phonon::SeekSlider *seekSlider;
>> 128 QPushButton *volumeSliderButton;
>> 129 Phonon::VolumeSlider *volumeSlider;
>> 130 QVBoxLayout *verticalLayout;
>> 131 QHBoxLayout *horizontalLayout;
>> 132 QPushButton *PB_adjustVideo;
>> 133 adjustVideoParameters *adjustVideoWidget;
>> 134 QPointer<QComboBox> CB_formats;
>> 135 QPushButton *PB_close;
>> 136 QPointer<QPushButton> PB_info;
>> 137 QPushButton *PB_playPause;
>> 138 QPushButton *PB_fullscreen;
>> 139 QLabel *L_time;
>> 140
>> 141 QPointer<Phonon::VideoPlayer> videoPlayer;
>> 142 Phonon::MediaObject *mediaObject;
>> 143 Phonon::AudioOutput *audioOutput;
>> 144 Phonon::MediaSource *mediaSource;
>> 145 QList<youTubeVideoInfo> videoInfo;
>> 146 #endif
>>
>> Что-то мне подсказывает что не нашелся фонон.
>
> Недавно в changelog у qt4 увидел:
> 7 октября 2010 Sergey V Turchin <zerg at altlinux.org> 4.7.0-alt3
> rebuilt with new openssl (ALT#24234)
> built without phonon
>
> Не оно?
Да, судя по всему. Только-что пришло письмо от робота - из-за этого
упала сборка backlite. Но там хоть четко было видно какие файлы не найдены.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] [#30299] FAILED mediadownloader.git=1.4.1-alt0.1.20101008
2010-10-11 11:07 ` Motsyo Gennadi aka Drool
@ 2010-10-11 11:19 ` Motsyo Gennadi aka Drool
0 siblings, 0 replies; 4+ messages in thread
From: Motsyo Gennadi aka Drool @ 2010-10-11 11:19 UTC (permalink / raw)
To: ALT Linux Team development discussions
Motsyo Gennadi aka Drool пишет:
...
>>> Что-то мне подсказывает что не нашелся фонон.
>>
>> Недавно в changelog у qt4 увидел:
>> 7 октября 2010 Sergey V Turchin <zerg at altlinux.org> 4.7.0-alt3
>> rebuilt with new openssl (ALT#24234)
>> built without phonon
>>
>> Не оно?
>
> Да, судя по всему. Только-что пришло письмо от робота - из-за этого
> упала сборка backlite. Но там хоть четко было видно какие файлы не найдены.
Рано образовался. В BuildRequires phonon-devel присутствует и ставится:
rpm -qa | grep phonon
libphononexperimental-4.4.2-alt2
libphonon-4.4.2-alt2
phonon-devel-4.4.2-alt2
rpm -qa | grep libqt4
libqt4-network-4.7.0-alt3
libqt4-webkit-4.7.0-alt3
libqt4-qt3support-4.7.0-alt3
libqt4-designer-4.7.0-alt3
libqt4-multimedia-4.7.0-alt3
libqt4-declarative-4.7.0-alt3
libqt4-4.7.0-alt3
libqt4-core-4.7.0-alt3
libqt4-script-4.7.0-alt3
libqt4-sql-sqlite-4.7.0-alt3
libqt4-test-4.7.0-alt3
libqt4-xmlpatterns-4.7.0-alt3
libqt4-gui-4.7.0-alt3
libqt4-svg-4.7.0-alt3
libqt4-uitools-4.7.0-alt3
libqt4-help-4.7.0-alt3
libqt4-opengl-4.7.0-alt3
libqt4-scripttools-4.7.0-alt3
libqt4-devel-4.7.0-alt3
libqt4-sql-4.7.0-alt3
libqt4-xml-4.7.0-alt3
libqt4-dbus-4.7.0-alt3
libqt4-clucene-4.7.0-alt3
Однако сборка не идет.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-11 11:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-10 18:58 ` [devel] [#30299] FAILED mediadownloader.git=1.4.1-alt0.1.20101008 Motsyo Gennadi aka Drool
2010-10-11 10:22 ` Дмитрий Кулик
2010-10-11 11:07 ` Motsyo Gennadi aka Drool
2010-10-11 11:19 ` Motsyo Gennadi aka Drool
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