ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Yura Zotov <yz@altlinux.ru>
To: Sisyphus List <sisyphus@altlinux.ru>
Subject: [sisyphus] tetex-3.0: test -f /bin/ksh в скриптах
Date: Sat, 26 Feb 2005 03:57:37 +0300
Message-ID: <20050226005737.GA14428@vezyolka.homeip.net> (raw)

В нескольких скриптах в tetex-3.0 есть такие конструкции:

test -f /bin/ksh && test -z "$RUNNING_KSH" \
  && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \
  && { RUNNING_KSH=true; export RUNNING_KSH; exec /bin/ksh $0 ${1+"$@"}; }
unset RUNNING_KSH

test -f /bin/bsh && test -z "$RUNNING_BSH" \
  && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \
  && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/sh $0 ${1+"$@"}; }
unset RUNNING_BSH

rpm их понимает и вставляет зависимость на /bin/ksh:

Processing files: tetex-core-3.0-alt0yz01
Finding Provides (using /usr/lib/rpm/find-provides)
Executing(Provides): /bin/sh -e /home/yura/Documents/RPM/TMP/rpm-tmp.4260
+ umask 022
+ /bin/mkdir -p /home/yura/Documents/RPM/BUILD
+ cd /home/yura/Documents/RPM/BUILD
+ /usr/lib/rpm/find-provides
+ exit 0
Finding Requires (using /usr/lib/rpm/find-requires)
Executing(Requires): /bin/sh -e /home/yura/Documents/RPM/TMP/rpm-tmp.79671
+ umask 022
+ /bin/mkdir -p /home/yura/Documents/RPM/BUILD
+ cd /home/yura/Documents/RPM/BUILD
+ /usr/lib/rpm/find-requires
error: file /bin/ksh: No such file or directory
error: file /bin/ksh: No such file or directory
error: file /bin/ksh: No such file or directory
error: file /bin/ksh: No such file or directory
error: file /bin/ksh: No such file or directory
error: file /bin/ksh: No such file or directory
error: file /bin/ksh: No such file or directory
error: file /bin/ksh: No such file or directory

<вырезано>

Requires: dialog, /bin/ksh, /etc/cron.daily, bash, diffutils, ed,
findutils, gawk, и т.д.

Кстати, этих скриптов как раз 8 штук и эти error-ы относятся как
раз к ним. Подскажите, пожалуйста, как лучше это исправить. Я могу
просто убрать этот код и всё. Но, может есть менее радикальный способ?

Заранее спасибо за помощь.

--
Юрий А. Зотов



             reply	other threads:[~2005-02-26  0:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-26  0:57 Yura Zotov [this message]
2005-02-26  8:02 ` [sisyphus] " Michael Shigorin
2005-02-26 16: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=20050226005737.GA14428@vezyolka.homeip.net \
    --to=yz@altlinux.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