Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 690736

Summary: repoman should support checking and commiting into profiles/ directory
Product: Portage Development Reporter: Sergei Trofimovich (RETIRED) <slyfox>
Component: RepomanAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sergei Trofimovich (RETIRED) gentoo-dev 2019-07-25 21:33:40 UTC
bug #690734 is an example where repoman could have detected profile syntax problem. Example problematic profile:
  $ cat profiles/arch/ia64/make.defaults
    RUBY_TARGETS="ruby24 -ruby25"
  $ emerge -pv lv  
    Invalid '-' operator in non-incremental variable 'RUBY_TARGETS': '-ruby25'
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2019-07-26 09:32:08 UTC
(In reply to Sergei Trofimovich from comment #0)
> bug #690734 is an example where repoman could have detected profile syntax
> problem. Example problematic profile:
>   $ cat profiles/arch/ia64/make.defaults
>     RUBY_TARGETS="ruby24 -ruby25"
>   $ emerge -pv lv  
>     Invalid '-' operator in non-incremental variable 'RUBY_TARGETS':
> '-ruby25'

As discovered in bug #690734 the example itself is invalid.
Comment 2 Arfrever Frehtes Taifersar Arahesis 2019-07-27 01:40:46 UTC

*** This bug has been marked as a duplicate of bug 390651 ***