Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 549880 - net-analyzer/wireshark-1.12.5 - /bin/sh: rcc: command not found
Summary: net-analyzer/wireshark-1.12.5 - /bin/sh: rcc: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-19 08:36 UTC by coyote
Modified: 2015-06-18 11:54 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description coyote 2015-05-19 08:36:14 UTC
Reproducible: Always

Steps to Reproduce:
1. Try to up wireshark-1.12.4 to wireshark-1.12.5

Actual Results:  
compile breaked with diagnostic:

/usr/lib/qt4/bin/moc -I.. -I../.. -o time_shift_dialog.moc.cpp time_shift_dialog.h
/usr/lib/qt4/bin/moc -I.. -I../.. -o uat_dialog.moc.cpp uat_dialog.h
/usr/lib/qt4/bin/moc -I.. -I../.. -o wireshark_application.moc.cpp wireshark_application.h
/bin/mkdir -p ../../image
rcc -name `basename ../../image/about.qrc .qrc` -o ../../image/about.rcc.cpp ../../image/about.qrc
/bin/mkdir -p ../../image
rcc -name `basename ../../image/display_filter.qrc .qrc` -o ../../image/display_filter.rcc.cpp ../../image/display_filter.qrc
/bin/sh: rcc: command not found
/bin/sh: rcc: command not found
Makefile:1696: recipe for target '../../image/about.rcc.cpp' failed
make[2]: *** [../../image/about.rcc.cpp] Error 127
make[2]: *** Waiting for unfinished jobs....
Makefile:1696: recipe for target '../../image/display_filter.rcc.cpp' failed
make[2]: *** [../../image/display_filter.rcc.cpp] Error 127
make[2]: Leaving directory '/var/calculate/tmp/portage/net-analyzer/wireshark-1.12.5/work/wireshark-1.12.5/ui/qt'
Makefile:3976: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/calculate/tmp/portage/net-analyzer/wireshark-1.12.5/work/wireshark-1.12.5'
Makefile:2112: recipe for target 'all' failed
make: *** [all] Error 2


Expected Results:  
Must be maked and installed
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-05-29 05:09:58 UTC
1) Please attach the entire build log to this bug report.
2) Please post your `emerge --info' output in a comment.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2015-06-18 05:21:02 UTC
I'm near certain that this has been fixed in 1.12.5 and up.
Comment 3 coyote 2015-06-18 11:54:28 UTC
ok! thank you!