First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 20405
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Aron Griffis (RETIRED) <agriffis@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christian Loitsch <gentoo-bug@abc.delta64.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 20405 depends on: Show dependency tree
Bug 20405 blocks:
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: 2003-05-03 19:10 0000
noticed this, when using tagexplorer.vim -plugin for vim.  Always got
permission
denied.  Used strace and got the following:

open("/var/tmp/portage/ctags-5.5/temp/tags.UuTPeQ", O_RDWR|O_CREAT|O_EXCL,
0600)
= -1 EACCES (Permission denied)
write(2, "exuberant-ctags: ", 17exuberant-ctags: )       = 17
write(2, "cannot open temporary file", 26cannot open temporary file) = 26
write(2, " : Permission denied", 20 : Permission denied)    = 20
write(2, "\n", 1
)                       = 1
_exit(1)            

Reproducible: Always
Steps to Reproduce:
1./usr/bin/exuberant-ctags -f - --format=2 --excmd=pattern --fields=nKs 
--sort=no  "env.scm"
2.
3.




easy to fix, just add to the econf line in the ebuild:
--enable-tmpdir=/tmp
-->

econf --enable-tmpdir=/tmp --with-posix-regex --without-readlib --disable-etags
|| die

------- Comment #1 From Aron Griffis (RETIRED) 2003-05-26 12:28:15 0000 -------
fixed in ctags-5.5-r1, thanks

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