First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 119703
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Fabian Groffen <grobian@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Peter Volkov <pva@gentoo.org>
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 119703 depends on: Show dependency tree
Bug 119703 blocks: 119426
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-01-20 09:06 0000
Latest versions of tcsh does not create symlink /bin/csh. The problem is that
dosym does not work in pkg_postinst(). It creates
/var/tmp/portage/tcsh-6.14-r2/image/bin/csh symlink on /etc/tcsh. But as it is
called in pkg_postinst() then actual copy of image directory in live system was
already done. Please, move    
[ ! -e /bin/csh ] && dosym /bin/tcsh /bin/csh
in src_install() or use ln there.

------- Comment #1 From Peter Volkov 2006-01-20 09:09:05 0000 -------
And I need to mention that this bug is only in currently stable tcsh-6.14-r2
ebuild.

------- Comment #2 From Fabian Groffen 2006-01-20 09:16:28 0000 -------
Hmmm... it was in src_install, but I was told to do it in pkg_postinst because
of non-availability of csh when checking for it.  src_install can't check
outside the image or something.

I'm confused now.  Will look into it.

------- Comment #3 From Fabian Groffen 2006-01-29 03:23:35 0000 -------
I added tcsh-6.14-r3 which solves this bug by adding the symlink.  Also csh is
now blocked from tcsh.  The fun is that csh stable already blocked tcsh, so
there should be noone with both installed...

------- Comment #4 From Marcelo Goes 2006-02-03 14:42:00 0000 -------
Marking as fixed... Reopen if you object!

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