Bug 3451 - fakeroot package: wrong FAKEROOT_SITE variable
Summary: fakeroot package: wrong FAKEROOT_SITE variable
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: 2010.11
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-09 12:10 UTC by Hector Oron
Modified: 2011-03-13 20:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hector Oron 2011-03-09 12:10:30 UTC
Hello,

  FAKEROOT_SITE points to the wrong URL within buildroot fakeroot package.
  The following patch fixes this issue:

diff -Naur buildroot-2010.11/package/fakeroot//fakeroot.mk buildroot-2010.11.fix/package/fakeroot//fakeroot.mk
--- buildroot-2010.11/package/fakeroot//fakeroot.mk     2010-11-30 15:52:43.000000000 +0000
+++ buildroot-2010.11.fix/package/fakeroot//fakeroot.mk 2011-03-09 12:01:14.636006340 +0000
@@ -5,7 +5,7 @@
 #############################################################
 FAKEROOT_VERSION:=1.9.5
 FAKEROOT_SOURCE:=fakeroot_$(FAKEROOT_VERSION).tar.gz
-FAKEROOT_SITE:=http://snapshot.debian.net/archive/2008/04/27/debian/pool/main/f/fakeroot/
+FAKEROOT_SITE:=http://snapshot.debian.org/archive/debian/20080427T000000Z/pool/main/f/fakeroot/
 FAKEROOT_LIBTOOL_PATCH=NO
 
 define FAKEROOT_PATCH_FAKEROOT_IN

Cheers,
  -- Hector Oron
Comment 1 Peter Korsgaard 2011-03-13 20:30:38 UTC
Committed, thanks