Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 816294 - net-fs/davfs2-1.6.0: configure: incompatible neon library version 0.32.1: wanted 0.27 28 29 30 31
Summary: net-fs/davfs2-1.6.0: configure: incompatible neon library version 0.32.1: wan...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Göktürk Yüksek
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-10-04 21:54 UTC by Kobboi
Modified: 2021-10-04 23:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,3.54 KB, text/plain)
2021-10-04 21:55 UTC, Kobboi
Details
emerge-info.log (emerge-info.log,7.76 KB, text/plain)
2021-10-04 21:56 UTC, Kobboi
Details
config.log (config.log,20.26 KB, text/plain)
2021-10-04 21:58 UTC, Kobboi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2021-10-04 21:54:28 UTC
(...)
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for neon-config... /usr/bin/neon-config
checking linking against neon... yes
configure: incompatible neon library version 0.32.1: wanted 0.27 28 29 30 31
configure: error: could not find neon

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-fs/davfs2-1.6.0/work/davfs2-1.6.0/config.log


Reproducible: Always
Comment 1 Kobboi 2021-10-04 21:55:28 UTC
Created attachment 742992 [details]
build.log
Comment 2 Kobboi 2021-10-04 21:56:29 UTC
Created attachment 742995 [details]
emerge-info.log
Comment 3 Conrad Kostecki gentoo-dev 2021-10-04 21:56:54 UTC
Please also attach full config.log.
Comment 4 Kobboi 2021-10-04 21:58:01 UTC
Created attachment 742998 [details]
config.log
Comment 5 Kobboi 2021-10-04 22:23:29 UTC
Adding 0.32 support to the configure script makes it compile/install. I did not check any functionality, but the binaries need /usr/lib64/libneon.so.27 and they load fine.
Comment 6 Larry the Git Cow gentoo-dev 2021-10-04 23:12:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3af136164ed42f4dce8e0e0265bb21d4a2e3a7

commit 8d3af136164ed42f4dce8e0e0265bb21d4a2e3a7
Author:     Christophe Lermytte <gentoo@lermytte.be>
AuthorDate: 2021-10-04 22:57:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-04 23:12:43 +0000

    net-fs/davfs2: fix support for neon-0.32
    
    Just making the configure script happy.
    
    Signed-off-by: Christophe Lermytte <gentoo@lermytte.be>
    Closes: https://bugs.gentoo.org/816294
    Closes: https://github.com/gentoo/gentoo/pull/22490
    Signed-off-by: Sam James <sam@gentoo.org>

 net-fs/davfs2/davfs2-1.6.0.ebuild                        |  7 +++++++
 net-fs/davfs2/files/davfs2-1.6.0-neon-0.32-support.patch | 13 +++++++++++++
 2 files changed, 20 insertions(+)