Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621740 - The package app-text/texlive-core-2017-r1 should depend on a newer version of media-libs/harfbuzz
Summary: The package app-text/texlive-core-2017-r1 should depend on a newer version of...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-14 14:57 UTC by João Rafael Moraes Nicola
Modified: 2017-06-15 08:11 UTC (History)
2 users (show)

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


Attachments
except from the output of emerge =app-text/texlive-core-2017-r1 (emerge-texlive-core-2017-r1-harfbuzz-1.3.1-output.log,22.81 KB, text/plain)
2017-06-14 14:59 UTC, João Rafael Moraes Nicola
Details

Note You need to log in before you can comment on or make changes to this bug.
Description João Rafael Moraes Nicola 2017-06-14 14:57:32 UTC
The package app-text/texlive-core-2017-r1 requires '>=media-libs/harfbuzz-0.9.20' if the useflag 'xetex' is enabled. However, compiling it with 'media-libs/harfbuzz-1.3.1' lead to errors due to missing symbols in harfbuzz, as shown in the attached emerge output.
By updating to 'media-libs/harfbuzz-1.4.5', the missing symbols problem was resolved and the package could be compiled.

TL;DR:

Change '>=media-libs/harbuzz-0.9.20[icu,graphite]' to '>=media-libs/harfbuzz-1.4.5[icu,graphite]' in the ebuild for 'app-text/texlive-core-2017-r1'



Reproducible: Always

Steps to Reproduce:
1. emerge =media-libs/harfbuzz-1.3.1
2. emerge =app-text/texlive-core-2017-r1

Actual Results:  
several compilation erros, due to missing symbols or missing fields in structures.
Comment 1 João Rafael Moraes Nicola 2017-06-14 14:59:20 UTC
Created attachment 476334 [details]
except from the output of emerge =app-text/texlive-core-2017-r1
Comment 2 Alexis Ballier gentoo-dev 2017-06-15 08:11:11 UTC
commit f3df30cf7e1cd65fb1bde3b1e1ff36fae698cf78 (HEAD -> master, origin/master, origin/HEAD)
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Thu Jun 15 10:10:28 2017 +0200

    app-text/texlive-core: bump harfbuzz dep to latest stable, bug #621740


thx