The issue is that pkgconf got stricter with missing dependencies

# grep Requires.private /usr/lib/x86_64-linux-gnu/pkgconfig/libhoel.pc
Requires.private: liborcania, libyder, sqlite3, mariadb, libpq

# apt-cache show libhoel-dev | grep Depends
Depends: libhoel1.4t64 (= 1.4.29-1.1build4), libjansson-dev, liborcania-dev (>= 
2.2.2), libyder-dev, libsqlite3-dev, libpq-dev, default-libmysqlclient-dev

# pkg-config --version
1.8.1
# pkg-config --libs libhoel
-lhoel -lorcania -lyder 

# pkg-config --version
2.5.1
# pkg-config --libs libhoel
Package mariadb was not found in the pkg-config search path.
Perhaps you should add the directory containing `mariadb.pc'
to the PKG_CONFIG_PATH environment variable
Package 'mariadb', required by 'libhoel', not found


it Depends on default-libmysqlclient-dev which conflicts with libmariadb-dev, 
still need to figure the right fix ... Ural do you think you have time to work 
on that or should I reassign to someone else? It's the only issue remaining 
blocking pkgconf 2.5.1 in proposed

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

Title:
  hoel autopkgtest failing with new pkgconf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hoel/+bug/2143723/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to