First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 92565
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Patrizio Bassi <hetfield666@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
octave_fix_ls-R.patch octave_fix_ls-R.patch patch Colin Macdonald 2005-07-17 08:41 0000 503 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 92565 depends on: Show dependency tree
Bug 92565 blocks: 99481
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-14 01:14 0000
pwd
/usr/share/octave
patrizio@blight octave $ grep portage *
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/imagelib:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/m:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/m/audio:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/m/control:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/m/control/base:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/m/control/hinf:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/m/control/obsolete:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/m/control/system:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/m/control/util:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/m/deprecated:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/m/elfun:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/share/octave/2.1.69/m/finance:


[CUT]

the portage temp dir is remembered.
this makes some ebuilds like octave forge be wrong.
infact octave forge installs in 
/var/tmp/portage/octave-2.1.69/....

and this is a bug!

i'm not sure...but there should be another file like ls-R that keeps the portage temp path.
it's simple to check with sed and replace before merging.

same bug with 2.1.6*

please check

------- Comment #1 From Patrizio Bassi 2005-05-14 01:42:03 0000 -------
i remembered the other path
maybe in subdirs too!


cd /usr/libexec/octave/
root@blight octave # ls
2.1.64/  2.1.69/  ls-R  site/
root@blight octave # grep portage *
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/2.1.69:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/2.1.69/exec:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/2.1.69/exec/i686-pc-linux-gnu:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/2.1.69/oct:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/2.1.69/oct/i686-pc-linux-gnu:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/2.1.69/site:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/2.1.69/site/exec:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/2.1.69/site/exec/i686-pc-linux-gnu:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/2.1.69/site/oct:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/2.1.69/site/oct/i686-pc-linux-gnu:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/site:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/site/exec:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/site/exec/i686-pc-linux-gnu:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/site/oct:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/site/oct/api-v13:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/site/oct/api-v13/i686-pc-linux-gnu:
ls-R:/var/tmp/portage/octave-2.1.69/image//usr/libexec/octave/site/oct/i686-pc-linux-gnu:

------- Comment #2 From Toralf Förster 2005-06-26 03:11:07 0000 -------
bug still exist for sci-mathematics/octave-2.1.69

------- Comment #3 From Colin Macdonald 2005-07-17 08:41:11 0000 -------
Created an attachment (id=63616) [edit]
octave_fix_ls-R.patch

Here's a patch that should fix it.

------- Comment #4 From Olivier Fisette 2005-08-20 21:16:52 0000 -------
Fixed in CVS for versions 2.69 and 2.71. Thanks for reporting, Patrizio. 
Thanks for the patch, Colin. 

First Last Prev Next    No search results available      Search page      Enter new bug