Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 83030
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Stefan Briesenick <sbriesen@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ed Hein <tyger@gmx.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 83030 depends on: 117008 Show dependency tree
Bug 83030 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: 2005-02-22 22:02 0000
ebuild qdvdauthor fails with ACCESS VIOLATION if PORTAGE_TMPDIR is set to
/usr/src.


Reproducible: Always
Steps to Reproduce:
1. change PORTAGE_TMPDIR to /usr/src in /etc/make.conf
2. add sandbox to FEATURES
3. emerge qdvdauthor

Actual Results:  
ebuild fails with ACCESS VIOLATION  

Expected Results:  
clean build  

In the created Makefiles of qdvdauthor the installrules use a relative path to  
install qdvdauthor:    

install_i18n: all    
        @$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)../../../../../share/qdvdauthor/" || 
$(MKDIR) "$(INSTALL_ROOT)../../../../../usr/share/qdvdauthor/"    

If PORTAGE_TMPDIR is changed to a path with other than three elements or not    
the new path is not in /usr/* the files are not installed correctly and the    
ebuild might fail with a access violation.    

WORKAROUND: reset PORTAGE_TMPDIR to default 

Cya, Ed

------- Comment #1 From Stefan Briesenick 2005-12-18 03:24:32 0000 -------
is this also true for 0.0.10?

------- Comment #2 From Heiko Baums 2005-12-26 00:35:47 0000 -------
Yes, it's also true for 0.0.10.

But it doesn't matter to which directory PORTAGE_TMPDIR is set. I have set it
e.g. to /usr/var/portage.

------- Comment #3 From Stefan Briesenick 2006-01-10 13:56:21 0000 -------
this seems fixed upstream already in 0.1.0 beta:

install_i18n: all
        @$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/share/qdvdauthor/" || $(MKDIR)
"$(INSTALL_ROOT)/usr/share/qdvdau
thor/"
        -$(INSTALL_FILE) "i18n/qdvdauthor_de.qm"
"$(INSTALL_ROOT)/usr/share/qdvdauthor/"
        -$(INSTALL_FILE) "i18n/qdvdauthor_es.qm"
"$(INSTALL_ROOT)/usr/share/qdvdauthor/"
        -$(INSTALL_FILE) "i18n/qdvdauthor_fr.qm"
"$(INSTALL_ROOT)/usr/share/qdvdauthor/"
        -$(INSTALL_FILE) "i18n/qdvdauthor_pl.qm"
"$(INSTALL_ROOT)/usr/share/qdvdauthor/"


so when #117008 is done, this should be also fixed. ;-)

------- Comment #4 From Stefan Briesenick 2006-01-10 18:31:42 0000 -------
new version in CVS, so this bug can be closed.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug