Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480894 - app-admin/rsyslog-7.4.* USE=relp requires >=dev-libs/librelp-1.0.3 (which is not in main portage tree)
Summary: app-admin/rsyslog-7.4.* USE=relp requires >=dev-libs/librelp-1.0.3 (which is ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on: 481222
Blocks:
  Show dependency tree
 
Reported: 2013-08-13 16:31 UTC by Conway S. Smith
Modified: 2013-08-16 08:47 UTC (History)
3 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 Conway S. Smith 2013-08-13 16:31:27 UTC
+++ This bug was initially created as a clone of Bug #444139 +++

app-admin/rsyslog-7.4.* fails to build with the "relp" USE flag as it requires version 1.0.3 or greater, and 1.0.1 is the latest version in portage. The ebuild does not have the correct librelp version dependency.

Reproducible: Always

Steps to Reproduce:
1. USE="relp" emerge =app-admin/rsyslog-7.4.3
Actual Results:  
Emerge fails. Configure reports:

checking for RELP... no
configure: error: Package requirements (relp >= 1.0.3) were not met:

Package dependency requirement 'relp >= 1.0.3' could not be satisfied.
Package 'relp' has version '1.0.1', required version is '>= 1.0.3'

Expected Results:  
If the newer version of librelp is not available then emerge should refuse to run due to unmet dependencies. If it were available then it should be pulled in automatically by the versioned dependency.
Comment 1 Ultrabug gentoo-dev 2013-08-16 08:47:04 UTC
Thanks a lot mate and sorry about that. I dropped my relp USE flag somehow and I've been sloppy to spot it.

+  16 Aug 2013; Ultrabug <ultrabug@gentoo.org> rsyslog-7.4.3.ebuild:
+  fix #480894 thx to Conway S. Smith
+