[Bug 249532] New: libzrtpcpp-devel has a broken epoch
https://bugzilla.novell.com/show_bug.cgi?id=249532 Summary: libzrtpcpp-devel has a broken epoch Product: openSUSE 10.3 Version: Alpha 1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de Unsatisfied dependency: libzrtpcpp-devel-0.9.0-2@i586 requires libzrtpcpp = %{epoch}:0.9.0-2 As you can see, %{epoch} has not been defined and therefore appears literally in the dependency list, which is broken because no package provides "%{epoch}". Btw. defining %{epoch} is not the right fix. SUSE packages don't use Epochs, so this stuff has to be removed completely. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=249532 ------- Comment #1 from andreas.hanke@gmx-topmail.de 2007-02-27 15:10 MST ------- Instead of: Requires: %{name} = %{epoch}:%{version}-%{release} write: Requires: %{name} = %{version} Epochs are not used on SUSE Linux and dependencies on release numbers are wrong. All you get when asking for a specific release number are bugs like bug 243139. Instead of: make %{?_smp_mflags} LDFLAGS="-s" CXXFLAGS="$RPM_OPT_FLAGS" Write: make %{?jobs:-j%jobs} %_smp_mflags is Fedora stuff and meaningless on SUSE Linux. %jobs is used on SUSE Linux to support parallel builds. LDFLAGS does nothing else than breaking the -debuginfo package, and CXXFLAGS is already passed via %configure. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=249532 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|libzrtpcpp-devel has a |libzrtpcpp-devel has a broken epoch and |broken epoch |packaging bugs ------- Comment #2 from andreas.hanke@gmx-topmail.de 2007-02-27 15:13 MST ------- Instead of: %{_includedir}/libzrtpcpp/*.h %{_includedir}/libzrtpcpp Write either: %{_includedir}/libzrtpcpp Or: %dir %{_includedir}/libzrtpcpp %{_includedir}/libzrtpcpp/*.h Currently you are packaging all header files twice! Processing files: libzrtpcpp-debuginfo-0.9.0-2 Processing files: libzrtpcpp-devel-0.9.0-2 warning: File listed twice: /usr/include/libzrtpcpp/Base32.h warning: File listed twice: /usr/include/libzrtpcpp/TimeoutProvider.h warning: File listed twice: /usr/include/libzrtpcpp/ZIDFile.h warning: File listed twice: /usr/include/libzrtpcpp/ZIDRecord.h warning: File listed twice: /usr/include/libzrtpcpp/ZRtp.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpCallback.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpPacketBase.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpPacketClearAck.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpPacketCommit.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpPacketConf2Ack.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpPacketConfirm.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpPacketDHPart.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpPacketError.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpPacketGoClear.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpPacketHello.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpPacketHelloAck.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpQueue.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpStateClass.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpStates.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpTextData.h warning: File listed twice: /usr/include/libzrtpcpp/ZrtpUserCallback.h warning: File listed twice: /usr/include/libzrtpcpp/zrtpPacket.h warning: File listed twice: /usr/include/libzrtpcpp/zrtpccrtp.h Finding Provides: /usr/lib/rpm/find-provides libzrtpcpp Finding Requires: /usr/lib/rpm/find-requires libzrtpcpp -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=249532 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |mskibbe@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=249532 mskibbe@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #3 from mskibbe@novell.com 2007-03-02 03:39 MST ------- thanks - i only copied this package from the buildservice because i had no time to review this. i fix this asap -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=249532 ------- Comment #4 from mskibbe@novell.com 2007-03-02 03:45 MST ------- fixed; submited to stable -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com