Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509476 - dev-qt/qt-mobility-1.2.2_p20130703 USE=doc - src_compile(): make: /usr/bin/qdoc3: Command not found
Summary: dev-qt/qt-mobility-1.2.2_p20130703 USE=doc - src_compile(): make: /usr/bin/qd...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-03 15:06 UTC by Alex Brandt (RETIRED)
Modified: 2014-05-23 13:05 UTC (History)
0 users

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


Attachments
environment (environment,83.59 KB, text/plain)
2014-05-03 15:06 UTC, Alex Brandt (RETIRED)
Details
build.log (build.log,344.44 KB, text/plain)
2014-05-03 15:07 UTC, Alex Brandt (RETIRED)
Details
emerge -pqv '=dev-qt/qt-mobility-1.2.2_p20130703::gentoo' (file_509476.txt,275 bytes, text/plain)
2014-05-03 15:07 UTC, Alex Brandt (RETIRED)
Details
emerge --info '=dev-qt/qt-mobility-1.2.2_p20130703::gentoo' (file_509476.txt,5.57 KB, text/plain)
2014-05-03 15:08 UTC, Alex Brandt (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Brandt (RETIRED) gentoo-dev 2014-05-03 15:06:18 UTC
When building qt-mobility with the doc use flag it appears a dependency on dev-qt/qthelp is missing.  The short error (show below) shows the /usr/bin/qdoc3 command being required to make the docs target.

make -j5 docs 
/usr/bin/qdoc3 /var/tmp/portage/dev-qt/qt-mobility-1.2.2_p20130703/work/qt-mobility-1.2.2_p20130703/doc/config/qtmobility.qdocconf 
make: /usr/bin/qdoc3: Command not found
Makefile:217: recipe for target 'qch_docs' failed
make: *** [qch_docs] Error 127



Reproducible: Always

Steps to Reproduce:
1. USE=doc emerge \=dev-qt/qt-mobility-1.2.2_p20130703
2. build failure on docs target
3.
Actual Results:  
Build failure due to missing command.

Expected Results:  
Successful build.

Again, just seems like a missing dependency when doc is set on dev-qt/qthelp.
Comment 1 Alex Brandt (RETIRED) gentoo-dev 2014-05-03 15:06:56 UTC
Created attachment 376294 [details]
environment
Comment 2 Alex Brandt (RETIRED) gentoo-dev 2014-05-03 15:07:17 UTC
Created attachment 376296 [details]
build.log
Comment 3 Alex Brandt (RETIRED) gentoo-dev 2014-05-03 15:07:46 UTC
Created attachment 376298 [details]
emerge -pqv '=dev-qt/qt-mobility-1.2.2_p20130703::gentoo'
Comment 4 Alex Brandt (RETIRED) gentoo-dev 2014-05-03 15:08:11 UTC
Created attachment 376300 [details]
emerge --info '=dev-qt/qt-mobility-1.2.2_p20130703::gentoo'
Comment 5 Alex Brandt (RETIRED) gentoo-dev 2014-05-13 01:47:05 UTC
Installing qthelp does let the build for qt-mobility finish with the doc USE flag.
Comment 6 Davide Pesavento (RETIRED) gentoo-dev 2014-05-23 13:05:15 UTC
Fixed, thanks for reporting.