[Bug 1880419] Re: yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

2025-05-17 Thread Martin Pecka
So I guess this fell under the table for 20.04?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880419

Title:
  yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaml-cpp/+bug/1880419/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1880419] Re: yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

2020-11-10 Thread Dennis Klein
On a side note, Debian 10 is also affected by this bug. If you could
trigger a backport of the fix there, too, this would be aweseome! Thank
you very much!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880419

Title:
  yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaml-cpp/+bug/1880419/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1880419] Re: yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

2020-11-10 Thread Dennis Klein
> Abosulety! However, it'll require an actual test case.

```
#!/bin/bash
cleanup() {
  rm -rf "$1"
}
set -e
testdir="$(mktemp -d)"
trap "cleanup ${testdir}" EXIT
pushd "${testdir}"
cat < CMakeLists.txt
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
project(yaml-cpp-test LANGUAGES CXX)
find_package(yaml-cpp)
get_filename_component(YAML_CPP_INCLUDE_DIR
  "\${YAML_CPP_INCLUDE_DIR}" REALPATH BASE_DIR "/")
message(STATUS "YAML_CPP_INCLUDE_DIR: \${YAML_CPP_INCLUDE_DIR}")
if(NOT YAML_CPP_INCLUDE_DIR STREQUAL "/usr/include")
  message(FATAL_ERROR "Wrong value exported in YAML_CPP_INCLUDE_DIR")
endif()
EOF
cmake -S. -Bbuild
```

You may run this bash script as a test.

Our users are also affected by this bug, +1 for fixing it in 20.04 LTS.
Thx!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880419

Title:
  yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaml-cpp/+bug/1880419/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1880419] Re: yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

2020-05-31 Thread Chris Halse Rogers
Abosulety! However, it'll require an actual test case. I've been unable
to come up with a build that's broken by this, but since you noticed it
presumably you have?

If you've got an example of what's broken by this, could you please
attach it and we can turn it into the SRU test case.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880419

Title:
  yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaml-cpp/+bug/1880419/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1880419] Re: yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

2020-05-30 Thread Ted Steiner
Would it be possible to get this fix applied to Ubuntu 20.04 as well?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880419

Title:
  yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaml-cpp/+bug/1880419/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1880419] Re: yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

2020-05-30 Thread Launchpad Bug Tracker
This bug was fixed in the package yaml-cpp - 0.6.3-9

---
yaml-cpp (0.6.3-9) unstable; urgency=medium

  * Fix pkg-config and cmake wrong files and paths. LP: #1880419

 -- Gianfranco Costamagna   Tue, 26 May 2020
17:56:33 +0200

** Changed in: yaml-cpp (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880419

Title:
  yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaml-cpp/+bug/1880419/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1880419] Re: yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

2020-05-29 Thread Chris Halse Rogers
Hm. I'm having trouble coming up with an actual test case for this. What
sort of usage does this break?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880419

Title:
  yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaml-cpp/+bug/1880419/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1880419] Re: yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

2020-05-28 Thread MichaƂ Sawicz
** Changed in: yaml-cpp (Ubuntu)
 Assignee: (unassigned) => Chris Halse Rogers (raof)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880419

Title:
  yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaml-cpp/+bug/1880419/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs