Bug 429809
| Summary: | Review Request: mumble - low-latency, high quality voice chat software | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marc Wiriadisastra <marc> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | cassmodiah, d.bz-redhat, fedora-package-review, kwizart, ma, michel, notting, slicer |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-01-19 12:52:40 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 201449 | ||
|
Description
Marc Wiriadisastra
2008-01-23 06:50:28 UTC
Never seen GLIBC_PRIVATE before -- weird. I might take a look at it, but not now -- wrestling with LLVM. I've had the same problem with "Error: Missing Dependency: libc.so.6(GLIBC_PRIVATE) is needed by package mumble" when doing my package, but it worked fine when forcing it to install so I also did and do not have any clue about what that is. Anyway, thanks for your efforts and sorry for not being able to continue to package it. Hm does it happen with F9 also?? I see mumble includes a copy of speex source that it builds. Why do they do this instead of linking against speex, which already is packaged? I'd ask upstream about it. Resource problems in the build as well, x86_64 development: cd src/mumble/ && /usr/lib64/qt4/bin/qmake-qt4 mumble.pro -unix -o Makefile RCC: Error in 'mumble.qrc': Cannot find file 'mumble_en.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_es.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_fr.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_de.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_tr.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_ru.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_ja.qm' RCC: Error in 'mumble.qrc': Cannot find file 'qt_de.qm' RCC: Error in 'mumble.qrc': Cannot find file 'qt_es.qm' RCC: Error in 'mumble.qrc': Cannot find file 'qt_fr.qm' RCC: Error in 'mumble.qrc': Cannot find file 'qt_ru.qm' RCC: Error in 'mumble.qrc': Cannot find file 'qt_ja_jp.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_en.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_es.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_fr.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_de.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_tr.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_ru.qm' RCC: Error in 'mumble.qrc': Cannot find file 'mumble_ja.qm' RCC: Error in 'mumble.qrc': Cannot find file 'qt_de.qm' RCC: Error in 'mumble.qrc': Cannot find file 'qt_es.qm' RCC: Error in 'mumble.qrc': Cannot find file 'qt_fr.qm' RCC: Error in 'mumble.qrc': Cannot find file 'qt_ru.qm' RCC: Error in 'mumble.qrc': Cannot find file 'qt_ja_jp.qm' cd src/mumble/ && make -f Makefile make[1]: Entering directory `/builddir/build/BUILD/mumble-1.1.2/src/mumble' make -f Makefile.Release make[2]: Entering directory `/builddir/build/BUILD/mumble-1.1.2/src/mumble' lrelease mumble.pro make[2]: execvp: lrelease: Permission denied make[2]: *** [mumble_en.qm] Error 127 make[2]: Leaving directory `/builddir/build/BUILD/mumble-1.1.2/src/mumble' make[1]: *** [release] Error 2 make[1]: Leaving directory `/builddir/build/BUILD/mumble-1.1.2/src/mumble' make: *** [sub-src-mumble-make_default] Error 2 Speex is bundled because Mumble needs a newer version of speex than what is packaged. The resource "problem" is due to files that are copied in the Makefile, the actual problem is your "permission denied" for lrelease. See http://sourceforge.net/tracker/index.php?func=detail&aid=1796184&group_id=147372&atid=768008, also, I do not know if it applies now though. Anything happening with this package? Probably not Jason I'm to busy with work. I'll probably have to withdraw myself from this review request. I would say that using a private copy of speex is definitely a no go for fedora. If a newer version is needed, please ask it's maintainer to upgrade it. I guess I'll go ahead and close this; feel free to reopen it if you have more time and wish to continue. reopened I think i'll have enough time to continue, but I need a little bit of help, because I'm still a packaging-padawan and still in a learning process. SPEC: http://cassmodiah.fedorapeople.org/mumble-1.1.6/mumble.spec SRPM: http://cassmodiah.fedorapeople.org/mumble-1.1.6/mumble-1.1.6-1.fc10.src.rpm successfully builded in my local mock INFO: Done(mumble-1.1.6-1.fc10.src.rpm) Config(fedora-10-i386) 56 minutes 47 seconds rpmlint errors: mumble-server.i386: W: service-default-enabled /etc/rc.d/init.d/mumble-server mumble-server.i386: E: no-status-entry /etc/rc.d/init.d/mumble-server mumble-server.i386: E: no-chkconfig-line /etc/rc.d/init.d/mumble-server mumble-server.i386: E: subsys-not-used /etc/rc.d/init.d/mumble-server I haven't understand the nature of initscripts yet, so I need help to fix these errors, please. And I have the Problem with missing glibc_private, too Error: Missing Dependency: libc.so.6(GLIBC_PRIVATE) is needed by package mumble Package is not installable Kevin Fenzi told me that this is not the right way to continue a closed review. I closed this and will open a new review request after i fixed the problems. perhaps someone is faster than me. |