* [devel] Чудеса в решете... Zapping и иже с ним.
@ 2004-06-01 10:04 Igor Tertishny
2004-06-01 10:15 ` Yuri N. Sedunov
0 siblings, 1 reply; 5+ messages in thread
From: Igor Tertishny @ 2004-06-01 10:04 UTC (permalink / raw)
To: ALT Linux Team
Компилирую я проги для zapping. Новые версии. mp1e скомпилилась на ура, zvbi -
тоже. Осталась только rte. И тут начались чудеса... Если компилить прогу не
из спека, а в консоли (./configure, make, make install), то полный порядок. В
случае компиляции из спека после прохождения configure все немедленно
обрывается. Как только я спек не правил. Та же история. И притом ни единого
сообщения о том, почему это может происходить. Очень прошу подсказать куды
рыть. У меня куча сообщений в bugzille о zapping, а я не могу новую версию
скомпилить из-за этой rte.
config.status: creating doc/Doxyfile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating rte.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Backend Build
------- -----
mp1e yes
ffmpeg yes
divx4linux yes
ошибка: Неверный код возврата из /home/ilar/tmp/rpm-tmp.36173 (%build)
Ошибки сборки пакетов:
Неверный код возврата из /home/ilar/tmp/rpm-tmp.36173 (%build)
[ilar@yby SPECS]$ cat /home/ilar/tmp/rpm-tmp.36173
#!/bin/sh
...
cd rte-0.5.2
/usr/bin/subst 's,\.la\>,.so,' configure
CFLAGS="${CFLAGS:--pipe -Wall -O2 -march=athlon -fPIC -DPIC}" ; export
CFLAGS ;
CXXFLAGS="${CXXFLAGS:--pipe -Wall -O2 -march=athlon -fPIC -DPIC}" ; export
CXXFLAGS ;
FFLAGS="${FFLAGS:--pipe -Wall -O2 -march=athlon -fPIC -DPIC}" ; export
FFLAGS ;
[ -f configure.ac -o -f configure.in ] && libtoolize --copy --force ;
./configure --build=athlon-alt-linux --host=athlon-alt-linux \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
--localstatedir=/var/lib \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--without-included-gettext \
--disable-static \
--enable-shared
#[ -n "$NPROCS" ] || NPROCS=1; make -j$NPROCS
make
exit 0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Чудеса в решете... Zapping и иже с ним.
2004-06-01 10:04 [devel] Чудеса в решете... Zapping и иже с ним Igor Tertishny
@ 2004-06-01 10:15 ` Yuri N. Sedunov
2004-06-01 10:22 ` Igor Tertishny
0 siblings, 1 reply; 5+ messages in thread
From: Yuri N. Sedunov @ 2004-06-01 10:15 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]
On Вторник 01 Июнь 2004 14:04, Igor Tertishny wrote:
> Компилирую я проги для zapping. Новые версии. mp1e скомпилилась на ура,
> zvbi - тоже. Осталась только rte. И тут начались чудеса... Если компилить
> прогу не из спека, а в консоли (./configure, make, make install), то полный
> порядок. В случае компиляции из спека после прохождения configure все
> немедленно обрывается. Как только я спек не правил. Та же история. И притом
> ни единого сообщения о том, почему это может происходить. Очень прошу
> подсказать куды рыть. У меня куча сообщений в bugzille о zapping, а я не
> могу новую версию скомпилить из-за этой rte.
Спек сюда, пожалуйста.
<skip>
--
Yuri N. Sedunov
06/01/04 14:13:41
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Чудеса в решете... Zapping и иже с ним.
2004-06-01 10:15 ` Yuri N. Sedunov
@ 2004-06-01 10:22 ` Igor Tertishny
2004-06-01 11:23 ` Yuri N. Sedunov
0 siblings, 1 reply; 5+ messages in thread
From: Igor Tertishny @ 2004-06-01 10:22 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 47 bytes --]
>
> Спек сюда, пожалуйста.
>
> <skip>
прошу:
[-- Attachment #2: rte.spec --]
[-- Type: text/plain, Size: 2414 bytes --]
%define static 0
Name: rte
Version: 0.5.2
Release: alt1
Summary: Real Time Software Video/Audio Encoder library
Group: System/Libraries
License: GPL
Url: http://zapping.sf.net
Packager: Yehuda Ben-Yosef <ilar@altlinux.ru>
Source: %name-%version.tar.bz2
# Automatically added by buildreq on Wed Nov 05 2003
BuildRequires: doxygen gcc-c++ glibc-devel-static hostinfo libstdc++-devel
%description
Real Time Software Video/Audio Encoder library.
%package -n lib%name
Summary: Real Time Software Video/Audio Encoder library.
Group: System/Libraries
%description -n lib%name
Real Time Software Video/Audio Encoder library.
This package contains shared library needed to run applications using %name
%package -n lib%name-devel
Summary: rte library development files
Group: Development/C
Requires: lib%name = %version-%release
%description -n lib%name-devel
rte library development files.
%if %static
%package -n lib%name-devel-static
Summary: rte static library
Group: Development/C
Requires: lib%name-devel = %version-%release
%description -n lib%name-devel-static
rte static library.
%endif
%prep
%setup -q
%build
%add_optflags %optflags_shared
%__subst 's,strlcpy,strllcpy,g' ffmpeg/libav/*.{c,h}
%__subst 's,\.la\>,.so,' configure
%configure \
%if %static
--enable-static
%else
--disable-static \
--enable-shared
%endif
#%make_build
make
%install
%makeinstall
#%set_verify_elf_method textrel=relaxed
%find_lang %name
%post -n lib%name -p %post_ldconfig
%postun -n lib%name -p %postun_ldconfig
%files -n lib%name -f %name.lang
%_libdir/*.so.*
%doc README AUTHORS TODO
%files -n lib%name-devel
%_includedir/*
%_libdir/lib%name.so
%doc ChangeLog doc/html
%if %static
%files -n lib%name-devel-static
%_libdir/*.a
%endif
%changelog
* Sun May 23 2004 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.5.2-alt1
- 0.5.2
* Sun Dec 14 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.5.1-alt4
- building without *.la
* Wed Nov 12 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.5.1-alt3
- new optflags
* Wed Nov 05 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.5.1-alt2
- new buildrequires and rebuilding in hasher
* Wed Feb 19 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.5.1-alt1
- 0.5.1
* Sun Oct 20 2002 Yuri N. Sedunov <aris@altlinux.ru> 0.5-alt1
- 0.5
- mp1e moved in separate package.
* Fri May 17 2002 Yuri N. Sedunov <aris@altlinux.ru> 0.4-alt1
- rte-0.4-ac_fixes.patch (PLD Team)
- First build for Sisyphus.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Чудеса в решете... Zapping и иже с ним.
2004-06-01 10:22 ` Igor Tertishny
@ 2004-06-01 11:23 ` Yuri N. Sedunov
2004-06-01 11:30 ` Igor Tertishny
0 siblings, 1 reply; 5+ messages in thread
From: Yuri N. Sedunov @ 2004-06-01 11:23 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1.1: Type: text/plain, Size: 173 bytes --]
On Вторник 01 Июнь 2004 14:22, Igor Tertishny wrote:
> > Спек сюда, пожалуйста.
> >
> > <skip>
>
> прошу:
Угу.
nosrc.rpm прикреплен.
--
Yuri N. Sedunov
06/01/04 15:18:21
[-- Attachment #1.2: rte-0.5.2-alt1.nosrc.rpm --]
[-- Type: application/x-rpm, Size: 4250 bytes --]
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Чудеса в решете... Zapping и иже с ним.
2004-06-01 11:23 ` Yuri N. Sedunov
@ 2004-06-01 11:30 ` Igor Tertishny
0 siblings, 0 replies; 5+ messages in thread
From: Igor Tertishny @ 2004-06-01 11:30 UTC (permalink / raw)
To: ALT Devel discussion list
> Угу.
> nosrc.rpm прикреплен.
Огромное спасибо за помощь!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-06-01 11:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-01 10:04 [devel] Чудеса в решете... Zapping и иже с ним Igor Tertishny
2004-06-01 10:15 ` Yuri N. Sedunov
2004-06-01 10:22 ` Igor Tertishny
2004-06-01 11:23 ` Yuri N. Sedunov
2004-06-01 11:30 ` Igor Tertishny
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