ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Victor Forsyuk <force@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Fwd: E: incoming i586 reject: wmmemload-0.1.6-alt4
Date: Fri, 5 Oct 2007 16:11:35 +0300
Message-ID: <20071005131135.GA30890@mail.gu.net> (raw)
In-Reply-To: <20071005125011.GA25960@mail.gu.net>

On Fri, Oct 05, 2007 at 03:50:11PM +0300, Victor Forsyuk <force@altlinux.org> wrote:
> On Fri, Oct 05, 2007 at 01:56:25PM +0700, Slava Semushin <slava.semushin@gmail.com> wrote:
> > 2007/10/5, Upravdom Team Robot <upravdom / altlinux.org>:
> > [...]
> > > + autoreconf -fisv
> > > autoreconf-default: Entering directory `.'
> > > autoreconf-default: configure.ac: not using Gettext
> > > autoreconf-default: running: aclocal --force
> > > Can't locate object method "path" via package "Request" at /usr/share/autoconf-2.5/Autom4te/C4che.pm line 69, <GEN1> line 111.
> > > aclocal-default: autom4te failed with exit status: 1
> > > autoreconf-default: aclocal failed with exit status: 1
> > > error: Bad exit status from /usr/src/tmp/rpm-tmp.79151 (%prep)
> > 
> > Что-то странно как-то всё. Я не правил патчи и в спеке все изменения
> > были не функциональными, а пакет не собрался на обеих архитектурах.
> > При этом тот, что в Сизифе вроде бы пересобирается без проблем.
> 
> Да, в спеке все изменения были нефункциональны. Но есть один маленький
> нюансик. Исходный тарболл в wmmemload-0.1.6-alt4.src.rpm побайтово идентичен
> тому, который был в -alt3.src.rpm, но отличается датами файлов. В нем всё
> "тачнуто" в "Oct  5 08:15". Откуда это появилось?
>  
> В этом причина неидентичности сборки. Кстати вызов autoreconf в этоме спеке
> совершенно ненужен, все патчи изменяют только исходники, никакой причины
> перестраивать аутотулзовскую обвязку нет...

Сделайте
rm -rf autom4te.cache
и уберите вызов
%__autoreconf

После этого будет собираться:

--- wmmemload.spec.orig 2007-10-05 08:16:07 +0300
+++ wmmemload.spec      2007-10-05 16:12:47 +0300
@@ -3,10 +3,9 @@
 Release: alt4

 Summary: This dockapp displays memory and swap space usage
-Summary(ru_RU.CP1251): щРНР ЮООКЕР НРНАПЮФЮЕР ХЯОНКЭГНБЮМХЕ ОЮЛЪРХ Х ТЮИКЮ ОНДЙЮВЙХ
-
-License: GPL
+License: GPLv2+
 Group: Graphical desktop/Window Maker
+
 Url: http://markstaggs.net/wmmemload/
 Packager: Slava Semushin <php-coder@altlinux.ru>

@@ -17,36 +16,21 @@
 Patch1: %name-0.1.6-alt-warnings-fix.patch
 Patch2: %name-0.1.6-alt-src-print_help_fix.patch

-# For %%__autoreconf (-alt54) macros
-BuildPreReq: rpm >= 4.0.4-alt54
-
 BuildRequires: libXt-devel libXext-devel libXpm-devel

 %description
 Dockapp which displays memory and swap space usage in percent and uses
 nice LCD-style.

-%description -l ru_RU.CP1251
-юООКЕР НРНАПЮФЮЧЫХИ ХЯОНКЭГНБЮМХЕ НОЕПЮРХБМНИ ОЮЛЪРХ Х ЯБНОЮ Б
-ОПНЖЕМРЮУ Х БШОНКМЕММШИ Б ОПХЪРМНЛ LCD ЯРХКЕ.
-
 %prep
 %setup

-# fix warnings from aclocal
-sed -i 's|AC_DEFUN(DA_CHECK_LIB,|AC_DEFUN([DA_CHECK_LIB],|' acinclude.m4
-sed -i 's|AC_DEFUN(DA_CHECK_HEADER,|AC_DEFUN([DA_CHECK_HEADER],|' acinclude.m4
-
-# fix Makefile.am
-sed -i 's|CPPFLAGS =|AM_CPPFLAGS =|' src/Makefile.am
-
 %patch0
 %patch1
 %patch2

-%__autoreconf
-
 %build
+rm -rf autom4te.cache
 %configure
 %make_build --no-print-directory CFLAGS="%optflags -W -Werror"



  reply	other threads:[~2007-10-05 13:11 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-05  6:54 ` [devel] " Slava Semushin
2007-10-05  6:56   ` [devel] Fwd: " Slava Semushin
2007-10-05  7:32     ` [devel] hasher/autoreconf/* problem Dmitry V. Levin
2007-10-05 10:40       ` Anton Farygin
2007-10-05 10:51         ` Dmitry V. Levin
2007-10-05 11:14           ` Anton Farygin
2007-10-05 13:12             ` Dmitry V. Levin
2007-10-05 13:17               ` Victor Forsyuk
2007-10-05 13:29                 ` Dmitry V. Levin
2007-10-08  9:48                   ` Slava Semushin
2007-10-08 10:13                     ` Dmitry V. Levin
2007-10-08 10:16                       ` Victor Forsyuk
2007-10-08 10:19                       ` Slava Semushin
2007-10-08 12:14                         ` Epiphanov Sergei
2007-10-08 12:21                           ` Slava Semushin
2007-10-08 14:43                             ` Victor Forsyuk
2007-10-08 14:42                         ` Victor Forsyuk
2007-10-09  5:22                           ` Slava Semushin
2007-10-09 10:47                             ` Dmitry V. Levin
2007-10-08 14:35                   ` Victor Forsyuk
2007-10-08 14:42                     ` Dmitry V. Levin
2007-10-08 14:56                       ` Victor Forsyuk
2007-10-08 17:44                         ` Grigory Batalov
2007-10-05 12:50     ` [devel] Fwd: E: incoming i586 reject: wmmemload-0.1.6-alt4 Victor Forsyuk
2007-10-05 13:11       ` Victor Forsyuk [this message]
2007-10-05 13:15         ` Epiphanov Sergei
2007-10-05 13:32           ` Victor Forsyuk
2007-10-05 13:36             ` Epiphanov Sergei
2007-10-05 13:40               ` Victor Forsyuk
2007-10-05 13:40             ` Dmitry V. Levin
2007-10-06  5:45       ` Slava Semushin
2007-10-08 16:30         ` Victor Forsyuk
2007-10-08 17:24           ` Dmitry V. Levin

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=20071005131135.GA30890@mail.gu.net \
    --to=force@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /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 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