* [sisyphus] rpm -bp kernel-2.2.19.spec FAILED
@ 2001-05-05 11:06 Andrey Brindeew
2001-05-05 12:02 ` Dmitry V. Levin
0 siblings, 1 reply; 5+ messages in thread
From: Andrey Brindeew @ 2001-05-05 11:06 UTC (permalink / raw)
To: Sisyphus Mailing List
Hello!
Subj.
Начало пересылаемого сообщения:
Date: Sat, 5 May 2001 14:24:43 +0400 (MSD)
From: abr@abr.tool.ru (Andrey Brindeew)
To: abr@abr.tool.ru
Subject: Output from your job 169
Исполняю(%prep): /bin/sh -e /var/tmp/rpm-tmp.4995
[ some stuff skipped ]
+ echo 'Openwall patch:'
Openwall patch:
+ patch -p1 -s
+ mkdir -p Documentation/secure
+ install -p -m644 linux-2.2.19-ow1/FAQ linux-2.2.19-ow1/LICENSE
linux-2.2.19-ow1/linux-2.2.19-ow1.diff linux-2.2.19-ow1/optional
linux-2.2.19-ow1/README Documentation/secure
install: `linux-2.2.19-ow1/optional' is a directory
Неверный код возврата из /var/tmp/rpm-tmp.4995 (%prep)
Кхм. Идем в сабжевый SPEC-file и видим, что ошибку вызвала строка 1061:
install -p -m644 linux-%owver/[A-Z]* Documentation/secure
В скрипте /var/tmp/rpm-tmp.4995 она выглядит вот как:
install -p -m644 linux-2.2.19-ow1/[A-Z]* Documentation/secure
Теперь идем в /usr/src/RPM/BUILD/linux и смотрим:
echo linux-2.2.19-ow1/[A-Z]*
выдает следующее:
linux-2.2.19-ow1/FAQ linux-2.2.19-ow1/LICENSE
linux-2.2.19-ow1/linux-2.2.19-ow1.diff linux-2.2.19-ow1/optional
linux-2.2.19-ow1/README
_НО_,
echo linux-2.2.19-ow1/[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*
отображает все правильно:
linux-2.2.19-ow1/FAQ linux-2.2.19-ow1/LICENSE linux-2.2.19-ow1/README
Any ideas?
P.S.
$ rpm -q rpm bash fileutils
rpm-3.0.6-ipl24mdk
bash-2.05-alt1
fileutils-4.0.41-ipl1mdk
--
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely" (C) Larry Wall.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] rpm -bp kernel-2.2.19.spec FAILED
2001-05-05 11:06 [sisyphus] rpm -bp kernel-2.2.19.spec FAILED Andrey Brindeew
@ 2001-05-05 12:02 ` Dmitry V. Levin
2001-05-09 9:40 ` Mikhail Zabaluev
0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2001-05-05 12:02 UTC (permalink / raw)
To: Sisyphus Mailing List
[-- Attachment #1: Type: text/plain, Size: 968 bytes --]
On Sat, May 05, 2001 at 03:06:21PM +0400, Andrey Brindeew wrote:
> Исполняю(%prep): /bin/sh -e /var/tmp/rpm-tmp.4995
>
> [ some stuff skipped ]
>
> + echo 'Openwall patch:'
> Openwall patch:
> + patch -p1 -s
> + mkdir -p Documentation/secure
> + install -p -m644 linux-2.2.19-ow1/FAQ linux-2.2.19-ow1/LICENSE
> linux-2.2.19-ow1/linux-2.2.19-ow1.diff linux-2.2.19-ow1/optional
> linux-2.2.19-ow1/README Documentation/secure
> install: `linux-2.2.19-ow1/optional' is a directory
> Неверный код возврата из /var/tmp/rpm-tmp.4995 (%prep)
Откатитесь на предыдущую версию bash (из релиза).
Regards,
Dmitry
+-------------------------------------------------------------------------+
Dmitry V. Levin mailto://ldv@alt-linux.org
ALT Linux Team http://www.altlinux.ru/
Fandra Project http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] rpm -bp kernel-2.2.19.spec FAILED
2001-05-05 12:02 ` Dmitry V. Levin
@ 2001-05-09 9:40 ` Mikhail Zabaluev
2001-05-09 14:12 ` Aleksey Novodvorsky
0 siblings, 1 reply; 5+ messages in thread
From: Mikhail Zabaluev @ 2001-05-09 9:40 UTC (permalink / raw)
To: Sisyphus Mailing List
Hello Dmitry,
On Sat, May 05, 2001 at 04:02:52PM +0400, Dmitry V. Levin wrote:
>
> On Sat, May 05, 2001 at 03:06:21PM +0400, Andrey Brindeew wrote:
> > Исполняю(%prep): /bin/sh -e /var/tmp/rpm-tmp.4995
> >
> > [ some stuff skipped ]
> >
> > + echo 'Openwall patch:'
> > Openwall patch:
> > + patch -p1 -s
> > + mkdir -p Documentation/secure
> > + install -p -m644 linux-2.2.19-ow1/FAQ linux-2.2.19-ow1/LICENSE
> > linux-2.2.19-ow1/linux-2.2.19-ow1.diff linux-2.2.19-ow1/optional
> > linux-2.2.19-ow1/README Documentation/secure
> > install: `linux-2.2.19-ow1/optional' is a directory
> > Неверный код возврата из /var/tmp/rpm-tmp.4995 (%prep)
>
> Откатитесь на предыдущую версию bash (из релиза).
Может, это связано с локалью?
Не пробовали задавить все переменные окружения, с этим связанные?
--
Stay tuned,
MhZ JID: mookid@jabber.org
___________
Don't hit a man when he's down -- kick him; it's easier.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] rpm -bp kernel-2.2.19.spec FAILED
2001-05-09 9:40 ` Mikhail Zabaluev
@ 2001-05-09 14:12 ` Aleksey Novodvorsky
2001-05-10 7:37 ` Dmitry V. Levin
0 siblings, 1 reply; 5+ messages in thread
From: Aleksey Novodvorsky @ 2001-05-09 14:12 UTC (permalink / raw)
To: sisyphus
Mikhail Zabaluev wrote:
> Hello Dmitry,
>
> On Sat, May 05, 2001 at 04:02:52PM +0400, Dmitry V. Levin wrote:
> >
> > On Sat, May 05, 2001 at 03:06:21PM +0400, Andrey Brindeew wrote:
> > > Исполняю(%prep): /bin/sh -e /var/tmp/rpm-tmp.4995
> > >
> > > [ some stuff skipped ]
> > >
> > > + echo 'Openwall patch:'
> > > Openwall patch:
> > > + patch -p1 -s
> > > + mkdir -p Documentation/secure
> > > + install -p -m644 linux-2.2.19-ow1/FAQ linux-2.2.19-ow1/LICENSE
> > > linux-2.2.19-ow1/linux-2.2.19-ow1.diff linux-2.2.19-ow1/optional
> > > linux-2.2.19-ow1/README Documentation/secure
> > > install: `linux-2.2.19-ow1/optional' is a directory
> > > Неверный код возврата из /var/tmp/rpm-tmp.4995 (%prep)
> >
> > Откатитесь на предыдущую версию bash (из релиза).
>
> Может, это связано с локалью?
Видимо, да. LC_COLLATE=C должно помочь.
Rgrds, AEN
>
> Не пробовали задавить все переменные окружения, с этим связанные?
>
> --
> Stay tuned,
> MhZ JID: mookid@jabber.org
> ___________
> Don't hit a man when he's down -- kick him; it's easier.
>
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://altlinux.ru/mailman/listinfo/sisyphus
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] rpm -bp kernel-2.2.19.spec FAILED
2001-05-09 14:12 ` Aleksey Novodvorsky
@ 2001-05-10 7:37 ` Dmitry V. Levin
0 siblings, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2001-05-10 7:37 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 1190 bytes --]
On Wed, May 09, 2001 at 06:12:55PM +0400, Aleksey Novodvorsky wrote:
> > > > Исполняю(%prep): /bin/sh -e /var/tmp/rpm-tmp.4995
> > > >
> > > > [ some stuff skipped ]
> > > >
> > > > + echo 'Openwall patch:'
> > > > Openwall patch:
> > > > + patch -p1 -s
> > > > + mkdir -p Documentation/secure
> > > > + install -p -m644 linux-2.2.19-ow1/FAQ linux-2.2.19-ow1/LICENSE
> > > > linux-2.2.19-ow1/linux-2.2.19-ow1.diff linux-2.2.19-ow1/optional
> > > > linux-2.2.19-ow1/README Documentation/secure
> > > > install: `linux-2.2.19-ow1/optional' is a directory
> > > > Неверный код возврата из /var/tmp/rpm-tmp.4995 (%prep)
> > >
> > > Откатитесь на предыдущую версию bash (из релиза).
> >
> > Может, это связано с локалью?
>
> Видимо, да. LC_COLLATE=C должно помочь.
Как вариант, можно поставить bash-2.05-alt2 :)
Regards,
Dmitry
+-------------------------------------------------------------------------+
Dmitry V. Levin mailto://ldv@alt-linux.org
ALT Linux Team http://www.altlinux.ru/
Fandra Project http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-05-10 7:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-05 11:06 [sisyphus] rpm -bp kernel-2.2.19.spec FAILED Andrey Brindeew
2001-05-05 12:02 ` Dmitry V. Levin
2001-05-09 9:40 ` Mikhail Zabaluev
2001-05-09 14:12 ` Aleksey Novodvorsky
2001-05-10 7:37 ` Dmitry V. Levin
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