| Summary: | Impossible to install freeswitch - FreeSWITCH open source telephony platformâ because conflict with /usr/bin/fs_cli | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | A S <hodos> |
| Component: | RPM Packages | Assignee: | Daniel Lucio <luis.daniel.lucio> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | critical | ||
| Priority: | Normal | CC: | cae, cooker, dlocklear01, eeeemail, marja11 |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| See Also: | https://bugs.mageia.org/show_bug.cgi?id=17264 | ||
| Whiteboard: | MGA5TOO | ||
| Source RPM: | freeswitch | CVE: | |
| Status comment: | |||
|
Description
A S
2015-11-29 11:26:25 CET
Valid for cauldron, too, "urpmi freeswitch" ends (after an avalanche of "warning: user freeswitch does not exist - using root") with: Installation failed: file /usr/bin/fs_cli conflicts between attempted installs of freeswitch-1:1.4.20-1.mga6.x86_64 and freeswitch-cli-1:1.4.20-1.mga6.x86_64 Assigning to maintainer CC:
(none) =>
luigiwalser, marja11
David Walser
2015-11-29 19:39:09 CET
CC:
luigiwalser =>
(none)
David Walser
2015-12-01 13:31:53 CET
See Also:
(none) =>
https://bugs.mageia.org/show_bug.cgi?id=17264 # urpmf /usr/bin/fs_cli freeswitch-cli:/usr/bin/fs_cli freeswitch:/usr/bin/fs_cli Noticed during testing for perl-FCGI using astpp. Installation failed: file /usr/bin/fs_cli conflicts between attempted installs of freeswitch-1:1.4.15-3.mga5.x86_64 and freeswitch-cli-1:1.4.15-3.mga5.x86_64 Also then "urpmi freeswitch" resulted in a denial of service which had to be interrupted with ctrl-c.. warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root #warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root warning: user freeswitch does not exist - using root ...etc CC:
(none) =>
eeeemail Increasing bug importance, as one cannot install fusionpbx in either mga5 or cauldron as a result of this bug. Severity:
normal =>
critical The issued was caused when freeswitch-cli was split into a separate rpm
but that file Was Not excluded from the freeswitch rpm.
In the freeswitch.spec find the line:
%attr(0755, freeswitch, daemon) %{_bindir}/*
precede it with:
%exclude %{_bindir}/fs_cli
Now it will show as:
%exclude %{_bindir}/fs_cli
%attr(0755, freeswitch, daemon) %{_bindir}/*
and /usr/bin/fs_cli will only be present in the cli rpm.
I did try to verify on my system but the freeswitch build fails for me.CC:
(none) =>
cae This package have some serious packaging problems. During compilation, it downloads _MORE_ that about a dozen tarballs! This is Not acceptable. Fixed in cauldron svn (Asked for freeze push) Status:
NEW =>
RESOLVED |