Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285243 - net-fs/davfs2 fails to build with >=net-misc/neon-0.29.0
Summary: net-fs/davfs2 fails to build with >=net-misc/neon-0.29.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Schweizer (RETIRED)
URL: http://mirrors.linhub.com/savannah/da...
Whiteboard:
Keywords:
: 287712 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-16 20:34 UTC by Gef
Modified: 2009-10-17 02:23 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gef 2009-09-16 20:34:32 UTC
Should be <net-misc/neon-0.29, as stated by ./configure :
-------8<-------8<-------8<-------8<-------8<-------8<-------8<--------
configure: incompatible neon library version 0.29.0: wanted 0.25 26 27 28
configure: error: could not find neon
-------8<-------8<-------8<-------8<-------8<-------8<-------8<--------

(variable defined in configure.h, set in configure.in).


Reproducible: Always

Steps to Reproduce:
1. emerge =net-misc/neon-0.29.0
2. emerge net-fs/davfs2

Actual Results:  
`emerge net-fs/davfs2` fails with above error.

Expected Results:  
net-fs/davfs merges fine.
Comment 1 Gef 2009-09-16 20:54:52 UTC
In davfs2-1.1.4.tar.gz
   NE_REQUIRE_VERSIONS([0], [24 25 26])

In davfs2-1.2.2.tar.gz
   NE_REQUIRE_VERSIONS([0], [24 25 26])

In davfs2-1.3.0.tar.gz
   NE_REQUIRE_VERSIONS([0], [25 26 27])

In davfs2-1.3.3.tar.gz
   NE_REQUIRE_VERSIONS([0], [25 26 27 28])

Shoud we contact upstream for more info about exact dependency ? [I will try building -1.3.3 with neon-0.29.0]

Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-10-17 02:10:12 UTC
*** Bug 287712 has been marked as a duplicate of this bug. ***
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-10-17 02:23:55 UTC
Fixed.