Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 872839 - dev-ros/python_qt_binding: sip_configure.py", line 96, in <module> config = Configuration(): FileNotFoundError: [Errno 2] No such file or directory: qmake (was: dev-ros/rviz-1.14.19 ...)
Summary: dev-ros/python_qt_binding: sip_configure.py", line 96, in <module> config = C...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords: UPSTREAM
: 838421 (view as bug list)
Depends on:
Blocks: qtbindir
  Show dependency tree
 
Reported: 2022-09-25 17:21 UTC by Toralf Förster
Modified: 2022-12-24 16:51 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.96 KB, text/plain)
2022-09-25 17:21 UTC, Toralf Förster
Details
dev-ros:rviz-1.14.19:20220925-161822.log.bz2 (dev-ros:rviz-1.14.19:20220925-161822.log.bz2,14.56 KB, application/x-bzip)
2022-09-25 17:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,212.48 KB, text/plain)
2022-09-25 17:21 UTC, Toralf Förster
Details
environment (environment,140.07 KB, text/plain)
2022-09-25 17:21 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,44.20 KB, application/x-bzip)
2022-09-25 17:21 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,6.13 KB, application/x-bzip)
2022-09-25 17:21 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,45.97 KB, application/x-bzip)
2022-09-25 17:21 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 2022-09-25 17:21:31 UTC
  File "/usr/lib/python3.10/subprocess.py", line 969, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.10/subprocess.py", line 1845, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'qmake'
AutoMoc: Reading dependencies from "SRC:_build/src/rviz/default_plugin/rviz_default_plugin_autogen/EWIEGA46WW/moc_marker_display.cpp.d"
AutoMoc: Generating "SRC:_build/src/rviz/default_plugin/rviz_default_plugin_autogen/EWIEGA46WW/moc_relative_humidity_display.cpp", because it doesn't exist, from "SRC:/src/rviz/default_plugin/relative_humidity_display.h"

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j4-20220924-020003

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.1
Python 3.10.7
Available Ruby profiles:
  [1]   ruby31 *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.16.0 [icedtea-bin-8]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php8.1 *
GNU Make 4.3

  HEAD of ::gentoo
commit c1249a88ca5b173cac53e6a7247683316ddb3969
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Sep 25 15:17:39 2022 +0000

    2022-09-25 15:17:39 UTC

emerge -qpvO dev-ros/rviz
[ebuild  N    ] dev-ros/rviz-1.14.19  USE="-test" PYTHON_SINGLE_TARGET="python3_10 -python3_8 -python3_9" ROS_MESSAGES="cxx python (-eus) -lisp -nodejs"
Comment 1 Toralf Förster gentoo-dev 2022-09-25 17:21:32 UTC
Created attachment 814153 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-25 17:21:33 UTC
Created attachment 814156 [details]
dev-ros:rviz-1.14.19:20220925-161822.log.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-25 17:21:35 UTC
Created attachment 814159 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-25 17:21:36 UTC
Created attachment 814162 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-25 17:21:38 UTC
Created attachment 814165 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-25 17:21:39 UTC
Created attachment 814168 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-25 17:21:40 UTC
Created attachment 814171 [details]
temp.tar.bz2
Comment 8 Andreas Sturmlechner gentoo-dev 2022-10-16 15:19:03 UTC
In sip_configure.py:

>         qmake_exe = 'qmake-qt5' if find_executable('qmake-qt5') else 'qmake'
>         qtconfig = subprocess.check_output(
>             [qmake_exe, '-query'], env=env, universal_newlines=True)

Package needs qmake-utils.eclass to inject $(qt5_bin_dir) or patch to amend search for qmake5 in PATH.
Comment 9 Andreas Sturmlechner gentoo-dev 2022-10-16 15:20:03 UTC
*** Bug 838421 has been marked as a duplicate of this bug. ***
Comment 10 Andreas Sturmlechner gentoo-dev 2022-12-24 16:51:52 UTC
Looks like another solution was found.