First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 142786
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ed Catmur <ed@catmur.co.uk>
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 142786 depends on: Show dependency tree
Bug 142786 blocks: 141404
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: 2006-08-04 06:46 0000
$ ls -l /
...
lrwxrwxrwx   1 root root     19 2006-08-03 18:18 celestia ->
/usr/share/celestia/
...

The problem is that the Makefile.am patch has:

 install-data-hook:
+               mv -f -b $(DESTDIR)$(kde_datadir)/@PACKAGE@/*
$(DESTDIR)$(datadir)/@PACKAGE@/ ; \
+               rmdir $(DESTDIR)$(kde_datadir)/@PACKAGE@ ; \
+               ln -s $(datadir)/@PACKAGE@ $(DESTDIR)$(kde_datadir) ;

This only makes sense when USE=kde, otherwise $(kde_datadir) is blank and
DESTDIR gets the symlink.

The hook should be removed from the patch or protected with 
        if [ "$(kde_datadir)" ]

------- Comment #1 From Preston Crow 2006-09-08 07:45:59 0000 -------
I just noticed this because the broken ebuild was marked stable.  It fails on
an access violation trying to rmdir /celestia.

This ebuild should be masked until this is fixed.


mv -f -b /celestia/*
/usr/portage/distfiles/tmp/portage/celestia-1.4.1/image//usr/share/celestia/ ;
\
        rmdir /celestia ; \
        ln -s
/usr/portage/distfiles/tmp/portage/celestia-1.4.1/image//usr/share/celestia  ;
mv: cannot stat `/celestia/*': No such file or directory
ACCESS DENIED  rmdir:     /celestia
rmdir: /celestia: Permission denied
ln: creating symbolic link `./celestia' to
`/usr/portage/distfiles/tmp/portage/celestia-1.4.1/image//usr/share/celestia':
File exists
make[3]: *** [install-data-hook] Error 1

------- Comment #2 From Nils Larsson 2006-09-20 13:15:36 0000 -------
I'm still getting this when only using USE="gtk". Any ETA on a fix?

------- Comment #3 From Sébastien Fabbro 2006-09-21 09:48:17 0000 -------
Could you test the celestia in the gentooscience.org overlay?
This should fix it and bug #128218 as well.

------- Comment #4 From Jakub Moc (RETIRED) 2007-01-17 21:25:45 0000 -------
Ping...

------- Comment #5 From Ed Catmur 2007-01-17 23:25:06 0000 -------
(In reply to comment #3)
> Could you test the celestia in the gentooscience.org overlay?
> This should fix it and bug #128218 as well.

Server seems down. Instructions?

------- Comment #6 From Jakub Moc (RETIRED) 2007-01-29 10:45:19 0000 -------
*** Bug 164377 has been marked as a duplicate of this bug. ***

------- Comment #7 From Sébastien Fabbro 2007-02-03 17:13:04 0000 -------
should be fixed in cvs. reopen if it persists.

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