From: Led <led@altlinux.ru>
To: "ALT Linux Team development discussions" <devel@lists.altlinux.org>
Subject: Re: [devel] rpm-build-4.0.4-alt78 beehive_status
Date: Sun, 9 Sep 2007 23:16:24 +0300
Message-ID: <9713cfcc0709091316l75d2f20cl674d71a0e7e19a55@mail.gmail.com> (raw)
In-Reply-To: <20070909201203.GU6051@solemn.turbinal>
2007/9/9, Alexey Tourbin <at@altlinux.ru>:
> On Mon, Sep 10, 2007 at 02:54:32AM +0700, Slava Semushin wrote:
> > 2007/9/10, Alexey Tourbin <at / altlinux.ru>:
> > > On Sun, Sep 09, 2007 at 10:19:38PM +0400, Alexey Tourbin wrote:
> > > > Вот список не собравшихся пакетов (по сравнению с плановой пересборкой).
> > [...]
> > > geany-0.11-alt1
> > > find-requires: running scripts
> > > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl)
> > > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory
> > > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No such file or
> > > directory
> > > RPM build errors:
> > > error: /bin/sh failed
> > > error: Failed to find Requires
> > > /bin/sh failed
> > [...]
> >
> > Я так понимаю, что это ложное срабатывание:
> >
> > [c0der@rock ~/git/geany/geany.git]$ grep -r tclsh .
> > ./geany/data/filetypes.tcl:compiler=tclsh8.4 "%f"
> > ./geany/data/filetypes.tcl:run_cmd=tclsh8.4 "%f"
> > [c0der@rock ~/git/geany/geany.git]$ file geany/data/filetypes.tcl
> > geany/data/filetypes.tcl: ASCII C++ program text, with very long lines
> >
> > На самом же деле это файл для подсветки синтаксиса языка tcl. И из-за
> > его расширения подумали, что это скрипт на tcl, что явно не так:
> >
> > [c0der@rock ~/git/geany/geany.git]$ head -5 geany/data/filetypes.tcl
> > # For complete documentation of this file; please see Geany's main documentation
> > [styling]
> > # foreground;background;bold;italic
> > default=0x000000;0xffffff;false;false
> > comment=0xd00000;0xffffff;false;false
> >
> > Мне нужно делать что-то по этому поводу?
>
> Осталось понять, почему этот пакет раньше собирался.
> Файлы с расширением *.tcl всегда обрабатывались.
>
> Просто раньше в find-requires была проверка на [ -x /usr/bin/tcl ].
> Теперь ее там нет.
>
> Однако кажется, что tcl.req охотно кушает твой filetypes.tcl
>
> [builder@mash .in]$ RPM_BUILD_ROOT=/usr/src/tmp/geany-buildroot /usr/lib/rpm/tcl.req <<< /usr/src/tmp/geany-buildroot/usr/share/geany/filetypes.tcl
> [builder@mash .in]$
>
> Будем разбираться.
А можно заодно разобраться python-зависимостями? А то приходится в
%install переименовывать все python-скрипты, добавляя расширения .py,
смотреть, какие зависимости нашлись и потом прописывать их в спеке
вручную :(
--
Led.
next prev parent reply other threads:[~2007-09-09 20:16 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-09 18:19 [devel] rpm-build-4.0.4-alt78 rebuild status Alexey Tourbin
2007-09-09 19:45 ` [devel] rpm-build-4.0.4-alt78 beehive_status Alexey Tourbin
2007-09-09 19:54 ` Slava Semushin
2007-09-09 19:57 ` Slava Semushin
2007-09-09 20:15 ` Alexey Tourbin
2007-09-09 20:12 ` Alexey Tourbin
2007-09-09 20:16 ` Led [this message]
2007-09-09 22:30 ` Alexey Tourbin
2007-09-09 20:39 ` Alexey I. Froloff
2007-09-09 23:05 ` Alexey Tourbin
2007-09-09 22:28 ` [devel] rpm-build-4.0.4-alt78 tcl dependencies Alexey Tourbin
2007-09-09 23:27 ` Led
2007-09-09 23:48 ` [devel] #! shebang fixer Alexey Tourbin
2007-09-10 8:48 ` [devel] tcl.req.files: re-exec check implemented Alexey Tourbin
2007-09-10 10:46 ` [devel] rpm-build-4.0.4-alt78 tcl dependencies Sergey Bolshakov
2007-09-10 20:46 ` Alexey Tourbin
2007-09-10 21:52 ` [devel] rpm-build-4.0.4-alt78 -- remove rpm-build-tcl? Alexey Tourbin
2007-09-11 9:49 ` Sergey Bolshakov
2007-09-11 14:59 ` Alexey Tourbin
2007-09-11 15:35 ` Led
2007-09-10 22:13 ` [devel] rpm-build-4.0.4-alt78 rpm-build-tcl vs BuildRequires(pre) Alexey Tourbin
2007-09-11 9:30 ` Sergey Bolshakov
2007-09-11 15:49 ` [devel] link tcl extensions with libtcl Alexey Tourbin
2007-09-10 20:39 ` [devel] rpm-build-4.0.4-alt78 tcl SCRIPTS DISABLED Alexey Tourbin
2007-09-10 22:38 ` [devel] rpm-build-4.0.4-alt78 tcl dependencies Michael Shigorin
2007-09-10 10:13 ` [devel] rpm-build-4.0.4-alt78 beehive_status Sergey Bolshakov
2007-09-10 22:28 ` [devel] rpm-build-tcl Requires += tcl? Michael Shigorin
2007-09-11 16:13 ` [devel] Zope-2.7.7-alt1 Alexey Tourbin
2007-09-10 22:25 ` [devel] rpm-build-4.0.4-alt78 rebuild status Michael Shigorin
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=9713cfcc0709091316l75d2f20cl674d71a0e7e19a55@mail.gmail.com \
--to=led@altlinux.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