Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138127 - repoman does not detect PORTDIR
Summary: repoman does not detect PORTDIR
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-26 17:28 UTC by Gustavo Felisberto (RETIRED)
Modified: 2006-06-29 05:06 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 Gustavo Felisberto (RETIRED) gentoo-dev 2006-06-26 17:28:07 UTC
emerge --info
Portage 2.1.1_pre1-r3 (default-linux/amd64/2006.0, gcc-4.1.1/amd64-vanilla, glibc-2.4-r3, 2.6.16-suspend2-r8 x86_64)
=================================================================
System uname: 2.6.16-suspend2-r8 x86_64 AMD Turion(tm) 64 Mobile Technology MT-32
Gentoo Base System version 1.12.1
ccache version 2.4 [enabled]
dev-lang/python:     2.3.4-r1, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.16
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -pipe -ffast-math -O3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=athlon64 -pipe -ffast-math -O3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache cvs distlocks metadata-transfer sandbox sfperms sign strict"
GENTOO_MIRRORS="http://felisberto.net/pub/gentoo http://ftp.ua.pt/pub/gentoo "
LANG="pt_PT.utf8"
LC_ALL="pt_PT.utf8"
LINGUAS="pt"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/gentoo/gentoo-x86 /usr/portage/local/layman/portage-xgl /usr/portage/local/layman/sunrise"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X aalib acpi alsa apache2 arts avi bash-completion berkdb bitmap-fonts bluetooth bzip2 cdparanoia cli crypt cups curl dbus doc dri dv dvb dvd dvdr dvdread dvi eds emacs emboss encode evo examples extras fbsplash ffmpeg flac foomaticdb fortran geoip gif gimpprint gnome gnome-print gpm gstreamer gtk gtk2 hal howl ieee1394 imagemagick imlib ipv6 isdnlog java jpeg kde kdeenablefinal kdehiddenvisibility ldap libgda logitech-mouse lzw lzw-tiff mad mozilla mp3 mpeg mplayer musepack musicbrainz ncurses new-login nls nptl nptlonly objc odbc offensive ogg oggvorbis opengl pam pcmcia pcre pdf pdflib perl pic plotutils png postgres pppd python qt quicktime readline reflection ruby samba sdl session source spell spl sqlite ssl svg tcpd tetex threads tiff truetype truetype-fonts type1-fonts unicode usb vcd vim visualization vorbis wmf xcomposite xine xml2 xorg xpm xscreensaver xv xvid zeroconf zlib elibc_glibc kernel_linux linguas_pt userland_GNU video_cards_ati video_cards_radeon video_cards_r128"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS


humpback@sam /home/gentoo/gentoo-x86/net-im/wildfire $ repoman full
Unable to determine PORTDIR.
humpback@sam /home/gentoo/gentoo-x86/net-im/wildfire $ PORTDIR=/home/gentoo/gentoo-x86/ repoman full
Unable to determine PORTDIR.

and this is my local copy of the cvs portage
Comment 1 Zac Medico gentoo-dev 2006-06-26 17:31:39 UTC
What do you get for these commands?

readlink -f /home/gentoo/gentoo-x86
readlink -f /home/gentoo/gentoo-x86/net-im/wildfire
Comment 2 Gustavo Felisberto (RETIRED) gentoo-dev 2006-06-27 06:52:58 UTC
They are actual directorys
humpback@sam ~ $ readlink -f /home/gentoo/gentoo-x86
/home/gentoo/gentoo-x86
humpback@sam ~ $ readlink -f /home/gentoo/gentoo-x86/net-im/wildfire
/home/gentoo/gentoo-x86/net-im/wildfire
Comment 3 Zac Medico gentoo-dev 2006-06-28 12:00:20 UTC
I'm guessing that $PORTDIR/profiles/package.mask doesn't exist? That's what repoman uses to identify the root of the portage tree.
Comment 4 Gustavo Felisberto (RETIRED) gentoo-dev 2006-06-29 05:06:30 UTC
I had removed package.mask
Solved. Thanks m8