Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 599280 - app-text/writeperfect fails to build - pub2odg.cxx:30:27: fatal error: libeot/libeot.h: No such file or directory
Summary: app-text/writeperfect fails to build - pub2odg.cxx:30:27: fatal error: libeot...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 590118
  Show dependency tree
 
Reported: 2016-11-09 11:38 UTC by Michael Palimaka (kensington)
Modified: 2016-11-12 23:23 UTC (History)
0 users

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


Attachments
build.log (build.log,25.02 KB, text/plain)
2016-11-09 11:39 UTC, Michael Palimaka (kensington)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2016-11-09 11:38:25 UTC
pub2odg.cxx:30:27: fatal error: libeot/libeot.h: No such file or directory
 #include <libeot/libeot.h>
                           ^
compilation terminated.
Makefile:1020: recipe for target 'pub2odg-pub2odg.o' failed
make[4]: *** [pub2odg-pub2odg.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/var/tmp/portage/app-text/writerperfect-0.9.5/work/writerperfect-0.9.5/src/conv/odf'
Makefile:448: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/var/tmp/portage/app-text/writerperfect-0.9.5/work/writerperfect-0.9.5/src/conv'
Comment 1 Michael Palimaka (kensington) gentoo-dev 2016-11-09 11:39:10 UTC
Created attachment 452790 [details]
build.log
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2016-11-12 23:16:30 UTC
commit 67adb6a84bf16648502a63f83ba2674767849e64
Author: Andreas K. Hüttel <dilfridge@gentoo.org>
Date:   Sun Nov 13 00:15:57 2016 +0100

    media-libs/libeot: New package, needed for app-text/writeperfect
    
    Package-Manager: portage-2.3.2
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2016-11-12 23:23:57 UTC
commit 8591aa47bd05e42208d36ca282877a2b6862e61d
Author: Andreas K. Hüttel <dilfridge@gentoo.org>
Date:   Sun Nov 13 00:21:59 2016 +0100

    app-text/writerperfect: Add missing dependency
    
    Package-Manager: portage-2.3.2



Should be fixed now, please test. 

It's an automagic dep unless gsf useflag is enabled, then libeot absence makes the build fail. libeot is tiny, so adding it unconditionally.