ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Nick S. Grechukh" <ngrechukh@ua.fm>
To: slava@elan.com.ua,
	ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] VMware 5.0 b.13124 для ядра 2.6.11-std26-up?
Date: Thu, 14 Apr 2005 18:03:19 +0300
Message-ID: <200504141803.26403.ngrechukh@ua.fm> (raw)
In-Reply-To: <425E7F73.6030304@elan.com.ua>

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

On Thursday 14 April 2005 17:34, Slava Dubrovskiy wrote:
>  rpm -ba kernel-modules-vmware.spec
> ошибка: неудовлетворенные зависимости сборки:
>         kernel-headers-modules-@kflavour@ = @kversion@-@krelease@ нужен
> для kernel-modules-vmware-5.0.0-@kflavour@-5.0.0-alt0.@kreleasebuild@
>         kernel-source-vmware-5.0.0 = 5.0.0 нужен для
> kernel-modules-vmware-5.0.0-@kflavour@-5.0.0-alt0.@kreleasebuild@
>
> Не работает. :-(      Что за @kflavour@? и т.д.?
> А собрать из tar.gz не могу, т.к. скачал rpm. Да и спек с патчем для беты.
здесь нужно руками вписать версию своего ядра.
@kversion@ заменяется на 2.6.11 (или какое там)
@krelease@ заменяется на alt6 (или какой там релиз)
@kflavour@ заменяется на std26-up (или что там у вас)
@kreleasebuild@ - видимо номер @krelease@ без 'alt'.

насчет kernel-source  - ну видимо вначале надо собрать kernel-source-vmware

в общем так:

#!/bin/sh
if [ $# -lt 3 ]; then
    echo "Usage: $0 version release flavour"
    echo "Example: $0 2.6.11 alt6 std26-up"
    exit 1
fi
version=$1
flavour=$3
release=$2
releasebuild=`echo $release | sed s,alt,,`
cat kernel-modules-vmware.spec | sed "s,@kversion@,$version," | sed 
"s,@krelease@,$release," | sed "s,@kflavour@,$flavour," | sed 
"s,@kreleasebuild@,$releasebuild," > 
kernel-modules-vmware-$flavour-$version-$release

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

  reply	other threads:[~2005-04-14 15:03 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-13 18:12 Yuri Horoshkov
2005-04-13 18:23 ` Andrey Rahmatullin
2005-04-13 19:33   ` Yuri Horoshkov
2005-04-14  1:16     ` Evgeniy Strebkov
2005-04-14  5:43       ` Yuri Horoshkov
2005-04-14  6:02         ` Andrey Rahmatullin
2005-04-14  6:35           ` Yuri Horoshkov
2005-04-14  6:57             ` Epiphanov Sergei
2005-04-14  6:59             ` Andrey Rahmatullin
2005-04-14  7:04             ` Evgeniy Strebkov
2005-04-14  7:06             ` [OBORONA-SPAM] " Evgeniy Strebkov
2005-04-14 10:00               ` Yuri Horoshkov
2005-04-14 10:05                 ` Led
2005-04-14  7:17             ` Yuri Horoshkov
2005-04-14  8:32             ` Sviataslau Svirydau
2005-04-14  9:30               ` Gennadiy Redko
2005-04-14  9:37                 ` Slava Dubrovskiy
2005-04-14 10:51                   ` Alexey V. Novikov
2005-04-14 12:53                   ` Andrey Rahmatullin
2005-04-14 14:34                     ` Slava Dubrovskiy
2005-04-14 15:03                       ` Nick S. Grechukh [this message]
2005-04-19  3:58                         ` Oleg Sukhanov
2005-04-14 15:45                       ` Andrey Rahmatullin
2005-04-15 10:24                         ` Slava Dubrovskiy
2005-04-15 10:30                           ` Nick S. Grechukh
2005-04-15 10:32                           ` Alexander Kazarin
2005-04-15 10:35                           ` Andrey Rahmatullin
2005-04-15 10:51                             ` Slava Dubrovskiy
2005-04-15 13:59                             ` Slava Dubrovskiy
2005-04-18  8:18                               ` Andrey Rahmatullin
2005-04-18  8:30                                 ` Slava Dubrovskiy
2005-04-18  9:58                                   ` Andrey Rahmatullin
2005-04-14 11:27                 ` Evgeniy Strebkov
2005-04-14 13:15                 ` Andrey Rahmatullin
2005-04-14 11:58               ` Andrey Rahmatullin
2005-04-14 13:26     ` Yuri Horoshkov

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=200504141803.26403.ngrechukh@ua.fm \
    --to=ngrechukh@ua.fm \
    --cc=sisyphus@altlinux.ru \
    --cc=slava@elan.com.ua \
    /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