devel@ where you _can_ ask
 help / color / mirror / Atom feed
* [newbies] sisyphus_check: check-printable ERROR: package information violation
@ 2013-01-16 10:19 gBopHuk_alt
  2013-01-16 10:23 ` Motsyo Gennadi aka Drool
  2013-01-16 11:57 ` Dmitry V. Levin
  0 siblings, 2 replies; 35+ messages in thread
From: gBopHuk_alt @ 2013-01-16 10:19 UTC (permalink / raw)
  To: Разработка

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

Год назад собирал пакет с данным спеком и всё собиралось
Сегодня решил собрать в GearRepo чтобы люди могли пользоваться , но
sisyphus_check решил по другому.

Выхлоп такой
Wrote: /usr/src/in/srpm/libvlc-qt-0.6.0-alt1.M60P.1.src.rpm
/usr/src/in/srpm/libvlc-qt-0.6.0-alt1.M60P.1.src.rpm: unprintable
package information: Ку
sisyphus_check: check-printable ERROR: package information violation
hsh-rebuild: pkg.tar: sisyphus_check failed.

в спеке summary такого вида:
Summary: VLC-Qt is a free library used to connect Qt and libvlc
libraries
Summary(ru_RU.UTF-8):Библиотека qt для vlc

Сам спек приложен

Где эта самая кроказябра, на которую ругается sisyphus_check не понятно 

[-- Attachment #2: libvlc-qt.spec --]
[-- Type: text/x-rpm-spec, Size: 1627 bytes --]

Name: libvlc-qt
Version: 0.6.0
Release: alt1.M60P.1
Summary: VLC-Qt is a free library used to connect Qt and libvlc libraries
Summary(ru_RU.UTF-8):Библиотека qt для vlc
License: GPL
Group: Video
Url: http://projects.tano.si/en
Source: %name-%version.tar.gz 
#Patch:
BuildRequires: cmake doxygen libvlc-devel qt4-designer rpm-macros-cmake 
BuildRequires: gcc-c++ libqt4-devel libqt4-core 
Requires: libqt4 libvlc 
#Conflicts:
#Obsoletes:
#Provides:

%description
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
classes for faster media player developement.

%description -l ru_RU.UTF-8
VLC-Qt свободная библиотека для связки QT и libvlc.

%prep
%setup -n %name-%version

%build
mkdir -p BUILD
cd BUILD
#add_optflags -I/usr/include/qt4
cmake -v .. -DCMAKE_INSTALL_PREFIX=/usr \
			-DCMAKE_C_FLAGS="-g -O2" \
			-DCMAKE_LD_FLAGS="-Wl,-z,defs -Bsymbolic-functions" \
			-DCMAKE_CXX_FLAGS="-g -O2" \
			-DCMAKE_VERBOSE_MAKEFILE=ON \
			-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
			-DPACKAGE=1
#			-DCMAKE_C_FLAGS:STRING="%optflags" \
#			-DCMAKE_CXX_FLAGS:STRING="%optflags"
%make_build #VERBOSE=1
cd doc
doxygen

%install
pushd BUILD
%makeinstall_std
%ifarch x86_64
install -d %buildroot%_pkgconfigdir
mv %buildroot%_libexecdir/pkgconfig/* %buildroot%_pkgconfigdir/
%endif
popd

%find_lang %name

%files -f %name.lang
%doc AUTHORS NEWS README LICENSE.GPL
%_libdir/*
%_prefix/*

%exclude %_libdir/debug
#%exclude %_libdir/debug/*

%changelog
* Sun Dec 18 2011 bla-bla <bla-bla@mail.ru> 0.6.0-alt0
- Ку

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

end of thread, other threads:[~2013-01-20 13:24 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-16 10:19 [newbies] sisyphus_check: check-printable ERROR: package information violation gBopHuk_alt
2013-01-16 10:23 ` Motsyo Gennadi aka Drool
2013-01-16 12:30   ` gBopHuk_alt
2013-01-16 11:57 ` Dmitry V. Levin
2013-01-16 12:37   ` gBopHuk_alt
2013-01-16 13:03     ` Igor Zubkov
2013-01-16 15:03       ` gBopHuk_alt
2013-01-16 15:25         ` Igor Zubkov
2013-01-16 18:00           ` gBopHuk_alt
2013-01-16 18:08             ` Dmitry V. Levin
2013-01-18 16:37               ` gBopHuk_alt
2013-01-18 18:38                 ` Michael Shigorin
2013-01-18 18:50                   ` gBopHuk_alt
2013-01-19  0:39                     ` Евгений Ростовцев
2013-01-19 17:05                       ` Igor Zubkov
2013-01-16 18:19             ` Igor Zubkov
2013-01-18 16:31               ` gBopHuk_alt
2013-01-19 17:03                 ` Igor Zubkov
2013-01-19 18:01                   ` gBopHuk_alt
2013-01-19 18:54                   ` Dmitry V. Levin
2013-01-19 11:32               ` gBopHuk_alt
2013-01-19 18:06               ` gBopHuk_alt
2013-01-20 11:29                 ` Igor Zubkov
2013-01-20 13:24                   ` gBopHuk_alt
2013-01-16 18:03           ` gBopHuk_alt
2013-01-19 15:19           ` gBopHuk_alt
2013-01-19 17:07             ` Igor Zubkov
2013-01-19 17:55               ` gBopHuk_alt
2013-01-19 17:53                 ` Igor Zubkov
2013-01-19 19:12                 ` Dmitry V. Levin
2013-01-19 20:08                   ` gBopHuk_alt
2013-01-19 20:23                   ` gBopHuk_alt
2013-01-19 20:20                     ` Dmitry V. Levin
2013-01-20 11:02                       ` gBopHuk_alt
2013-01-16 13:07     ` Dmitry V. Levin

devel@ where you _can_ ask

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-newbies/0 devel-newbies/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-newbies devel-newbies/ http://lore.altlinux.org/devel-newbies \
		devel-newbies@lists.altlinux.org devel-newbies@lists.altlinux.ru devel-newbies@lists.altlinux.com
	public-inbox-index devel-newbies

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


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