Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656418 - app-eselect/eselect-blas-0.1 : * The source directory '/var/tmp/portage/app-eselect/eselect-blas-0.1/work/eselect-blas-0.1' doesn't exist
Summary: app-eselect/eselect-blas-0.1 : * The source directory '/var/tmp/portage/app-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-24 17:08 UTC by Toralf Förster
Modified: 2018-05-30 08:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.26 KB, text/plain)
2018-05-24 17:08 UTC, Toralf Förster
Details
app-eselect:eselect-blas-0.1:20180523-211911.log (app-eselect:eselect-blas-0.1:20180523-211911.log,1.86 KB, text/plain)
2018-05-24 17:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,142.06 KB, text/plain)
2018-05-24 17:08 UTC, Toralf Förster
Details
environment (environment,15.77 KB, text/plain)
2018-05-24 17:08 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.33 KB, application/x-bzip)
2018-05-24 17:08 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,172 bytes, application/x-bzip)
2018-05-24 17:08 UTC, Toralf Förster
Details
Limit S to the work directory, which actually exists, to allow ebuild execution. (shorten_source_directory_var.patch,311 bytes, patch)
2018-05-26 22:06 UTC, Jan-Matthias Braun
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-05-24 17:08:22 UTC
 * ERROR: app-eselect/eselect-blas-0.1::gentoo failed (install phase):
 *   The source directory '/var/tmp/portage/app-eselect/eselect-blas-0.1/work/eselect-blas-0.1' doesn't exist
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_test_20180520-112305

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)




emerge -qpv app-eselect/eselect-blas
[ebuild  N    ] app-eselect/eselect-blas-0.1
Comment 1 Toralf Förster gentoo-dev 2018-05-24 17:08:25 UTC
Created attachment 532830 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-24 17:08:27 UTC
Created attachment 532832 [details]
app-eselect:eselect-blas-0.1:20180523-211911.log
Comment 3 Toralf Förster gentoo-dev 2018-05-24 17:08:30 UTC
Created attachment 532834 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-24 17:08:33 UTC
Created attachment 532836 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-24 17:08:36 UTC
Created attachment 532838 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-24 17:08:39 UTC
Created attachment 532840 [details]
logs.tbz2
Comment 7 Jan-Matthias Braun 2018-05-26 22:06:59 UTC
Created attachment 533368 [details, diff]
Limit S to the work directory, which actually exists, to allow ebuild execution.

The problem is, that the directory pointed to by $S doesn't exist. With this patch, $S is shortened by the last directory name, i.e., shortened to the work directory. This exists and the ebuild merges fine.
Comment 8 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2018-05-29 10:52:28 UTC
Comment on attachment 533368 [details, diff]
Limit S to the work directory, which actually exists, to allow ebuild execution.

https://gitweb.gentoo.org/repo/gentoo.git/commit/app-eselect/eselect-blas?id=267a3d68fcf273b806f936116586291b16305a89
Comment 9 Jan-Matthias Braun 2018-05-30 08:58:00 UTC
Hm, yeah, that would have been easier. :-)

Thanks for fixing this!