Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564178 - app-office/mdbtools with gnome need scrollkeeper-preinstall
Summary: app-office/mdbtools with gnome need scrollkeeper-preinstall
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chris Kerr
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-26 12:31 UTC by sargastic
Modified: 2016-11-03 14:37 UTC (History)
3 users (show)

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 sargastic 2015-10-26 12:31:56 UTC
Emerging mdbtools with gnome useflag fails if scrollkeeper-preinstall is missing :

 * ERROR: app-office/mdbtools-0.7.1::gentoo failed (install phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=app-office/mdbtools-0.7.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-office/mdbtools-0.7.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-office/mdbtools-0.7.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-office/mdbtools-0.7.1/temp/environment'.
 * Working directory: '/var/tmp/portage/app-office/mdbtools-0.7.1/work/mdbtools-0.7.1'
 * S: '/var/tmp/portage/app-office/mdbtools-0.7.1/work/mdbtools-0.7.1'
 * QA Notice: command not found:
 * 
 *      /bin/sh: line 3: scrollkeeper-preinstall: command not found

>>> Failed to emerge app-office/mdbtools-0.7.1, Log file:


Reproducible: Always

Steps to Reproduce:
1. Ensure scrollkeeper not installed on the system
2. USE=gnome emerge mdbtools
3. Emerge fails
Actual Results:  
Emerge failed

Expected Results:  
Should install

Adding app-text/scrollkeeper as an DEPEND when gnome useflag is set solves the problem :

        gnome? (
                app-text/scrollkeeper
        )
Comment 1 Pacho Ramos gentoo-dev 2015-10-26 14:16:05 UTC
It should depend on rarian, but, even better, maybe the "gnome-doc" patch from debian could be used to avoid the dependency on this deprecated package:
https://packages.debian.org/sid/mdbtools

(As a side note, metadata.xml of the package needs to list the updated mail of the maintainer)
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2015-10-27 07:57:30 UTC
Author: Ian Delaney <idella4@gentoo.org>
Date:   Tue Oct 27 15:56:48 2015 +0800

    app-office/mdbtools: metadata.xml: updated user's email address
    
    Noted by pacho in the gentoo bug
    
    Gentoo bug: #564178
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2015-10-27 08:02:58 UTC
What is scrollkeeper-preinstall? It's certainly not a package in portage, and 

        gnome? (
                app-text/scrollkeeper

illustrates scrollkeeper itself is already a listed dep of mdbtools