Bug #456

cl-assemble проблема с emerge -1 git при сборке из stage

Added by Михаил Гагауз over 11 years ago. Updated over 11 years ago.

Status:Closed Start:08/01/2012
Priority:Normal Due date:
Assignee:Mikhail Hiretsky % Done:

0%

Category:Calculate Utilities Spent time: -
Target version:-
Votes: 0

Description

 * Получение портежей ...                                                                                                               [ ok ]
 * Установка portage ...                                                                                                                [ ok ]
 * Установка dev-vcs/git ...                                                                                                            [ !! ]
 * Ошибка при выполнении команды:
 *     linux32 chroot /mnt/calculate-desktop-CLS-x86 /bin/bash -c "USE='-perl -curl' emerge -1 git" 

в chroot-е:
# USE='-perl -curl' emerge -1 git

 * IMPORTANT: 3 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Calculating dependencies -

!!! Problem resolving dependencies for dev-vcs/git                                                                                          ... done!

!!! The ebuild selected to satisfy "git" has unmet requirements.
- dev-vcs/git-1.7.8.6::gentoo USE="blksha1 iconv python threads webdav -cgi -curl -cvs -doc -emacs -gtk -perl (-ppcsha1) -subversion -tk -xinetd" 

  The following REQUIRED_USE flag constraints are unsatisfied:
    webdav? ( curl )

  The above constraints are a subset of the following complete expression:
    cgi? ( perl ) cvs? ( perl ) subversion? ( perl ) webdav? ( curl )

в /usr/lib/calculate-2.2/calculate-assemble/pym/cl_assemble.py
заменил
self.runChroot("USE='-perl -curl' emerge -1 git")
на
self.runChroot("USE='-webdav -perl -curl' emerge -1 git")

History

Updated by Mikhail Hiretsky over 11 years ago

  • Status changed from New to Resolved

Исправления будут в calculate-assemble-2.2.29-r3.

Updated by Alexander Tratsevskiy over 11 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF

Thank you!