Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292554 - python-updater-0.7.ebuild It is not had paludis
Summary: python-updater-0.7.ebuild It is not had paludis
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL: http://paste.org.ru/?dmflgx
Whiteboard:
Keywords:
: 292555 292557 292568 292642 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-09 18:00 UTC by Max
Modified: 2009-12-26 18:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max 2009-11-09 18:00:55 UTC
There should be a dependence either from portage or from paludis and in ebuild is registered only portage. It would would be desirable that have corrected as I use paludis

Reproducible: Always




GentooNeutron neutron # cat /var/paludis/repositories/gentoo/app-admin/python-updater/python-updater-0.7.ebuild
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.7.ebuild,v 1.8 2009/10/17 19:22:40 arfrever Exp $

DESCRIPTION="Script used to remerge python packages when changing Python version."
HOMEPAGE="http://www.gentoo.org/proj/en/Python"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""

DEPEND=""
RDEPEND="!<dev-lang/python-2.3.6-r2
        >=sys-apps/portage-2.1.2"

src_install()
{
        dosbin ${PN} || die "dosbin failed"
        doman ${PN}.1 || die "doman failed"
        dodoc AUTHORS ChangeLog || die "dodoc failed"
entooNeutron neutron # paludis --info                                                                                                                                 
paludis 0.42.2                                                                                                                                                         
Paludis build information:                                                                                                                                             
    Compiler:                                                                                                                                                          
        CXX:                   i686-pc-linux-gnu-g++ 4.3.4                                                                                                             
        CXXFLAGS:               -O3 -march=pentium4 -pipe -fomit-frame-pointer                                                                                         
        LDFLAGS:               -Wl,-O1                                                                                                                                 
        DATE:                  2009-11-08T00:00:51+0500                                                                                                                

    Libraries:
        C++ Library:           GNU libstdc++ 20090804

    Paths:
        DATADIR:               /usr/share
        LIBDIR:                /usr/lib  
        LIBEXECDIR:            /usr/libexec
        SYSCONFDIR:            /etc        
        PYTHONINSTALLDIR:                  
        RUBYINSTALLDIR:        /usr/lib/ruby/site_ruby/1.8/i686-linux

System:
    Linux GentooNeutron 2.6.30-gentoo-r8 #3 SMP Fri Oct 30 23:34:05 YEKT 2009 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux

Reduced Privs:
    reduced_uid:               107
    reduced_uid->name:         paludisbuild
    reduced_uid->dir:          /var/tmp/paludis
    reduced_gid:               1009            
    reduced_gid->name:         paludisbuild    

Environment:
    Format:                    paludis
    Config dir:                /etc/paludis
    World file:                /var/paludis/world

Repository layman:
    format:                    unavailable
    location:                  /var/paludis/repositories/layman
    sync:                      tar+http://git.exherbo.org/layman_repositories.tar.bz2
    sync_options:                                                                    

Repository installed-virtuals:
    format:                    installed_virtuals
    root:                      /                 

Repository virtuals:
    format:                    virtuals

Repository gentoo:
    format:                    ebuild
    location:                  /var/paludis/repositories/gentoo
    append_repository_name_to_write_cache: true                
    binary_destination:        false                           
    binary_keywords:                                           
    binary_uri_prefix:                                         
    builddir:                  /var/tmp/paludis                
    cache:                     /var/paludis/repositories/gentoo/metadata/cache
    distdir:                   /var/paludis/distfiles                         
    eapi_when_unknown:         0                                              
    eapi_when_unspecified:     0                                              
    eclassdirs:                /var/paludis/repositories/gentoo/eclass        
    ignore_deprecated_profiles: false                                         
    layout:                    traditional                                    
    names_cache:               /var/cache/paludis/names                       
    newsdir:                   /var/paludis/repositories/gentoo/metadata/news 
    profile_eapi_when_unspecified: 0                                          
    profiles:                  /var/paludis/repositories/gentoo/profiles/default/linux/x86/10.0/desktop
    securitydir:               /var/paludis/repositories/gentoo/metadata/glsa                          
    setsdir:                   /var/paludis/repositories/gentoo/sets                                   
    sync:                      rsync://rsync.gentoo.org/gentoo-portage                                 
    sync_options:                                                                                      
    use_manifest:              use                                                                     
    write_cache:               /var/paludis/repositories/gentoo/metadata/cache                         

    Package information:
        app-admin/eselect-compiler: (none)
        app-shells/bash:       4.0_p28    
        dev-java/java-config:  2.1.9-r1   
        dev-lang/python:       2.6.2-r1   
        dev-python/pycrypto:   (none)     
        dev-util/ccache:       (none)     
        dev-util/cmake:        2.6.4-r3   
        dev-util/confcache:    (none)     
        sys-apps/baselayout:   1.12.13    
        sys-apps/openrc:       (none)     
        sys-apps/sandbox:      1.6-r2     
        sys-devel/autoconf:    2.13 2.63-r1
        sys-devel/automake:    1.10.2 1.7.9-r1 1.8.5-r3 1.9.6-r2
        sys-devel/binutils:    2.18-r3                          
        sys-devel/gcc-config:  1.4.1                            
        sys-devel/libtool:     2.2.6a                           
        virtual/os-headers:    2.6.27-r2 (for sys-kernel/linux-headers::installed)

Repository installed:
    format:                    vdb
    location:                  /var/paludis/repositories/installed
    builddir:                  /var/tmp/paludis                   
    eapi_when_unknown:         0                                  
    names_cache:               /var/cache/paludis/names           
    provides_cache:            /var/cache/paludis/provides        
    root:                      /                                  

Repository java-overlay:
    format:                    ebuild
    location:                  /var/paludis/repositories/java-overlay
    append_repository_name_to_write_cache: true                      
    binary_destination:        false                                 
    binary_keywords:                                                 
    binary_uri_prefix:                                               
    builddir:                  /var/tmp/paludis                      
    cache:                     /var/empty                            
    distdir:                   /var/paludis/distfiles                
    eapi_when_unknown:         0                                     
    eapi_when_unspecified:     0                                     
    eclassdirs:                /var/paludis/repositories/gentoo/eclass /var/paludis/repositories/java-overlay/eclass
    ignore_deprecated_profiles: false                                                                               
    layout:                    traditional
    master_repository:         gentoo
    names_cache:               /var/cache/paludis/names
    newsdir:                   /var/paludis/repositories/java-overlay/metadata/news
    profile_eapi_when_unspecified: 0
    profiles:                  /var/paludis/repositories/gentoo/profiles/default/linux/x86/10.0/desktop
    securitydir:               /var/paludis/repositories/java-overlay/metadata/glsa
    setsdir:                   /var/paludis/repositories/java-overlay/sets
    sync:                      svn://overlays.gentoo.org/proj/java/java-overlay/
    sync_options:
    use_manifest:              use
    write_cache:               /var/cache/paludis/metadata

No packages were specified on the command line, so detailed information is not
available (Paludis can display detailed information for both installed and
installable packages).

So if you're reporting a bug in cat/pkg, use 'paludis --info cat/pkg' instead.
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2009-11-09 19:52:30 UTC
*** Bug 292555 has been marked as a duplicate of this bug. ***
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2009-11-09 19:52:49 UTC
*** Bug 292557 has been marked as a duplicate of this bug. ***
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2009-11-09 19:53:28 UTC
*** Bug 292568 has been marked as a duplicate of this bug. ***
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2009-11-09 21:41:22 UTC
GentooNeutron neutron # paludis --info                                                                                                                                 
paludis 0.42.2                                                                                                                                                         
Paludis build information:                                                                                                                                             
    Compiler:                                                                                                                                                          
        CXX:                   i686-pc-linux-gnu-g++ 4.3.4                                                                                                             
        CXXFLAGS:               -O3 -march=pentium4 -pipe -fomit-frame-pointer                                                                                         
        LDFLAGS:               -Wl,-O1                                                                                                                                 
        DATE:                  2009-11-08T00:00:51+0500                                                                                                                

    Libraries:
        C++ Library:           GNU libstdc++ 20090804

    Paths:
        DATADIR:               /usr/share
        LIBDIR:                /usr/lib  
        LIBEXECDIR:            /usr/libexec
        SYSCONFDIR:            /etc        
        PYTHONINSTALLDIR:                  
        RUBYINSTALLDIR:        /usr/lib/ruby/site_ruby/1.8/i686-linux

System:
    Linux GentooNeutron 2.6.30-gentoo-r8 #3 SMP Fri Oct 30 23:34:05 YEKT 2009 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux

Reduced Privs:
    reduced_uid:               107
    reduced_uid->name:         paludisbuild
    reduced_uid->dir:          /var/tmp/paludis
    reduced_gid:               1009            
    reduced_gid->name:         paludisbuild    

Environment:
    Format:                    paludis
    Config dir:                /etc/paludis
    World file:                /var/paludis/world

Repository layman:
    format:                    unavailable
    location:                  /var/paludis/repositories/layman
    sync:                      tar+http://git.exherbo.org/layman_repositories.tar.bz2
    sync_options:                                                                    

Repository installed-virtuals:
    format:                    installed_virtuals
    root:                      /                 

Repository virtuals:
    format:                    virtuals

Repository gentoo:
    format:                    ebuild
    location:                  /var/paludis/repositories/gentoo
    append_repository_name_to_write_cache: true                
    binary_destination:        false                           
    binary_keywords:                                           
    binary_uri_prefix:                                         
    builddir:                  /var/tmp/paludis                
    cache:                     /var/paludis/repositories/gentoo/metadata/cache
    distdir:                   /var/paludis/distfiles                         
    eapi_when_unknown:         0                                              
    eapi_when_unspecified:     0                                              
    eclassdirs:                /var/paludis/repositories/gentoo/eclass        
    ignore_deprecated_profiles: false                                         
    layout:                    traditional                                    
    names_cache:               /var/cache/paludis/names                       
    newsdir:                   /var/paludis/repositories/gentoo/metadata/news 
    profile_eapi_when_unspecified: 0                                          
    profiles:                  /var/paludis/repositories/gentoo/profiles/default/linux/x86/10.0/desktop
    securitydir:               /var/paludis/repositories/gentoo/metadata/glsa                          
    setsdir:                   /var/paludis/repositories/gentoo/sets                                   
    sync:                      rsync://rsync.gentoo.org/gentoo-portage                                 
    sync_options:                                                                                      
    use_manifest:              use                                                                     
    write_cache:               /var/paludis/repositories/gentoo/metadata/cache                         

    Package information:
        app-admin/eselect-compiler: (none)
        app-shells/bash:       4.0_p28    
        dev-java/java-config:  2.1.9-r1   
        dev-lang/python:       2.6.2-r1   
        dev-python/pycrypto:   (none)     
        dev-util/ccache:       (none)     
        dev-util/cmake:        2.6.4-r3   
        dev-util/confcache:    (none)     
        sys-apps/baselayout:   1.12.13    
        sys-apps/openrc:       (none)
        sys-apps/sandbox:      1.6-r2
        sys-devel/autoconf:    2.13 2.63-r1
        sys-devel/automake:    1.10.2 1.7.9-r1 1.8.5-r3 1.9.6-r2
        sys-devel/binutils:    2.18-r3
        sys-devel/gcc-config:  1.4.1
        sys-devel/libtool:     2.2.6a
        virtual/os-headers:    2.6.27-r2 (for sys-kernel/linux-headers::installed)

Repository installed:
    format:                    vdb
    location:                  /var/paludis/repositories/installed
    builddir:                  /var/tmp/paludis
    eapi_when_unknown:         0
    names_cache:               /var/cache/paludis/names
    provides_cache:            /var/cache/paludis/provides
    root:                      /

Repository java-overlay:
    format:                    ebuild
    location:                  /var/paludis/repositories/java-overlay
    append_repository_name_to_write_cache: true
    binary_destination:        false
    binary_keywords:
    binary_uri_prefix:
    builddir:                  /var/tmp/paludis
    cache:                     /var/empty
    distdir:                   /var/paludis/distfiles
    eapi_when_unknown:         0
    eapi_when_unspecified:     0
    eclassdirs:                /var/paludis/repositories/gentoo/eclass /var/paludis/repositories/java-overlay/eclass
    ignore_deprecated_profiles: false
    layout:                    traditional
    master_repository:         gentoo
    names_cache:               /var/cache/paludis/names
    newsdir:                   /var/paludis/repositories/java-overlay/metadata/news
    profile_eapi_when_unspecified: 0
    profiles:                  /var/paludis/repositories/gentoo/profiles/default/linux/x86/10.0/desktop
    securitydir:               /var/paludis/repositories/java-overlay/metadata/glsa
    setsdir:                   /var/paludis/repositories/java-overlay/sets
    sync:                      svn://overlays.gentoo.org/proj/java/java-overlay/
    sync_options:
    use_manifest:              use
    write_cache:               /var/cache/paludis/metadata

No packages were specified on the command line, so detailed information is not
available (Paludis can display detailed information for both installed and
installable packages).

So if you're reporting a bug in cat/pkg, use 'paludis --info cat/pkg' instead.
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2009-11-09 21:41:52 UTC
Do not use pastbins for bugreports!
Thanks!
Comment 6 Zac Medico gentoo-dev 2009-11-10 03:20:39 UTC
portage-2.1.2 is pretty ancient, so it's probably safe to remove that dependency.
Comment 7 Justin Lecher (RETIRED) gentoo-dev 2009-11-10 07:25:05 UTC
*** Bug 292642 has been marked as a duplicate of this bug. ***
Comment 8 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-12-26 18:22:56 UTC
python-updater-0.7 unconditionally calls portageq.
It might be fixed in future versions.