Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot emerge anything with patches or eclasses
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
KShots
Guru
Guru


Joined: 09 Oct 2003
Posts: 591
Location: Florida

PostPosted: Wed Sep 25, 2013 2:23 am    Post subject: Cannot emerge anything with patches or eclasses Reply with quote

Hello all,

I updated portage a little over a week ago (when the 2.2 became stable) and one of my machines has been broken. A bit of background - I keep my portage tree on an NFS server with a read-only mount from my clients. All of my other clients are fine with this, but my main desktop has this issue. The NFS mount is a kerberized NFS4 mount (sec=krb5) if that makes any difference (ie, users without tickets will not be able to read from the mount).

Ok, that aside, here's what I'm getting when I attempt to update anything with a patch:
Code:
>>> Emerging (2 of 31) sys-apps/lm_sensors-3.3.3-r3
 * lm_sensors-3.3.3.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...         [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/3.10.7-gentoo/build
 * Found sources for kernel version:
 *     3.10.7-gentoo
 * Checking for suitable kernel configuration options...                 [ ok ]
>>> Unpacking source...
>>> Unpacking lm_sensors-3.3.3.tar.bz2 to /var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/work
>>> Source unpacked in /var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/work
>>> Preparing source in /var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/work/lm_sensors-3.3.3 ...

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /mnt/net/portage/sys-apps/lm_sensors/files/lm_sensors-3.3.1-sensors-detect-gentoo.patch
 *   ( lm_sensors-3.3.1-sensors-detect-gentoo.patch )

 * ERROR: sys-apps/lm_sensors-3.3.3-r3::gentoo failed (prepare phase):
 *   Cannot find $EPATCH_SOURCE!
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 2924:  Called epatch '/mnt/net/portage/sys-apps/lm_sensors/files/lm_sensors-3.3.1-sensors-detect-gentoo.patch'
 *   environment, line 1093:  Called die
 * The specific snippet of code:
 *                   die "Cannot find \$EPATCH_SOURCE!";
 *
 * If you need support, post the output of `emerge --info '=sys-apps/lm_sensors-3.3.3-r3::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-apps/lm_sensors-3.3.3-r3::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/work/lm_sensors-3.3.3'
 * S: '/var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/work/lm_sensors-3.3.3'

>>> Failed to emerge sys-apps/lm_sensors-3.3.3-r3, Log file:

>>>  '/var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/temp/build.log'

 * Messages for package sys-apps/lm_sensors-3.3.3-r3:

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /mnt/net/portage/sys-apps/lm_sensors/files/lm_sensors-3.3.1-sensors-detect-gentoo.patch
 *   ( lm_sensors-3.3.1-sensors-detect-gentoo.patch )
 * ERROR: sys-apps/lm_sensors-3.3.3-r3::gentoo failed (prepare phase):
 *   Cannot find $EPATCH_SOURCE!
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 2924:  Called epatch '/mnt/net/portage/sys-apps/lm_sensors/files/lm_sensors-3.3.1-sensors-detect-gentoo.patch'
 *   environment, line 1093:  Called die
 * The specific snippet of code:
 *                   die "Cannot find \$EPATCH_SOURCE!";
 *
 * If you need support, post the output of `emerge --info '=sys-apps/lm_sensors-3.3.3-r3::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-apps/lm_sensors-3.3.3-r3::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/work/lm_sensors-3.3.3'
 * S: '/var/tmp/portage/sys-apps/lm_sensors-3.3.3-r3/work/lm_sensors-3.3.3'
... Which looks straight-forward, right? Make sure the patch is in the location it's looking for. So I check:
Code:
rich@basilisk ~ $ ls /mnt/net/portage/sys-apps/lm_sensors/files/lm_sensors-3.3.1-sensors-detect-gentoo.patch
/mnt/net/portage/sys-apps/lm_sensors/files/lm_sensors-3.3.1-sensors-detect-gentoo.patch
Ok... that makes it significantly less simple. The patch is there, why doesn't it find it? Here's my emerge --info
Code:
rich@basilisk ~ $ emerge --info
Portage 2.2.1 (default/linux/amd64/13.0/desktop/kde, gcc-4.6.3, glibc-2.15-r3, 3.8.13-gentoo x86_64)
=================================================================
System uname: Linux-3.8.13-gentoo-x86_64-Intel-R-_Core-TM-_i7_CPU_930_@_2.80GHz-with-gentoo-2.2
KiB Mem:     6108656 total,   4279172 free
KiB Swap:    7815584 total,   7385220 free
Timestamp of tree: Tue, 24 Sep 2013 09:30:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.5-r2, 3.2.5-r2
dev-util/cmake:           2.8.10.2-r2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.4_p6-r1, 1.9.6-r3, 1.10.3, 1.11.6, 1.12.6, 1.13.4
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.6.3, 4.7.2-r1, 4.8.1
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo steam-overlay multimedia sunrise qt local
Installed sets: @steam
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=corei7 -mcx16 -msahf -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=corei7 -mcx16 -msahf -O2 -pipe"
DISTDIR="/var/tmp/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/mnt/net/portage"
PORTDIR_OVERLAY="/var/lib/layman/steam /var/lib/layman/multimedia /var/lib/layman/sunrise /var/lib/layman/qt /usr/local/portage"
USE="X a52 aac aalib acl acpi aim alsa amd64 amr bash-completion berkdb bluetooth branding bzip2 c++0x cairo cdda cddb cdr cleartype cli consolekit corefonts cracklib crypt cscope cups cxx dbus declarative designer-plugin dga directfb djvu doc dri dts dv dvd dvdr egl eigen emboss emovix encode examples exif expat faac faad fam fbcon ffmpeg fftw firefox flac fontconfig fortran ftp fuse gdbm gif glitz gnome gnome-keyring gnutls gphoto2 gpm graphviz gsm gstreamer gtk hal handbook iconv id3tag imagemagick ipv6 java jbig jpeg jpeg2k kde kerberos kipi ladspa lame lcd lcms ldap libcaca libedit libnotify lzma lzo mad matroska mmx mng modules motif mp3 mp4 mpeg mtp mudflap multilib musepack musicbrainz mythtv ncurses networkmanager nls nptl nsplugin ogg openal opencl openexr opengl openmp oscar pam pango pcre pdf perl phonon plasma png policykit ppds pulseaudio python qt3support qt4 quicktime readline sasl scanner sdl semantic-desktop session slang sndfile sox speex spell sse sse2 sse3 sse4_1 ssl ssse3 startup-notification subversion svg t1lib taglib tcpd theora tiff truetype type1 udev udisks unicode upnp upower usb vaapi vcd vdpau vim-syntax vlc vnc vorbis webkit wmf wxwidgets x264 xcb xcomposite xine xinerama xml xscreensaver xv xvid xvmc zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2 samsung" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="g15" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_US" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="none nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON

_________________
Life without passion is death in disguise
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9527
Location: beyond the rim

PostPosted: Wed Sep 25, 2013 7:52 am    Post subject: Reply with quote

You have FEATURE=userpriv enabled (I think this was changed to be the default with 2.2), so make sure that the files are readable for the user "portage".
Back to top
View user's profile Send private message
KShots
Guru
Guru


Joined: 09 Oct 2003
Posts: 591
Location: Florida

PostPosted: Fri Sep 27, 2013 5:25 pm    Post subject: Reply with quote

This setting is also on two of my other machines, also using NFS4 with sec=krb5, neither of which is showing problems with portage or emerge. I cannot "su" to the portage user as it's not an interactive account, so I cannot directly verify whether or not that user can access these files, but I see no reason it shouldn't... the file is set to root:root access with the world readable bit set.

EDIT:

This does appear to be an NFS4/Kerberos issue. As a temporary workaround, I turned kerberos off and went to plain NFS4 over IPv6, and it worked fine. There is something about portage 2.2 that is not very happy with kerberos/NFS4, but as none of the information in the portage tree is "sensitive", I may just leave it as plain NFS4 over IPv6 and call it a day. If anyone really cares, maybe a bug report would be called for... but I'm not interested enough to troubleshoot when I can just downgrade to unkerberized portage.
_________________
Life without passion is death in disguise
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Sat Sep 28, 2013 3:37 am    Post subject: Reply with quote

KShots wrote:
If anyone really cares, maybe a bug report would be called for... but I'm not interested enough to troubleshoot when I can just downgrade to unkerberized portage.
Please do, and include some information regarding the configuration in which it failed, even if you are unsure of why and no longer interested in hunting down that articular bug, someone else might be willing and able to if they knew it existed.
Back to top
View user's profile Send private message
leo.the_zoo
Apprentice
Apprentice


Joined: 04 Jul 2005
Posts: 160
Location: Poland

PostPosted: Sun Oct 13, 2013 2:14 am    Post subject: Reply with quote

I had the same problem with my remote overlay but not its copy on my local machine. It turned out to be a matter of access privileges of portage user which seems to need r+x privileges. I moved my repo elsewhere, set ownership to portage group my user belongs to and changed privileges to 750. This operation brought my repo back to life since for some time I've been experiencing 'access denied' errors regarding my ebuilds after portage update (which were gone if I ran emerge world -DuNvp as a normal user in whose home dir the ebuild repo was cloned, and then switched back to root; unfortunately it did not work with patches).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum