Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705966 - dev-tex/hlatex-1.0.1-r1: cd: too many arguments
Summary: dev-tex/hlatex-1.0.1-r1: cd: too many arguments
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-20 19:02 UTC by Toralf Förster
Modified: 2020-01-22 15:48 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.27 KB, text/plain)
2020-01-20 19:02 UTC, Toralf Förster
Details
dev-tex:hlatex-1.0.1-r1:20200119-232228.log (dev-tex:hlatex-1.0.1-r1:20200119-232228.log,5.47 KB, text/plain)
2020-01-20 19:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,140.86 KB, text/plain)
2020-01-20 19:02 UTC, Toralf Förster
Details
environment (environment,57.15 KB, text/plain)
2020-01-20 19:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.63 KB, application/x-bzip)
2020-01-20 19:02 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-01-20 19:02:26 UTC
  File "/usr/lib/portage/python3.6/doins.py", line 195, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'ChangeLog.ko'
 * ERROR: dev-tex/hlatex-1.0.1-r1::gentoo failed (install phase):
 *   dodoc failed
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-libressl-20200116-214738

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
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) *

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.14.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sun, 19 Jan 2020 23:06:15 +0000

emerge -qpvO dev-tex/hlatex
[ebuild  N    ] dev-tex/hlatex-1.0.1-r1
Comment 1 Toralf Förster gentoo-dev 2020-01-20 19:02:29 UTC
Created attachment 603798 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-01-20 19:02:31 UTC
Created attachment 603800 [details]
dev-tex:hlatex-1.0.1-r1:20200119-232228.log
Comment 3 Toralf Förster gentoo-dev 2020-01-20 19:02:34 UTC
Created attachment 603802 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-01-20 19:02:37 UTC
Created attachment 603804 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-01-20 19:02:39 UTC
Created attachment 603806 [details]
etc.portage.tbz2
Comment 6 Arfrever Frehtes Taifersar Arahesis 2020-01-22 01:24:23 UTC
Commit 8584cd1ab5e554a6401008b09ce369b3b5399195 (https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8584cd1ab5e554a6401008b09ce369b3b5399195) by Zlogene contains this incorrect change:

-	cd "${S}"
+	cd "${S}" die
Comment 7 Larry the Git Cow gentoo-dev 2020-01-22 15:48:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77fb739474bd7281135d2186aff825079a5ecb2e

commit 77fb739474bd7281135d2186aff825079a5ecb2e
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2020-01-22 15:45:20 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2020-01-22 15:48:30 +0000

    dev-tex/hlatex: fix a typo
    
    Closes: https://bugs.gentoo.org/705966
    Package-Manager: Portage-2.3.79, Repoman-2.3.16
    Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>

 dev-tex/hlatex/hlatex-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)