From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DNS_FROM_AHBL_RHSBL, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=TnIC6dI4B3kjATw6Dk3+OOYgH7YyhY3w4AYM8YtlcU4=; b=L6oB02gxo3jBUb0AW2NAj0vdyELlCrLJCq4BD8yLiOq1/t87Yn+li2/cl+KrILuuQAAS5RFa3cPqylDSNoKFBmOv4Rtd6gSweAm41q22E/L+BI75F+671aHPcew0IOCm5EdIbGWK37GWm4kigWFARGdCAaDnFS5n4vKdbFEl9+A=; To: devel@lists.altlinux.org References: <560708B0.2090203@mail.ru> <20150927124637.GG14837@imap.altlinux.org> <5607E974.9010309@mail.ru> <20150927152345.GH14837@imap.altlinux.org> <56080CCE.8080600@mail.ru> <20151005125048.76a922b2@boyarsh.office.altlinux.ru> <56129529.5020801@mail.ru> <20151006135844.418bfbc2@boyarsh.office.altlinux.ru> From: bars sc Message-ID: <561412DB.2080706@mail.ru> Date: Tue, 6 Oct 2015 21:28:43 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20151006135844.418bfbc2@boyarsh.office.altlinux.ru> Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 8bit X-Mras: Ok Subject: Re: [devel] =?utf-8?b?0KHQsdC+0YDQutCwINC80L7QtNGD0LvRjyDRj9C00YA=?= =?utf-8?b?0LA=?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 18:28:47 -0000 Archived-At: List-Archive: List-Post: 06.10.2015 13:58, Anton V. Boyarshinov пишет: > On Mon, 5 Oct 2015 18:20:09 +0300 bars sc wrote: > >> Подскажите как правильно пересобрать модуль ядра в бранчи. > Ни в бранчах, ни в Сизифе, в спеках модулей ядра не должно быть ничего > подобного: > > %define flavour un-def > BuildRequires(pre): kernel-headers-modules-un-def > > Посмотрите, как сделаны другие модули, один и тот же шаблон > используется для сборки модулей для разных ядер. Ситуация, когда в spec > файле и даже в его имени в явном виде указан flavour ядра недопустима. > Где-то явно делаю неправильно, поправьте пожалуйста: 1)git clone git://git.altlinux.org/gears/k/kernel-modules-fglrx-std-def modules 2)cd modules 3)git checkout -b template/fglrx/sisyphus 4)git add *.spec (исправленный) 5)git commit -a 6)km-create-tag -k std-def fglrx 7)git remote add public git.alt:packages/kernel-modules.git (заранее вытянута git.altlinux.org/gears/k/kernel-modules-fglrx-std-def) 8)git push --all public 9)git push --tags public В этом случае при сборке ругается E: Couldn't find package kernel-headers-modules-@kflavour@ Второй вариант: 1)git clone git://git.altlinux.org/people/boyarsh/packages/kernel-modules.git modules 2)git checkout -b template/fglrx/sisyphus origin/template/fglrx/sisyphus 3)git add *.spec 4)cd modules&& km-create-tag-k std-def fglrx 5)git remote add public git.alt:packages/kernel-modules.git (заранее вытянут) 6)git push --all public 7)git push --tags public В этом случае при сборке error: kernel-modules.git tag `sisyphus/kernel-modules-fglrx-std-def-15.201.1151-alt2' is not inherited from /gears/k/kernel-modules-fglrx-std-def.git branch `sisyphus'