From: php-coder <php-coder@ngs.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] Re: XMMS - когда?!
Date: Wed, 20 Apr 2005 23:53:49 +0700
Message-ID: <20050420165349.GA2714@mycomp.mydomain> (raw)
In-Reply-To: <20050420080728.GP15011@osdn.org.ua>
--- Michael Shigorin 2005-04-20 11:07:28 +0300
+++ php-coder 2005-04-20 23:35:22 +0700
> http://paq.osdn.org.ua/~mike/xmms-alt4/
> (из src.rpm надо выкинуть patch46 -- пока сам в задумчивости,
> как же с ним собрались бинарники, если не накладывается:
> собирал точно в одном месте)
Тут и без этого взрывающегося патча хватает проблем :-( Часть патчей
просто отвалились :-( Hunk'и практически во всех, которые я пока
успел проверить. Сейчас правлю патчи на предмет соответствия
версии 1.2.10
Вот, к примеру, не очень знаю что делать с патчем xmms-1.2.7-automake.patch:
[c1der@mycomp ~/xmms-1.2.10]$ cat ../RPM/SOURCES/xmms-1.2.7-automake.patch PD
patching file aclocal/as.m4
patching file configure.in
Hunk #1 succeeded at 59 (offset 11 lines).
can't find file to patch at input line 52
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN xmms-1.2.7.orig/configure.in.orig
xmms-1.2.7/configure.in.orig
|--- xmms-1.2.7.orig/configure.in.orig Fri Aug 9 16:07:22 2002
|+++ xmms-1.2.7/configure.in.orig Fri Aug 9 16:07:22 2002
--------------------------
File to patch:
[c130der@mycomp ~/xmms-1.2.10]$
После этого поправил адрес строки, и удалил данные правящие файл
configure.in.orig -- его попросту нет. Идем дальше:
[c130der@mycomp ~/xmms-1.2.10]$ cat ../RPM/SOURCES/xmms-1.2.7-automake.patch PD
patching file aclocal/as.m4
patching file configure.in
patching file xmms/Makefile.am
Hunk #1 FAILED at 6.
1 out of 1 hunk FAILED -- saving rejects to file xmms/Makefile.am.rej
Тут уже нужна правка помощнее. Вот что в оригинальном патче:
[skip]
-xmms_LDADD += @GTK_LIBS@ @PTHREAD_LIBS@ @SM_LIBS@ @VM_LIBS@ \
-@POSIX_LIBS@ $(top_builddir)/libxmms/libxmms.la @INTLLIBS@
+xmms_LDADD = @GTK_LIBS@ @PTHREAD_LIBS@ @SM_LIBS@ @VM_LIBS@ \
+ @POSIX_LIBS@ $(top_builddir)/libxmms/libxmms.la @INTLLIBS@
INCLUDES = @GTK_CFLAGS@ @XMMS_DEFINES@ @ARCH_DEFINES@
-I$(top_builddir)/intl
[skip]
А вот что есть в реальном файле:
[skip]
xmms_LDADD = @GTK_LIBS@ @PTHREAD_LIBS@ @SM_LIBS@ @VM_LIBS@ \
@POSIX_LIBS@ $(top_builddir)/libxmms/libxmms.la @LTLIBINTL@
INCLUDES = @GTK_CFLAGS@ @XMMS_DEFINES@ @ARCH_DEFINES@ \
-I$(top_builddir)/intl -I$(top_srcdir)
[skip]
Как видим, часть уже изменена до нашего пачта ( '=' вместо '+='), т.е.
первую строчку нам менять не надо. Самое сложное: в патче присутствует
@INTLLIBS@, а в файле из исходников используется уже @LTLIBINTL@. Я
так понимаю, что следует изменить патч, чтобы он правил уже строчку из
реальный исходников, добавляя tab? И там еще внизу разработчики
разбили строку на две части. Тоже, как я понял нужно tab добавить.
Вообщем, возможно, что все проблемы xmms'а в том, что часть патчей
просто не наложена или наложена лишь часть :-(
В связи с этим у меня есть предложение или даже FR на пакет rpmbuild:
при вызове %patch должна вызываться программа patch без опции -s. Т.е.
чтобы он не работал в тихом режиме. Тогда при сборке разработчик будет
видеть и hunk'и и FAILED'ы. Я считаю, так будет намного правильнее.
хм... у меня почти 12 часов ночи и я надеюсь, что более-менее ясно
выразил свои мысли %) Интересно узнать мнение разработиков...
--
+ Временами и.о. cleanup_spec, php-coder ;-)
next prev parent reply other threads:[~2005-04-20 16:53 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-19 6:10 [sisyphus] " ABATAPA
2005-04-19 6:58 ` Denis Klykvin
2005-04-19 7:13 ` ABATAPA
2005-04-19 7:22 ` Alexey I. Froloff
2005-04-19 7:50 ` ABATAPA
2005-04-19 7:58 ` Led
2005-04-19 8:29 ` Krasavin Andrey
2005-04-19 8:02 ` Slava Dubrovskiy
2005-04-19 8:23 ` ABATAPA
2005-04-19 13:44 ` [sisyphus] " Michael Shigorin
2005-04-19 8:10 ` [sisyphus] " Nick S. Grechukh
2005-04-19 8:26 ` Vitaliy Smirnov
2005-04-19 8:39 ` ABATAPA
2005-04-19 8:45 ` Nick S. Grechukh
2005-04-19 9:06 ` Vitaliy Smirnov
2005-04-19 9:16 ` Nick S. Grechukh
2005-04-19 9:38 ` Vitaliy Smirnov
2005-04-19 9:22 ` ABATAPA
2005-04-19 9:43 ` Eugene A. Suchkov
2005-04-19 10:17 ` ABATAPA
2005-04-19 13:45 ` [sisyphus] " Michael Shigorin
2005-04-19 15:50 ` Vitaliy Smirnov
2005-04-21 6:48 ` [sisyphus] " Epiphanov Sergei
2005-04-27 16:59 ` [sisyphus] " Michael Shigorin
2005-04-28 8:12 ` Epiphanov Sergei
2005-04-28 10:20 ` Michael Shigorin
2005-04-30 9:57 ` [sisyphus] rusxmms: надо починить сегфолт (was: XMMS - когда?!) Michael Shigorin
2005-04-19 13:43 ` [sisyphus] Re: XMMS - когда?! Michael Shigorin
2005-04-19 18:18 ` Boldin Pavel
2005-04-20 8:07 ` Michael Shigorin
2005-04-20 16:53 ` php-coder [this message]
2005-04-21 8:27 ` php-coder
2005-04-21 11:03 ` Alex Gorbachenko
2005-04-30 9:20 ` Michael Shigorin
2005-04-25 19:11 ` [sisyphus] " Boldin Pavel
2005-04-26 6:23 ` Epiphanov Sergei
2005-04-27 16:58 ` [sisyphus] " Michael Shigorin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050420165349.GA2714@mycomp.mydomain \
--to=php-coder@ngs.ru \
--cc=sisyphus@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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