Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260734 - x11-libs/fox-1.6.35 depends on nonexistent virtual/xft
Summary: x11-libs/fox-1.6.35 depends on nonexistent virtual/xft
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Matti Bickel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-01 15:50 UTC by Christer Ekholm
Modified: 2009-03-01 15:59 UTC (History)
0 users

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 Christer Ekholm 2009-03-01 15:50:52 UTC
Update world fail due to missing dependency to virtual/xft

Reproducible: Always

Steps to Reproduce:
$sudo emerge -Dav @world
Actual Results:  
These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "virtual/xft".
(dependency required by "x11-libs/fox-1.6.35" [ebuild])
(dependency required by "media-sound/rezound-0.12.3_beta-r2" [ebuild])
(dependency required by "@world" [argument])
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-03-01 15:59:35 UTC
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v
retrieving revision 1.126
diff -u -b -B -r1.126 ChangeLog
--- ChangeLog	1 Mar 2009 11:54:28 -0000	1.126
+++ ChangeLog	1 Mar 2009 15:58:52 -0000
@@ -2,6 +2,10 @@
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.126 2009/03/01 11:54:28 mabi Exp $
 
+  01 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> fox-1.6.35.ebuild:
+  virtual/xft no longer exists but somehow got re-introduced with bump.
+  Replacing with x11-libs/libXft. Bug 260734.
+
 *fox-1.6.35 (01 Mar 2009)
 
   01 Mar 2009; Matti Bickel <mabi@gentoo.org> -fox-1.6.30.ebuild,
Index: fox-1.6.35.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.6.35.ebuild,v
retrieving revision 1.1
diff -u -b -B -r1.1 fox-1.6.35.ebuild
--- fox-1.6.35.ebuild	1 Mar 2009 11:54:28 -0000	1.1
+++ fox-1.6.35.ebuild	1 Mar 2009 15:58:52 -0000
@@ -19,7 +19,7 @@
 	png? ( >=media-libs/libpng-1.2.5 )
 	tiff? ( >=media-libs/tiff-3.5.7 )
 	truetype? ( =media-libs/freetype-2*
-		virtual/xft )
+		x11-libs/libXft )
 	zlib? ( >=sys-libs/zlib-1.1.4 )"
 DEPEND="${RDEPEND}
 	x11-proto/xextproto