[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#971355: marked as done (liblivemedia-dev: compilation fails due to missing openssl)



Your message dated Mon, 01 Feb 2021 22:20:52 +0000
with message-id <[🔎] E1l6hYy-000COw-BF@fasolo.debian.org>
and subject line Bug#981451: Removed package(s) from unstable
has caused the Debian Bug report #971355,
regarding liblivemedia-dev: compilation fails due to missing openssl
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
971355: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971355
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: liblivemedia-dev
Version: 2020.01.19-1
Severity: important

It is a bit unclear whether liblivemedia-dev integrates with openssl. On
the upstream side, this is optional. The Debian package passes
-DNO_OPENSSL to the build. However, the installed headers still contain
the relevant guards, so when you build something against Debian's
livemedia, you can get a compilation error:

$ echo "#include <liveMedia.hh>" | g++ -x c++ -c - `pkg-config --cflags live555` -o /dev/null
In file included from /usr/include/liveMedia/RTSPClient.hh:34,
                 from /usr/include/liveMedia/RTSPRegisterSender.hh:26,
                 from /usr/include/liveMedia/liveMedia.hh:105,
                 from <stdin>:1:
/usr/include/liveMedia/TLSState.hh:31:10: fatal error: openssl/ssl.h: No such file or directory
   31 | #include <openssl/ssl.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
$

Once you add -DNO_OPENSSL to the invocation, compilation succeeds. I
think that a consumer of livemedia should not be responsible for adding
that macro. If it is required, it should come from the live555.pc file.
The name of the macro also seems quite generic, prefixing it with
LIVE555 or seems reasonable, but that'd likely require talking to Ross.

I also think that the above makes up for a nice, superficial
autopkgtest.

Helmut

--- End Message ---
--- Begin Message ---
Version: 2020.01.19-1+rm

Dear submitter,

as the package liblivemedia has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/981451

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply to: