ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] unmet dependencies detected --> false positive
  @ 2020-05-16 10:37 ` Aleksey Cheusov
  2020-05-16 13:12   ` Mikhail Efremov
  0 siblings, 1 reply; 3+ messages in thread
From: Aleksey Cheusov @ 2020-05-16 10:37 UTC (permalink / raw)
  To: sisyphus

Ниже -- результат сборки пакета в git.alt. Жалоба на строчку /usr/xpg4/bin/sh в коде,
мол, неудовлетворенная зависимость. Строчка такая в коде, конечно, есть, но это 100%-ный
false positive, эта команда запускается только на SunOS, OSF1 и тому подобных.
В общем, зависимости такой по факту нет. Как отучить git.alt от такого поведения?

-------- Пересылаемое сообщение --------
16.05.2020, 13:04, "Girar Builder awaiter robot" <girar-builder@altlinux.org>:

http://git.altlinux.org/tasks/251885/logs/events.1.1.log

2020-May-16 09:58:11 :: test-only task #251885 for sisyphus started by cheusov:
#100 build 0.34.2-alt1 from /people/cheusov/packages/mk-configure.git fetched at 2020-May-16 09:58:10
2020-May-16 09:58:13 :: [x86_64] #100 mk-configure.git 0.34.2-alt1: build start
2020-May-16 09:58:13 :: [ppc64le] #100 mk-configure.git 0.34.2-alt1: build start
2020-May-16 09:58:13 :: [aarch64] #100 mk-configure.git 0.34.2-alt1: build start
2020-May-16 09:58:13 :: [i586] #100 mk-configure.git 0.34.2-alt1: build start
2020-May-16 10:01:49 :: [aarch64] #100 mk-configure.git 0.34.2-alt1: build OK
2020-May-16 10:01:51 :: [x86_64] #100 mk-configure.git 0.34.2-alt1: build OK
2020-May-16 10:02:00 :: [i586] #100 mk-configure.git 0.34.2-alt1: build OK
2020-May-16 10:03:04 :: [ppc64le] #100 mk-configure.git 0.34.2-alt1: build OK
2020-May-16 10:03:19 :: #100: mk-configure.git 0.34.2-alt1: build check OK
2020-May-16 10:03:19 :: build check OK
2020-May-16 10:03:22 :: noarch check OK
2020-May-16 10:03:24 :: plan: src +1 -1 =17571, noarch +2 -1 =17717
2020-May-16 10:03:24 :: version check OK
#100 mk-configure 0.32.1-alt1 -> 0.34.2-alt1
 Thu May 14 2020 Aleksey Cheusov <cheusov@altlinux> 0.34.2-alt1
 - new version 0.34.2
 Fri May 01 2020 Michael Shigorin <mike@altlinux> 0.34.1-alt1
 - 0.34.1
   + added mk-files to BR: (thx cheusov@)
   + merged useful opensuse specfile bits
   + added clang support where available
   + separate doc subpackage
2020-May-16 10:04:01 :: generated apt indices
2020-May-16 10:04:01 :: created next repo
        x86_64: NEW unmet dependencies detected:
mk-configure#0.34.2-alt1 /usr/xpg4/bin/sh
        i586: NEW unmet dependencies detected:
mk-configure#0.34.2-alt1 /usr/xpg4/bin/sh
        aarch64: NEW unmet dependencies detected:
mk-configure#0.34.2-alt1 /usr/xpg4/bin/sh
        ppc64le: NEW unmet dependencies detected:
mk-configure#0.34.2-alt1 /usr/xpg4/bin/sh
        ACLs of affected packages (1):
mk-configure lav @qa @everybody
2020-May-16 10:04:33 :: unmets: x86_64 +1 -0 =1, i586 +1 -0 =1, aarch64 +1 -0 =13, ppc64le +1 -0 =6
2020-May-16 10:04:33 :: dependencies check FAILED
2020-May-16 10:04:33 :: task #251885 for sisyphus FAILED
-------- Конец пересылаемого сообщения --------


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

* Re: [sisyphus] unmet dependencies detected --> false positive
  2020-05-16 10:37 ` [sisyphus] unmet dependencies detected --> false positive Aleksey Cheusov
@ 2020-05-16 13:12   ` Mikhail Efremov
  2020-05-16 13:37     ` Aleksey Cheusov
  0 siblings, 1 reply; 3+ messages in thread
From: Mikhail Efremov @ 2020-05-16 13:12 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Sat, 16 May 2020 13:37:48 +0300 Aleksey Cheusov wrote:
> Ниже -- результат сборки пакета в git.alt. Жалоба на строчку
> /usr/xpg4/bin/sh в коде, мол, неудовлетворенная зависимость. Строчка
> такая в коде, конечно, есть, но это 100%-ный false positive, эта
> команда запускается только на SunOS, OSF1 и тому подобных. В общем,
> зависимости такой по факту нет. Как отучить git.alt от такого
> поведения?

XPG4_BIN_SH=/usr/xpg4/bin/sh

exec "$XPG4_BIN_SH" "$0" "$@"

-- 
WBR, Mikhail Efremov


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

* Re: [sisyphus] unmet dependencies detected --> false positive
  2020-05-16 13:12   ` Mikhail Efremov
@ 2020-05-16 13:37     ` Aleksey Cheusov
  0 siblings, 0 replies; 3+ messages in thread
From: Aleksey Cheusov @ 2020-05-16 13:37 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

16.05.2020, 16:12, "Mikhail Efremov" <sem@altlinux.org>:
> On Sat, 16 May 2020 13:37:48 +0300 Aleksey Cheusov wrote:
>>  Ниже -- результат сборки пакета в git.alt. Жалоба на строчку
>>  /usr/xpg4/bin/sh в коде, мол, неудовлетворенная зависимость. Строчка
>>  такая в коде, конечно, есть, но это 100%-ный false positive, эта
>>  команда запускается только на SunOS, OSF1 и тому подобных. В общем,
>>  зависимости такой по факту нет. Как отучить git.alt от такого
>>  поведения?
>
> XPG4_BIN_SH=/usr/xpg4/bin/sh
> exec "$XPG4_BIN_SH" "$0" "$@"

:-) Хороший кряк. Буду иметь ввиду :-)
Но я уже исправил проблему, прописав AutoReq: noshell
Спасибо.




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

end of thread, other threads:[~2020-05-16 13:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16 10:37 ` [sisyphus] unmet dependencies detected --> false positive Aleksey Cheusov
2020-05-16 13:12   ` Mikhail Efremov
2020-05-16 13:37     ` Aleksey Cheusov

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