A NOTE has been added to this issue. ====================================================================== https://bugtracker.iptel.org/view.php?id=87 ====================================================================== Reported By: marvin Assigned To: ====================================================================== Project: SEMS Issue ID: 87 Category: core Reproducibility: always Severity: trivial Priority: normal Status: new ====================================================================== Date Submitted: 2013-04-03 11:01 CEST Last Modified: 2013-04-03 13:14 CEST ====================================================================== Summary: debian build depends libssl0.9.8 (>= 0.9.8m-1) but libssl1.0.0 (1.0.1e-2) provided in wheezy Description: In debian testing (wheezy) there is new openssl lib which breaks dependency on SEMS debian package. Changing dependencies in deb file fixes the issue. Here is the diff output of original and fixed debian/control file in package: # diff control ../semstest/control-dir/control 6c6 < Depends: libc6 (>= 2.3.4), libcurl3 (>= 7.16.2-1), libev3 (>= 3.1), libgcc1 (>= 1:4.1.1), libmysql++3, libspandsp2, libspeex1 (>= 1.2~beta3-1), libssl0.9.8 (>= 0.9.8m-1), libstdc++6 (>= 4.4.0), libxml2 (>= 2.7.4), debconf (>= 0.5) | debconf-2.0 --- > Depends: libc6 (>= 2.3.4), libcurl3 (>= 7.16.2-1), libev3 (>= 3.1), libgcc1 (>= 1:4.1.1), libmysql++3, libspandsp2, libspeex1 (>= 1.2~beta3-1), libssl0.9.8 (>= 0.9.8m-1) | libssl1.0.0 (>= 1.0.1e-2), libstdc++6 (>= 4.4.0), libxml2 (>= 2.7.4), debconf (>= 0.5) | debconf-2.0
I don't know how to make proper patch file, sorry. (Also sorry if i missed the category, which i probably did.) ====================================================================== ---------------------------------------------------------------------- (0000130) vbroz (administrator) - 2013-04-03 13:14 https://bugtracker.iptel.org/view.php?id=87#c130 ---------------------------------------------------------------------- how did you got this control line? Depends: libc6 (>= 2.3.4), libcurl3 (>= 7.16.2-1), libev3 (>= 3.1), libgcc1 (>= 1:4.1.1), libmysql++3, libspandsp2, libspeex1 (>= 1.2~beta3-1), libssl0.9.8 (>= 0.9.8m-1), libstdc++6 (>= 4.4.0), libxml2 (>= 2.7.4), debconf (>= 0.5) | debconf-2.0 In 1.5 branch, there is debian/control file with: Build-Depends: debhelper (>= 4), libspeex-dev, flite-dev, libspandsp-dev, libssl-dev, python-dev, sip4, python-sip4-dev, openssl, libev-dev, libmysql++-dev, libxml2-dev, libcurl4-openssl-dev | libcurl4-gnutls-dev => libssl-dev - without any "version" number I tried it with fresh wheezy installation and it did not cause any problem... there is another dependency for "sip4" and "python-sip4-dev" pkg which should be replaced with: sip4 | python-sip-dev, python-sip4-dev | python-sip-dev, thanks for your feedback Issue History Date Modified Username Field Change ====================================================================== 2013-04-03 11:01 marvin New Issue 2013-04-03 13:14 vbroz Note Added: 0000130 ====================================================================== _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
