ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] autoreconf
@ 2018-06-22  9:40 Alexey V. Vissarionov
  2018-06-22  9:41 ` Anton Farygin
  0 siblings, 1 reply; 8+ messages in thread
From: Alexey V. Vissarionov @ 2018-06-22  9:40 UTC (permalink / raw)
  To: ALT Linux Team development discussions

+ autoreconf -i
/usr/bin/autoreconf: line 9: /usr/bin/autoreconf-default: No such file or directory
error: Bad exit status from /usr/src/tmp/rpm-tmp.88400 (%build)

В исходниках никакого /usr/bin/autoreconf-default не нагрепалось.
Это я дурак, или что-то где-то поломалось?


-- 
Alexey V. Vissarionov
gremlin ПРИ altlinux ТЧК org; +vii-cmiii-ccxxix-lxxix-xlii
GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net


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

* Re: [devel] autoreconf
  2018-06-22  9:40 [devel] autoreconf Alexey V. Vissarionov
@ 2018-06-22  9:41 ` Anton Farygin
  2018-06-22  9:45   ` Alexey V. Vissarionov
  0 siblings, 1 reply; 8+ messages in thread
From: Anton Farygin @ 2018-06-22  9:41 UTC (permalink / raw)
  To: ALT Linux Team development discussions, Alexey V. Vissarionov

22.06.2018 12:40, Alexey V. Vissarionov пишет:
> + autoreconf -i
> /usr/bin/autoreconf: line 9: /usr/bin/autoreconf-default: No such file or directory
> error: Bad exit status from /usr/src/tmp/rpm-tmp.88400 (%build)
>
> В исходниках никакого /usr/bin/autoreconf-default не нагрепалось.
> Это я дурак, или что-то где-то поломалось?
>
>
Второе исключено.



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

* Re: [devel] autoreconf
  2018-06-22  9:41 ` Anton Farygin
@ 2018-06-22  9:45   ` Alexey V. Vissarionov
  2018-06-22  9:45     ` Anton Farygin
  0 siblings, 1 reply; 8+ messages in thread
From: Alexey V. Vissarionov @ 2018-06-22  9:45 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On 2018-06-22 12:41:23 +0300, Anton Farygin wrote:

 >> /usr/bin/autoreconf: line 9: /usr/bin/autoreconf-default:
 >> No such file or directory
 >> В исходниках никакого /usr/bin/autoreconf-default не нагрепалось.
 >> Это я дурак, или что-то где-то поломалось?
 > Второе исключено.

Тонко, ага...
А по делу что-нибудь подскажешь? Ну, хотя бы в каком месте :-)


-- 
Alexey V. Vissarionov
gremlin ПРИ altlinux ТЧК org; +vii-cmiii-ccxxix-lxxix-xlii
GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net


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

* Re: [devel] autoreconf
  2018-06-22  9:45   ` Alexey V. Vissarionov
@ 2018-06-22  9:45     ` Anton Farygin
  2018-06-22 10:01       ` Alexey V. Vissarionov
  0 siblings, 1 reply; 8+ messages in thread
From: Anton Farygin @ 2018-06-22  9:45 UTC (permalink / raw)
  To: ALT Linux Team development discussions, Alexey V. Vissarionov

22.06.2018 12:45, Alexey V. Vissarionov пишет:
> On 2018-06-22 12:41:23 +0300, Anton Farygin wrote:
>
>   >> /usr/bin/autoreconf: line 9: /usr/bin/autoreconf-default:
>   >> No such file or directory
>   >> В исходниках никакого /usr/bin/autoreconf-default не нагрепалось.
>   >> Это я дурак, или что-то где-то поломалось?
>   > Второе исключено.
>
> Тонко, ага...
> А по делу что-нибудь подскажешь? Ну, хотя бы в каком месте :-)
>
>
  rpm -qf /usr/bin/autoreconf-default
autoconf_2.60-2.69-alt3.noarch



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

* Re: [devel] autoreconf
  2018-06-22  9:45     ` Anton Farygin
@ 2018-06-22 10:01       ` Alexey V. Vissarionov
  2018-06-22 10:12         ` Dmitry V. Levin
  0 siblings, 1 reply; 8+ messages in thread
From: Alexey V. Vissarionov @ 2018-06-22 10:01 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On 2018-06-22 12:45:50 +0300, Anton Farygin wrote:

 >>>> /usr/bin/autoreconf-default: No such file or directory
 >>>> Это я дурак, или что-то где-то поломалось?
 >>> Второе исключено.
 >> Тонко, ага...  А по делу что-нибудь подскажешь? Ну, хотя бы в
 >> каком месте :-)
 > rpm -qf /usr/bin/autoreconf-default
 > autoconf_2.60-2.69-alt3.noarch

Таки да:

% hsh-shell

[builder@localhost .in]$ rpm -qf /usr/bin/autoreconf-default
autoconf_2.60-2.69-alt3.noarch

[builder@localhost .in]$ cat /usr/bin/autoreconf
#!/bin/sh -e

if [ -n "$AUTOCONF_VERSION" ]; then
        AUTOCONF_VERSION=`echo $AUTOCONF_VERSION`
else
        AUTOCONF_VERSION=default
fi

exec "/usr/bin/${0##*/}-$AUTOCONF_VERSION" "$@"

[builder@localhost .in]$ ll /usr/bin/autoreconf*
lrwxrwxrwx 1 rooter rooter    16 Jun 21 11:32 /usr/bin/autoreconf -> autoconf_wrapper
-rwxr-xr-x 1 rooter rooter 22726 Jun 21 11:32 /usr/bin/autoreconf-2.60
lrwxrwxrwx 1 rooter rooter    15 Jun 21 11:32 /usr/bin/autoreconf_2.60 -> autoreconf-2.60

Я, конечно, могу добавить в .spec строчки %define autoconfver 2.60 и
BuildRequires: autoconf_%autoconfver, а в %build написать export
AUTOCONF_VERSION=%autoconfver, но как-то оно корявенько...


-- 
Alexey V. Vissarionov
gremlin ПРИ altlinux ТЧК org; +vii-cmiii-ccxxix-lxxix-xlii
GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net


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

* Re: [devel] autoreconf
  2018-06-22 10:01       ` Alexey V. Vissarionov
@ 2018-06-22 10:12         ` Dmitry V. Levin
  2018-06-22 10:25           ` Alexey V. Vissarionov
  0 siblings, 1 reply; 8+ messages in thread
From: Dmitry V. Levin @ 2018-06-22 10:12 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Fri, Jun 22, 2018 at 01:01:38PM +0300, Alexey V. Vissarionov wrote:
[...]
> [builder@localhost .in]$ ll /usr/bin/autoreconf*
> lrwxrwxrwx 1 rooter rooter    16 Jun 21 11:32 /usr/bin/autoreconf -> autoconf_wrapper
> -rwxr-xr-x 1 rooter rooter 22726 Jun 21 11:32 /usr/bin/autoreconf-2.60
> lrwxrwxrwx 1 rooter rooter    15 Jun 21 11:32 /usr/bin/autoreconf_2.60 -> autoreconf-2.60

В этом списке должен присутствовать /usr/bin/autoreconf-default:

$ rpmquery --whatprovides /usr/bin/autoreconf-default
autoconf_2.60-2.69-alt3.noarch

Если тебе хотелось отстрелить себе ногу, то у тебя получилось.


-- 
ldv

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* Re: [devel] autoreconf
  2018-06-22 10:12         ` Dmitry V. Levin
@ 2018-06-22 10:25           ` Alexey V. Vissarionov
  2018-06-23 10:38             ` Michael Shigorin
  0 siblings, 1 reply; 8+ messages in thread
From: Alexey V. Vissarionov @ 2018-06-22 10:25 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On 2018-06-22 13:12:46 +0300, Dmitry V. Levin wrote:

 > В этом списке должен присутствовать /usr/bin/autoreconf-default:
 > $ rpmquery --whatprovides /usr/bin/autoreconf-default
 > autoconf_2.60-2.69-alt3.noarch
 > Если тебе хотелось отстрелить себе ногу, то у тебя получилось.

% sha256sum autoconf_2.60-2.69-alt3.noarch.rpm
3f08efc20d26415619d60d51121a5dad0745d1386fe0cc4b7e88268ee75f6129  autoconf_2.60-2.69-alt3.noarch.rpm

% rpm -qlp autoconf_2.60-2.69-alt3.noarch.rpm | grep bin
/usr/bin/autoconf-2.60
/usr/bin/autoconf_2.60
/usr/bin/autoheader-2.60
/usr/bin/autoheader_2.60
/usr/bin/autom4te-2.60
/usr/bin/autom4te_2.60
/usr/bin/autoreconf-2.60
/usr/bin/autoreconf_2.60
/usr/bin/autoscan-2.60
/usr/bin/autoscan_2.60
/usr/bin/autoupdate-2.60
/usr/bin/autoupdate_2.60
/usr/bin/ifnames-2.60
/usr/bin/ifnames_2.60

И где? А, ну конечно же - в alternatives... Ладно, обойдем - все равно
версию autoconf приходится указывать явно (пинать апстрим неинтересно).


-- 
Alexey V. Vissarionov
gremlin ПРИ altlinux ТЧК org; +vii-cmiii-ccxxix-lxxix-xlii
GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* Re: [devel] autoreconf
  2018-06-22 10:25           ` Alexey V. Vissarionov
@ 2018-06-23 10:38             ` Michael Shigorin
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Shigorin @ 2018-06-23 10:38 UTC (permalink / raw)
  To: devel

On Fri, Jun 22, 2018 at 01:25:45PM +0300, Alexey V. Vissarionov wrote:
> И где? А, ну конечно же - в alternatives... Ладно, обойдем - все равно
> версию autoconf приходится указывать явно (пинать апстрим неинтересно).

Тогда на всякий:

$ rpm --showrc | grep autoconf

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info


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

end of thread, other threads:[~2018-06-23 10:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-22  9:40 [devel] autoreconf Alexey V. Vissarionov
2018-06-22  9:41 ` Anton Farygin
2018-06-22  9:45   ` Alexey V. Vissarionov
2018-06-22  9:45     ` Anton Farygin
2018-06-22 10:01       ` Alexey V. Vissarionov
2018-06-22 10:12         ` Dmitry V. Levin
2018-06-22 10:25           ` Alexey V. Vissarionov
2018-06-23 10:38             ` Michael Shigorin

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