ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Andrey Rahmatullin <wrar-alt@mail.ru>
To: devel@lists.altlinux.org
Subject: Re: [devel] I: autotools update: предновогодний подарочек
Date: Tue, 25 Dec 2007 22:37:24 +0500
Message-ID: <20071225173724.GG7996@wrars-comp.wrarsdomain> (raw)
In-Reply-To: <4770DD0C.3010904@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1046 bytes --]

On Tue, Dec 25, 2007 at 12:35:56PM +0200, Motsyo Gennadi aka Drool wrote:
> 	Что-то мне не дается обход. В спек прописал:
> BuildPreReq: autoconf_2.5
> ...
> %build
> %set_autoconf_version 2.5
> make -f admin/Makefile.common
> 
> Сборка валится так:
> make -f admin/Makefile.common
> make: Entering directory `/usr/src/RPM/BUILD/cpuinfo'
> /usr/bin/autoheader: line 9: /usr/bin/autoheader-autoconf (GNU Autoconf) 
> 2.59: No such file or directory
> *** AUTOHEADER NOT FOUND!.
> *** KDE requires autoheader 2.52 or 2.53 (part of autoconf)
> make: *** [cvs] Error 1
Ужасно.
Вообще-то, устаревшие KDE3 admin/ правятся тремя строками. Примерно как в
аттаче.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

> Да, глобальные тэги. Сейчас они создаются (в майнстриме так
> сделали) только во время сборки...
Как же, помню, там ещё сказки рассказываются, что вы, мол, можете
пойти выпить чашку кофе. Сколько устанавливал - никогда не
успевал даже приготовить, не то что выпить :)
		-- ktirf in devel@

[-- Attachment #1.2: kio-clipboard-0.1-admin-new-autotools.patch --]
[-- Type: text/plain, Size: 1183 bytes --]

--- kio-clipboard/admin/cvs.sh.orig	2006-10-28 06:32:31 +0600
+++ kio-clipboard/admin/cvs.sh	2007-12-25 13:11:41 +0500
@@ -29,7 +29,7 @@ check_autotool_versions()
 {
 AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
 case $AUTOCONF_VERSION in
-  Autoconf*2.5* | autoconf*2.5* ) : ;;
+  Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
   "" )
     echo "*** AUTOCONF NOT FOUND!."
     echo "*** KDE requires autoconf 2.52, 2.53 or 2.54"
@@ -44,7 +44,7 @@ esac
  
 AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
 case $AUTOHEADER_VERSION in
-  Autoconf*2.5* | autoheader*2.5* ) : ;;
+  Autoconf*2.5* | autoheader*2.5* | autoheader*2.6* ) : ;;
   "" )
     echo "*** AUTOHEADER NOT FOUND!."
     echo "*** KDE requires autoheader 2.52 or 2.53 (part of autoconf)"
@@ -64,7 +64,7 @@ case $AUTOMAKE_STRING in
     echo "*** KDE requires automake 1.6.1 or newer"
     exit 1
     ;;
-  automake*1.6.* | automake*1.7* | automake*1.8.* | automake*1.9* ) : ;;
+  automake*1.6.* | automake*1.7* | automake*1.8.* | automake*1.9* | automake*1.10* ) : ;;
   "" )
     echo "*** AUTOMAKE NOT FOUND!."
     echo "*** KDE requires automake 1.6.1 or newer"

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2007-12-25 17:37 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-25  0:48 Dmitry V. Levin
2007-12-25  1:44 ` led
2007-12-25 12:07   ` Dmitry V. Levin
2007-12-25  5:13 ` Ildar Mulyukov
2007-12-25  9:39   ` Alexey Gladkov
2007-12-25  8:49     ` Ildar Mulyukov
2007-12-25  9:25       ` Alexey I. Froloff
2007-12-25 10:06         ` Андрей Черепанов
2007-12-25 10:35           ` Motsyo Gennadi aka Drool
2007-12-25 12:14             ` Dmitry V. Levin
2007-12-25 17:37             ` Andrey Rahmatullin [this message]
2007-12-25 10:14       ` Alexey Gladkov
2007-12-25 12:54   ` Alex Myltsev
2007-12-26 20:19 ` Michael Shigorin
2007-12-26 20:27   ` Dmitry V. Levin
2007-12-26 20:28   ` Eugene Ostapets
2007-12-26 20:40     ` Michael Shigorin
2007-12-26 21:01       ` Eugene Ostapets
2007-12-26 22:44         ` Alexey Rusakov
2007-12-27 15:06         ` Michael Shigorin
2007-12-26 23:04 ` Sviatoslav Sviridov
2007-12-26 23:28   ` Хихин Руслан
2007-12-27  5:51 ` Eugene Prokopiev
2007-12-27  5:59   ` Хихин Руслан
2007-12-27  6:14     ` Eugene Prokopiev

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=20071225173724.GG7996@wrars-comp.wrarsdomain \
    --to=wrar-alt@mail.ru \
    --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