Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 764452

Summary: media-gfx/engauge-10.6 : ./build: /.../bashdb-main.inc: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED FIXED    
Severity: normal CC: ilovekiruna, maintainer-needed
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=655372
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 847244    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
media-gfx:engauge-10.6:20210108-111543.log
Patch to exclude the errornous functions
updated ebuild file

Description Toralf Förster gentoo-dev 2021-01-08 12:55:46 UTC
Project MESSAGE: PDF support:      yes
 [ ok ]
./build: /usr/share/bashdb/bashdb-main.inc: No such file or directory
./build: warning: cannot start debugger; debugging mode disabled
./build: line 3: qcollectiongenerator: command not found
mv: cannot stat 'engauge.qch': No such file or directory

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-20201228-133206

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.9 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems)
  [2]   ruby26 (with Rubygems)
  [3]   ruby27 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.48.0 *
The following VMs are available for generation-2:
1)	OpenJDK 8.272_p10 [openjdk-8]
*)	AdoptOpenJDK 8.272_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-8 
  [2]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Jan  8 11:05:24 AM UTC 2021

emerge -qpvO media-gfx/engauge
[ebuild  N    ] media-gfx/engauge-10.6  USE="pdf -doc -examples -jpeg2k"
Comment 1 Toralf Förster gentoo-dev 2021-01-08 12:55:47 UTC
Created attachment 681895 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-01-08 12:55:49 UTC
Created attachment 681898 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-01-08 12:55:50 UTC
Created attachment 681901 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-01-08 12:55:51 UTC
Created attachment 681904 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2021-01-08 12:55:52 UTC
Created attachment 681907 [details]
media-gfx:engauge-10.6:20210108-111543.log
Comment 6 ilovekiruna 2022-08-27 16:01:25 UTC
Created attachment 801514 [details, diff]
Patch to exclude the errornous functions
Comment 7 ilovekiruna 2022-08-27 16:02:01 UTC
Created attachment 801517 [details]
updated ebuild file
Comment 8 ilovekiruna 2022-08-27 19:39:50 UTC
Alternatively, instead of removing the call to qcollectiongenerator like in my patch, one could also modify qthelp package to expose the executable by placing a link from /usr/lib64/qt5/bin/qcollectiongenerator to /usr/bin/qcollectiongenerator
Comment 9 ilovekiruna 2022-08-27 19:52:29 UTC
(In reply to ilovekiruna from comment #8)
> Alternatively, instead of removing the call to qcollectiongenerator like in
> my patch, one could also modify qthelp package to expose the executable by
> placing a link from /usr/lib64/qt5/bin/qcollectiongenerator to
> /usr/bin/qcollectiongenerator

or add the dependency to qtchooser which exposes the executable in /usr/bin/
Comment 10 Larry the Git Cow gentoo-dev 2022-10-16 14:28:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7418c0a4913d81e601b1fb50cd32e072ea4453

commit 3d7418c0a4913d81e601b1fb50cd32e072ea4453
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2022-10-16 14:26:47 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2022-10-16 14:28:31 +0000

    media-gfx/engauge: Fix src_install by generating engauge.qch in ebuild
    
    Closes: https://bugs.gentoo.org/655372
    Closes: https://bugs.gentoo.org/764452
    Closes: https://bugs.gentoo.org/847244
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/engauge/engauge-12.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)