Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714830 - media-fonts/ibm-plex-4.0.2 : /.../environment:line <snip>: pushd: $\n\t\t/.../ttf: No such file or directory
Summary: media-fonts/ibm-plex-4.0.2 : /.../environment:line <snip>: pushd: $\n\t\t/......
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-26 09:14 UTC by Toralf Förster
Modified: 2020-04-17 13:58 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.64 KB, text/plain)
2020-03-26 09:14 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,165.85 KB, text/plain)
2020-03-26 09:15 UTC, Toralf Förster
Details
environment (environment,25.13 KB, text/plain)
2020-03-26 09:15 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.23 KB, application/x-bzip)
2020-03-26 09:15 UTC, Toralf Förster
Details
media-fonts:ibm-plex-4.0.2:20200326-084945.log (media-fonts:ibm-plex-4.0.2:20200326-084945.log,3.67 KB, text/plain)
2020-03-26 09:15 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,8.38 KB, application/x-bzip)
2020-03-26 09:15 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-03-26 09:14:55 UTC
 * ERROR: media-fonts/ibm-plex-4.0.2::gentoo failed (install phase):
 *   pushd 
 * 		/var/tmp/portage/media-fonts/ibm-plex-4.0.2/work/plex-4.0.2/IBM-Plex-Mono/fonts/complete/ttf

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-libressl-20200322-195413

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *
The Glorious Glasgow Haskell Compilation System, version 8.0.2

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu 26 Mar 2020 07:38:53 AM UTC
/var/db/repos/libressl	Thu 19 Mar 2020 04:37:24 PM UTC

emerge -qpvO media-fonts/ibm-plex
[ebuild  N    ] media-fonts/ibm-plex-4.0.2  USE="ttf -X -otf"
Comment 1 Toralf Förster gentoo-dev 2020-03-26 09:14:58 UTC
Created attachment 626076 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-26 09:15:01 UTC
Created attachment 626078 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-26 09:15:04 UTC
Created attachment 626080 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-26 09:15:06 UTC
Created attachment 626082 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-26 09:15:09 UTC
Created attachment 626084 [details]
media-fonts:ibm-plex-4.0.2:20200326-084945.log
Comment 6 Toralf Förster gentoo-dev 2020-03-26 09:15:12 UTC
Created attachment 626086 [details]
temp.tbz2
Comment 7 Brian Evans (RETIRED) gentoo-dev 2020-04-17 13:30:45 UTC
This will fix it:

diff --git a/media-fonts/ibm-plex/ibm-plex-4.0.2.ebuild b/media-fonts/ibm-plex/ibm-plex-4.0.2.ebuild
index 86983b1f16c..f901e402b45 100644
--- a/media-fonts/ibm-plex/ibm-plex-4.0.2.ebuild
+++ b/media-fonts/ibm-plex/ibm-plex-4.0.2.ebuild
@@ -28,29 +28,29 @@ if use otf; then
 
 	FONT_SUFFIX+="otf"
 
-	FONT_S="
-		"${S}"/IBM-Plex-Mono/fonts/complete/otf
-		"${S}"/IBM-Plex-Sans-Condensed/fonts/complete/otf
-		"${S}"/IBM-Plex-Sans-Devanagari/fonts/complete/otf
-		"${S}"/IBM-Plex-Sans-Hebrew/fonts/complete/otf
-		"${S}"/IBM-Plex-Sans/fonts/complete/otf
-		"${S}"/IBM-Plex-Serif/fonts/complete/otf
-		"${S}"/IBM-Plex-Sans-Thai-Looped/fonts/complete/otf"
+	FONT_S=(
+		IBM-Plex-Mono/fonts/complete/otf
+		IBM-Plex-Sans-Condensed/fonts/complete/otf
+		IBM-Plex-Sans-Devanagari/fonts/complete/otf
+		IBM-Plex-Sans-Hebrew/fonts/complete/otf
+		IBM-Plex-Sans/fonts/complete/otf
+		IBM-Plex-Serif/fonts/complete/otf
+		IBM-Plex-Sans-Thai-Looped/fonts/complete/otf )
 fi
 
 if use ttf; then
 
 	FONT_SUFFIX+="ttf"
 
-	FONT_S="
-		"${S}"/IBM-Plex-Mono/fonts/complete/ttf
-		"${S}"/IBM-Plex-Sans-Condensed/fonts/complete/ttf
-		"${S}"/IBM-Plex-Sans-Devanagari/fonts/complete/ttf
-		"${S}"/IBM-Plex-Sans-Hebrew/fonts/complete/ttf
-		"${S}"/IBM-Plex-Sans/fonts/complete/ttf
-		"${S}"/IBM-Plex-Serif/fonts/complete/ttf
-		"${S}"/IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf
-		"${S}"/IBM-Plex-Sans-Variable/fonts/complete/ttf"
+	FONT_S=(
+		IBM-Plex-Mono/fonts/complete/ttf
+		IBM-Plex-Sans-Condensed/fonts/complete/ttf
+		IBM-Plex-Sans-Devanagari/fonts/complete/ttf
+		IBM-Plex-Sans-Hebrew/fonts/complete/ttf
+		IBM-Plex-Sans/fonts/complete/ttf
+		IBM-Plex-Serif/fonts/complete/ttf
+		IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf
+		IBM-Plex-Sans-Variable/fonts/complete/ttf )
 fi
 
 font_src_install
Comment 8 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2020-04-17 13:58:41 UTC
Thanks Brian!

Applied.