ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Приложение на Qt5 не собирается на Sisyphus
@ 2015-08-22 11:35 Motsyo Gennadi aka Drool
  2015-08-22 12:13 ` Michael Shigorin
  0 siblings, 1 reply; 12+ messages in thread
From: Motsyo Gennadi aka Drool @ 2015-08-22 11:35 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

	Приветствую всех.

	Нужна посильная помощь - есть софтина, видеотека. Преспокойно собралась 
под t7, а вот под сизиф нет:
http://git.altlinux.org/tasks/147847/build/100/i586/log

	Однако, как сама libmediainfo, так и libzen что в сизифе, что в t7 
одинаковые. Может ли кто-то проверить сборку этого пакета 
http://packages.altlinux.org/en/t7/srpms/alexandra на сизифе с версией 
gcc-4.7 (сам я сижу на t7)?


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

* Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
  2015-08-22 11:35 [sisyphus] Приложение на Qt5 не собирается на Sisyphus Motsyo Gennadi aka Drool
@ 2015-08-22 12:13 ` Michael Shigorin
  2015-08-23 15:44   ` Motsyo Gennadi aka Drool
  2015-08-24 10:17   ` Sergey V Turchin
  0 siblings, 2 replies; 12+ messages in thread
From: Michael Shigorin @ 2015-08-22 12:13 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Sat, Aug 22, 2015 at 02:35:56PM +0300, Motsyo Gennadi aka Drool wrote:
> Может ли кто-то проверить сборку этого пакета
> http://packages.altlinux.org/en/t7/srpms/alexandra на сизифе с
> версией gcc-4.7 (сам я сижу на t7)?

Собрался с приложенным спеком (требование gcc4.7 + %changelog):

Wrote: /usr/src/RPM/SRPMS/alexandra-1.2.3-alt1.src.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/alexandra-1.2.3-alt1.x86_64.rpm

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info

[-- Attachment #2: alexandra.spec --]
[-- Type: text/plain, Size: 1596 bytes --]

Name:		alexandra
Version:	1.2.3
Release:	alt1
Summary:	A small and user friendly opensource video library with great potential
License:	GPLv2
Group:		Video
Url:		http://alexandra-qt.sourceforge.net/
Source0:	%name-%version.tar.gz

# Automatically added by buildreq on Fri Aug 14 2015 (-bi)
# optimized out: elfutils libGL-devel libqt5-concurrent libqt5-core libqt5-gui libqt5-widgets libstdc++-devel libzen-devel python-base
BuildRequires: gcc4.7-c++ libmediainfo-devel qt5-base-devel

%set_gcc_version 4.7

%description
Alexandra Video Library - a simple and convenient program for the organization
and management of the home video library. You can completely customize the
catalog movies in a list, add a description and detailed information about the
movie in a lot of fields available, attach posters and much more. Directly from
the program, you can start playing the film, with the available choice of any
video player on your computer if you wish.

A small and user friendly opensource video library with great potential,
written in C++ using Qt5 framework.

%prep
%setup

%build
%qmake_qt5 src/%name.pro
%make_build

%install
make INSTALL_ROOT=%buildroot install

%files
%doc LICENSE README.md
%_bindir/%name
%_desktopdir/%name.desktop
%_iconsdir/hicolor/scalable/apps/%name.svg

%changelog
* Sat Aug 22 2015 Michael Shigorin <mike@altlinux.org> 1.2.3-alt1
- test build for sisyphus (with gcc4.7)

* Mon Aug 17 2015 Motsyo Gennadi <drool@altlinux.ru> 1.2.3-alt0.M70T.1
- build for t7

* Fri Aug 14 2015 Automated package hasher <hasher@localhost> 1.2.3-alt1
- initial build for ALT Linux

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

* Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
  2015-08-22 12:13 ` Michael Shigorin
@ 2015-08-23 15:44   ` Motsyo Gennadi aka Drool
  2015-08-24 10:18     ` Sergey V Turchin
  2015-08-24 10:17   ` Sergey V Turchin
  1 sibling, 1 reply; 12+ messages in thread
From: Motsyo Gennadi aka Drool @ 2015-08-23 15:44 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

22.08.2015 15:13, Michael Shigorin пишет:
> Собрался с приложенным спеком (требование gcc4.7 + %changelog):

	Значит, все же gcc... Пошел пинать ногами разработчика.



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

* Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
  2015-08-22 12:13 ` Michael Shigorin
  2015-08-23 15:44   ` Motsyo Gennadi aka Drool
@ 2015-08-24 10:17   ` Sergey V Turchin
  1 sibling, 0 replies; 12+ messages in thread
From: Sergey V Turchin @ 2015-08-24 10:17 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Saturday 22 August 2015 15:13:49 Michael Shigorin wrote:
> On Sat, Aug 22, 2015 at 02:35:56PM +0300, Motsyo Gennadi aka Drool wrote:
> > Может ли кто-то проверить сборку этого пакета
> > http://packages.altlinux.org/en/t7/srpms/alexandra на сизифе с
> > версией gcc-4.7 (сам я сижу на t7)?
> 
> Собрался с приложенным спеком (требование gcc4.7 + %changelog):
Зачем? Это libmediainfo. Его c gcc5 надо собрать сначала.

> Wrote: /usr/src/RPM/SRPMS/alexandra-1.2.3-alt1.src.rpm
> Wrote: /usr/src/RPM/RPMS/x86_64/alexandra-1.2.3-alt1.x86_64.rpm

-- 
Regards, Sergey.       ALT Linux, http://www.altlinux.ru/

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

* Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
  2015-08-23 15:44   ` Motsyo Gennadi aka Drool
@ 2015-08-24 10:18     ` Sergey V Turchin
  2015-08-25  6:22       ` Motsyo Gennadi aka Drool
  0 siblings, 1 reply; 12+ messages in thread
From: Sergey V Turchin @ 2015-08-24 10:18 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Sunday 23 August 2015 18:44:35 Motsyo Gennadi wrote:
> 22.08.2015 15:13, Michael Shigorin пишет:
> > Собрался с приложенным спеком (требование gcc4.7 + %changelog):
> 	Значит, все же gcc... Пошел пинать ногами разработчика.
Пинайте мантейнера libmediainfo, чтоб пересобрал с gcc5.

-- 
Regards, Sergey.       ALT Linux, http://www.altlinux.ru/

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

* Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
  2015-08-24 10:18     ` Sergey V Turchin
@ 2015-08-25  6:22       ` Motsyo Gennadi aka Drool
  2015-08-25  6:30         ` ruslandh
                           ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Motsyo Gennadi aka Drool @ 2015-08-25  6:22 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

24.08.2015 13:18, Sergey V Turchin пишет:
> Пинайте мантейнера libmediainfo, чтоб пересобрал с gcc5.

	Я не совсем понял. libmediainfo спокойно собирается в сизифе тем gcc, 
который там самый крайний по версиям.


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

* Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
  2015-08-25  6:22       ` Motsyo Gennadi aka Drool
@ 2015-08-25  6:30         ` ruslandh
  2015-08-25  6:38         ` Hihin Ruslan
                           ` (2 subsequent siblings)
  3 siblings, 0 replies; 12+ messages in thread
From: ruslandh @ 2015-08-25  6:30 UTC (permalink / raw)
  To: sisyphus

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

Здравствуйте Motsyo Gennadi aka Drool
  В сообщении от 25 августа 2015 Motsyo Gennadi aka Drool 
написал(a):
> 24.08.2015 13:18, Sergey V Turchin пишет:
> > Пинайте мантейнера libmediainfo, чтоб пересобрал с gcc5.
>
> 	Я не совсем понял. libmediainfo спокойно собирается в сизифе
> тем gcc, который там самый крайний по версиям.

Может его достаточно пересобрать, указав последнию версию gcc?
Там случайно в спеке нет указания версии gcc?


-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
  2015-08-25  6:22       ` Motsyo Gennadi aka Drool
  2015-08-25  6:30         ` ruslandh
@ 2015-08-25  6:38         ` Hihin Ruslan
  2015-08-25  6:39         ` Alexei Takaseev
  2015-08-25  6:57         ` ruslandh
  3 siblings, 0 replies; 12+ messages in thread
From: Hihin Ruslan @ 2015-08-25  6:38 UTC (permalink / raw)
  To: sisyphus

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

Здравствуйте Motsyo Gennadi aka Drool
  В сообщении от 25 августа 2015 Motsyo Gennadi aka Drool 
написал(a):
> Я не совсем понял. libmediainfo спокойно собирается в сизифе
> тем gcc, который там самый крайний по версиям

А если их по-очереди в хэшере собрать?


-- 
***
  А ещё говорят так  (fortune):
 
There comes a time to stop being angry. -- A Small Circle of 
Friends 
________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
  2015-08-25  6:22       ` Motsyo Gennadi aka Drool
  2015-08-25  6:30         ` ruslandh
  2015-08-25  6:38         ` Hihin Ruslan
@ 2015-08-25  6:39         ` Alexei Takaseev
  2015-08-25  6:57         ` ruslandh
  3 siblings, 0 replies; 12+ messages in thread
From: Alexei Takaseev @ 2015-08-25  6:39 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions



----- Исходное сообщение -----
> От: "Motsyo Gennadi aka Drool" <motsyo@gmail.com>
> Кому: "ALT Linux Sisyphus discussions" <sisyphus@lists.altlinux.org>
> Отправленные: Вторник, 25 Август 2015 г 14:22:39
> Тема: Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
> 
> 24.08.2015 13:18, Sergey V Turchin пишет:
> > Пинайте мантейнера libmediainfo, чтоб пересобрал с gcc5.
> 
> 	Я не совсем понял. libmediainfo спокойно собирается в сизифе тем
> 	gcc, который там самый крайний по версиям.

Последний раз пакет пересобирался в октябре прошлого года. Переезд на gcc5
начался гораздо позже.

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

* Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
  2015-08-25  6:22       ` Motsyo Gennadi aka Drool
                           ` (2 preceding siblings ...)
  2015-08-25  6:39         ` Alexei Takaseev
@ 2015-08-25  6:57         ` ruslandh
  2015-08-25  7:16           ` Sergey V Turchin
  2015-08-25  7:22           ` Motsyo Gennadi aka Drool
  3 siblings, 2 replies; 12+ messages in thread
From: ruslandh @ 2015-08-25  6:57 UTC (permalink / raw)
  To: sisyphus

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

Здравствуйте Motsyo Gennadi aka Drool
  В сообщении от 25 августа 2015 Motsyo Gennadi aka Drool 
написал(a):
>    Я не совсем понял. libmediainfo спокойно собирается в
> сизифе тем gcc, который там самый крайний по версиям.

У меня в хешере не собрался:

/usr/lib/pkgconfig/libmediainfo.pc: 
Libs: '-L/usr/lib -lmediainfo -lzen -lz -lpthread
' --> '-lmediainfo -lzen -lz -lpthread
'
Compressing files in /usr/src/tmp/libmediainfo-buildroot (auto)
Adjusting library links in /usr/src/tmp/libmediainfo-buildroot
./usr/lib:
	libmediainfo.so.0 -> libmediainfo.so.0.0.0
Verifying ELF objects in /usr/src/tmp/libmediainfo-buildroot 
(arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: ERROR: ./usr/lib/libmediainfo.so.0.0.0: undefined 
symbol: 
_ZN6ZenLib4File4OpenERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEENS0_8access_tE
verify-elf: ERROR: ./usr/lib/libmediainfo.so.0.0.0: undefined 
symbol: _ZNK6ZenLib6Ztring10To_UnicodeB5cxx11Ev
verify-elf: ERROR: ./usr/lib/libmediainfo.so.0.0.0: undefined 
symbol: _ZNK6ZenLib6Ztring7To_UTF8B5cxx11Ev
verify-elf: ERROR: ./usr/lib/libmediainfo.so.0.0.0: undefined 
symbol: 
_ZN6ZenLib6Format4Http18URL_Encoded_DecodeERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEE
verify-elf: ERROR: ./usr/lib/libmediainfo.so.0.0.0: undefined 
symbol: _ZNK6ZenLib6Ztring8To_LocalB5cxx11Ev
verify-elf: ERROR: ./usr/lib/libmediainfo.so.0.0.0: undefined 
symbol: 
_ZN6ZenLib6Ztring14FindAndReplaceERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEES8_jNS_8ztring_tE
verify-elf: ERROR: ./usr/lib/libmediainfo.so.0.0.0: undefined 
symbol: 
_ZNK6ZenLib6Ztring9SubStringERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEES8_jNS_8ztring_tE
error: Bad exit status from /usr/src/tmp/rpm-tmp.59504 (%install)


RPM build errors:
    Bad exit status from /usr/src/tmp/rpm-tmp.59504 (%install)
Command exited with non-zero status 1
365.68user 15.90system 6:11.23elapsed 102%CPU (0avgtext+0avgdata 
223476maxresident)k
0inputs+0outputs (0major+6307757minor)pagefaults 0swaps
hsh-rebuild: rebuild of `libmediainfo-0.7.70-alt1.src.rpm' 
failed.

-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
  2015-08-25  6:57         ` ruslandh
@ 2015-08-25  7:16           ` Sergey V Turchin
  2015-08-25  7:22           ` Motsyo Gennadi aka Drool
  1 sibling, 0 replies; 12+ messages in thread
From: Sergey V Turchin @ 2015-08-25  7:16 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Tue 25 August 2015 09:57:43 ruslandh wrote:
> Здравствуйте Motsyo Gennadi aka Drool
>   В сообщении от 25 августа 2015 Motsyo Gennadi aka Drool
> 
> написал(a):
> >    Я не совсем понял. libmediainfo спокойно собирается в
> > сизифе тем gcc, который там самый крайний по версиям.
> 
> У меня в хешере не собрался:
> 
> ERROR:

[...]

> ZenLib

[...]

-- 
Regards, Sergey,              ALT Linux Team, http://www.altlinux.ru

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

* Re: [sisyphus] Приложение на Qt5 не собирается на Sisyphus
  2015-08-25  6:57         ` ruslandh
  2015-08-25  7:16           ` Sergey V Turchin
@ 2015-08-25  7:22           ` Motsyo Gennadi aka Drool
  1 sibling, 0 replies; 12+ messages in thread
From: Motsyo Gennadi aka Drool @ 2015-08-25  7:22 UTC (permalink / raw)
  To: ruslandh, ALT Linux Sisyphus discussions

25.08.2015 09:57, ruslandh пишет:
> У меня в хешере не собрался:

	Какраз новая версия есть. Посмотрим...


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

end of thread, other threads:[~2015-08-25  7:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-22 11:35 [sisyphus] Приложение на Qt5 не собирается на Sisyphus Motsyo Gennadi aka Drool
2015-08-22 12:13 ` Michael Shigorin
2015-08-23 15:44   ` Motsyo Gennadi aka Drool
2015-08-24 10:18     ` Sergey V Turchin
2015-08-25  6:22       ` Motsyo Gennadi aka Drool
2015-08-25  6:30         ` ruslandh
2015-08-25  6:38         ` Hihin Ruslan
2015-08-25  6:39         ` Alexei Takaseev
2015-08-25  6:57         ` ruslandh
2015-08-25  7:16           ` Sergey V Turchin
2015-08-25  7:22           ` Motsyo Gennadi aka Drool
2015-08-24 10:17   ` Sergey V Turchin

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