Your message dated Fri, 10 Jun 2022 11:35:57 +0200
with message-id <[email protected]>
and subject line Re: Bug#1012610: libturbojpeg0-dev: CMake target references to 
non exist static library 'libjpeg.a'
has caused the Debian Bug report #1012610,
regarding libturbojpeg0-dev: CMake target references to non exist static 
library 'libjpeg.a'
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 [email protected]
immediately.)


-- 
1012610: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012610
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libturbojpeg0-dev
Version: 1:2.1.2-1
Severity: normal

Dear Maintainer,
After install libturbojpeg0-dev package I wanna use CMake to find
library and header files. There is is simple cmake scenario for that:

apt-get install libturbojpeg0-dev  cmake g++
# CMakeLists.txt
cmake_minimum_required(VERSION 3.15)
project(test)
find_package(libjpeg-turbo REQUIRED)

Instead of success configuration I receive a error, CMake module
cannot find '/usr/lib/x86_64-linux-gnu/libjpeg.a', which not exists.
Missed library provided by 'libjpeg62-turbo-dev', which will be pulled by
install 'libjpeg-dev'. These packages are not install with 'libturbojpeg0-dev'
I think there is missed dependency 'libjpeg-dev' for this package.

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.15.32-gentoo-r1 (SMP w/6 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages libturbojpeg0-dev depends on:
ii  libturbojpeg0  1:2.1.2-1

libturbojpeg0-dev recommends no packages.

libturbojpeg0-dev suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Nope, you are wrong here. libturbojpeg is a different library. The CMake is bit 
misleading, but it libjpeg-turbo is looking for libjpeg implementation provided 
by libjpeg-turbo project, so actually things work as they should.

Ondřej
--
Ondřej Surý <[email protected]> (He/Him)

> On 10. 6. 2022, at 11:30, Anton <[email protected]> wrote:
> 
> Package: libturbojpeg0-dev
> Version: 1:2.1.2-1
> Severity: normal
> 
> Dear Maintainer,
> After install libturbojpeg0-dev package I wanna use CMake to find
> library and header files. There is is simple cmake scenario for that:
> 
> apt-get install libturbojpeg0-dev  cmake g++
> # CMakeLists.txt
> cmake_minimum_required(VERSION 3.15)
> project(test)
> find_package(libjpeg-turbo REQUIRED)
> 
> Instead of success configuration I receive a error, CMake module
> cannot find '/usr/lib/x86_64-linux-gnu/libjpeg.a', which not exists.
> Missed library provided by 'libjpeg62-turbo-dev', which will be pulled by
> install 'libjpeg-dev'. These packages are not install with 'libturbojpeg0-dev'
> I think there is missed dependency 'libjpeg-dev' for this package.
> 
> -- System Information:
> Debian Release: bookworm/sid
>  APT prefers testing
>  APT policy: (500, 'testing')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 5.15.32-gentoo-r1 (SMP w/6 CPU threads)
> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
> Shell: /bin/sh linked to /bin/dash
> Init: unable to detect
> 
> Versions of packages libturbojpeg0-dev depends on:
> ii  libturbojpeg0  1:2.1.2-1
> 
> libturbojpeg0-dev recommends no packages.
> 
> libturbojpeg0-dev suggests no packages.
> 
> -- no debconf information

--- End Message ---

Reply via email to