Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836689 - net-misc/seafile-client-8.0.6 calls commands that do not exist: qmake
Summary: net-misc/seafile-client-8.0.6 calls commands that do not exist: qmake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Quentin Retornaz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qtbindir
  Show dependency tree
 
Reported: 2022-04-03 10:10 UTC by Agostino Sarubbo
Modified: 2022-04-03 10:45 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,784.89 KB, text/plain)
2022-04-03 10:10 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-04-03 10:10:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/seafile-client-8.0.6 calls commands that do not exist.
Discovered on: amd64 (internal ref: ci)

NOTE:
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-03 10:10:51 UTC
Created attachment 768570 [details]
build.log

build log and emerge --info
Comment 2 Ionen Wolkens gentoo-dev 2022-04-03 10:30:06 UTC
It uses qmake --version to set QT_VERSION_MAJOR and then doesn't use qmake further. All the tests check if == 6, and then fallback to 5 (incl on failure) -- so being missing doesn't cause issues at the moment (may(?) become qt6-automagic when qt6 is in-tree).

The qt patch tries to prevent that but seems it needed to be updated rather than just rebased.

Blocking #544108 loosely, given it rather needs to not call qmake at all.
Comment 3 Larry the Git Cow gentoo-dev 2022-04-03 10:45:15 UTC
The bug has been closed via the following commit(s):

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

commit a72cbbc68e0655cadf6eed1e77363b10a663478a
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2022-04-03 10:43:49 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2022-04-03 10:44:45 +0000

    net-misc/seafile-client: Don't call qmake during build
    
    Fixes call to command that does not exist.
    
    Does not change build process or installed files.
    
    Closes: https://bugs.gentoo.org/836689
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 .../files/seafile-client-8.0.6-select-qt5.patch               | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)