Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213730 - kde-base/kdepim-kioslaves-3.5.9 doesn't install kio_sieve.so
Summary: kde-base/kdepim-kioslaves-3.5.9 doesn't install kio_sieve.so
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 18:47 UTC by Dirk Heinrichs
Modified: 2008-03-17 21:57 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 Dirk Heinrichs 2008-03-17 18:47:48 UTC
The summay has it all: the sieve kioslave is not installed and there seems to be no use flag to enable/disable it.

Reproducible: Always

Steps to Reproduce:
1. Install kdepim-kioslaves
2.
3.

Actual Results:  
No /usr/kde/3.5/lib/kde3/kio_sieve.so.

Expected Results:  
Installed /usr/kde/3.5/lib/kde3/kio_sieve.so.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-03-17 20:55:55 UTC
emerge -pv kdepim-kioslaves output? emerge --info? 
Comment 2 Dirk Heinrichs 2008-03-17 21:10:09 UTC
# paludis -ip kdepim-kioslaves
Building target list...
Building dependency list...

These packages will be installed:

* kde-base/kdepim-kioslaves :3.5 [R 3.5.9] <target>
    arts -debug -kdeenablefinal -sasl -xinerama elibc: (-FreeBSD)

Total: 1 package (1 rebuild)

# paludis --info
paludis 0.26.0_alpha12
Paludis build information:
    Compiler:
        CXX:                   i686-pc-linux-gnu-g++ 4.2.3 (Gentoo 4.2.3 p1.0)
        CXXFLAGS:              -O2 -march=prescott -pipe -fomit-frame-pointer
        LDFLAGS:
        DATE:                  2008-03-10T18:51:05+0100

    Libraries:
        C++ Library:           GNU libstdc++ 20080201

    Reduced Privs:
        reduced_uid:           101
        reduced_uid->name:     paludisbuild
        reduced_uid->dir:      /var/tmp/paludis
        reduced_gid:           440
        reduced_gid->name:     paludisbuild

    Paths:
        DATADIR:               /usr/share
        LIBDIR:                /usr/lib
        LIBEXECDIR:            /usr/libexec
        SYSCONFDIR:            /etc
        PYTHONINSTALLDIR:
        RUBYINSTALLDIR:

Repository virtuals:
    format:                    virtuals

Repository installed-virtuals:
    format:                    installed_virtuals
    root:                      /

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

    Package information:
        app-admin/eselect-compiler: (none)
        app-shells/bash:       3.2_p33
        dev-java/java-config:  (none)
        dev-lang/python:       2.5.1-r5
        dev-python/pycrypto:   (none)
        dev-util/ccache:       (none)
        dev-util/confcache:    (none)
        sys-apps/baselayout:   1.12.11.1
        sys-apps/sandbox:      1.2.18.1-r2
        sys-devel/autoconf:    2.13 2.61-r1
        sys-devel/automake:    1.10.1 1.5 1.7.9-r1 1.8.5-r3 1.9.6-r2
        sys-devel/binutils:    2.18-r1
        sys-devel/gcc-config:  1.4.0-r4
        sys-devel/libtool:     1.5.26
        virtual/os-headers:    2.6.24 (for sys-kernel/linux-headers::installed)

Repository installed:
    format:                    vdb
    location:                  /var/db/pkg
    builddir:                  /var/tmp/paludis
    names_cache:               /var/db/pkg/.cache/names
    provides_cache:            /var/db/pkg/.cache/provides
    root:                      /
    world:                     /var/db/pkg/world


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).
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2008-03-17 21:25:27 UTC
Try w/ USE=sasl...
Comment 4 Dirk Heinrichs 2008-03-17 21:57:59 UTC
That was obvious, wasn't it? :-)

Thanks a lot.