I'm trying to build a debian package for a modified version of SFLphone.
I'm trying to test it on various setups but it's a pain to manually download
all the dependencies and shared dev libs that is needed to compile it by
hand.  I keep running into a problem when I run dpkg-buildpackage.

cd sflphone-common/libs/pjproject && [ ! -f build.mak ] || /usr/bin/make
distclean
make[1]: Entering directory
`/home/per/Desktop/packages/sflphone-0.1+v1.01/sflphone-common/libs/pjproject'
for dir in pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps; do
\
        if /usr/bin/make  -C $dir/build distclean; then \
            true; \
        else \
            exit 1; \
        fi; \
    done
make[2]: Entering directory
`/home/per/Desktop/packages/sflphone-0.1+v1.01/sflphone-common/libs/pjproject/pjlib/build'
Makefile:2:
/home/per/Desktop/packages/sflphone-0.1+v1.01/libs/pjproject/build/common.mak:
No such file or directory
make[2]: *** No rule to make target
`/home/per/Desktop/packages/sflphone-0.1+v1.01/libs/pjproject/build/common.mak'.
Stop.
make[2]: Leaving directory
`/home/per/Desktop/packages/sflphone-0.1+v1.01/sflphone-common/libs/pjproject/pjlib/build'
make[1]: *** [distclean] Error 1
make[1]: Leaving directory
`/home/per/Desktop/packages/sflphone-0.1+v1.01/sflphone-common/libs/pjproject'
make: *** [clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status
2


I am using the rules file that was supplied for the most current package,
and I've removed the references to gnome-client (since I'm trying to just
install the daemon and the data).
I have verified that the file is there, and there is this line in the rules
file ....
-     cd sflphone-common/libs/pjproject && [ ! -f build.mak ] || $(MAKE)
distclean
Any help would be greatly appreciated, thanks!

---
Bolder Thinking LLC
Linux Software Developer
_______________________________________________
SFLphone mailing list
[email protected]
http://lists.savoirfairelinux.net/mailman/listinfo/sflphone

Reply via email to