Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39105 - debootstrap depends on dpkg
Summary: debootstrap depends on dpkg
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-22 20:56 UTC by Noah
Modified: 2004-01-23 17:08 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 Noah 2004-01-22 20:56:32 UTC
debootstrap's Makefile uses 'dpkg' to determine architecture, however gentoo doesn't list dpkg as a dependancy.

Reproducible: Always
Steps to Reproduce:
1. emerge debootstrap
2. 
3.

Actual Results:  
>>> Unpacking debootstrap_0.1.17.30.tar.gz to
/var/tmp/portage/debootstrap-0.1.17.30/work
>>> Source unpacked.
make: dpkg: Command not found

ultimately, we wind up with an installation of debootstrap which doesn't
actually have a debootstrap program (or a devices.tar.gz) in it. =)

Expected Results:  
debootstrap and devices.tar.gz should have been merged.

Portage 2.0.49-r21 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.4.24-grsec)
=================================================================
System uname: 2.4.24-grsec i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s
hare/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linu
x/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gnome gpm gtk g
tk2 imlib jpeg kde libg++ libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis
 opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell sse
 ssl svga tcpd truetype usb x86 xml2 xmms xv zlib"
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-01-23 10:41:05 UTC
added dpkg as dep :)
Comment 2 Noah 2004-01-23 17:08:49 UTC
Verified. Thanks. =)