Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Incomplete
-
Labels:None
Description
git clone git://git.freeswitch.org/freeswitch.git
cd freeswitch
dpkg-checkbuilddeps # to check for missing depends
dpkg-buildpackage -b -rfakeroot # I fixed the wiki to add -b which allows this to actually work now
Sounds are not made into debs. You must do a make sounds after to get them. I am not as familiar with the debian package system as I probably should be so I do not know if it is ok to do a ./bootstrap.sh before starting the dpkg-buildpackage or not. If it is not done you are not able to "make sounds" if it is done you have modified the source slightly and that can cause some potential issues relating to making proper packages.
The wiki does not appear to include anything on how to make sounds, and until last night the instructions would not have even made binary packages due to the missing -b arg noted above.
cd freeswitch
dpkg-checkbuilddeps # to check for missing depends
dpkg-buildpackage -b -rfakeroot # I fixed the wiki to add -b which allows this to actually work now
Sounds are not made into debs. You must do a make sounds after to get them. I am not as familiar with the debian package system as I probably should be so I do not know if it is ok to do a ./bootstrap.sh before starting the dpkg-buildpackage or not. If it is not done you are not able to "make sounds" if it is done you have modified the source slightly and that can cause some potential issues relating to making proper packages.
The wiki does not appear to include anything on how to make sounds, and until last night the instructions would not have even made binary packages due to the missing -b arg noted above.
Activity
Brian West
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Anthony Minessale II [ anthm ] | Michal Bielicki [ cypromis ] |
Travis Cross
made changes -
| Resolution | Incomplete [ 4 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |