Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119426 - sara-6.0.7d.ebuild failed with dep to csh
Summary: sara-6.0.7d.ebuild failed with dep to csh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL: http://article.gmane.org/gmane.linux....
Whiteboard:
Keywords:
Depends on: 119703
Blocks:
  Show dependency tree
 
Reported: 2006-01-18 08:21 UTC by Erol Kutay
Modified: 2006-02-03 14:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erol Kutay 2006-01-18 08:21:05 UTC
Sara failed to build. Has actually just a dependency to tcsh. Dunno why csh should be required or I misinterpretate the ebuild failure. Have got tcsh installed but no csh.

gcc  -o ./sqlbackdoor html.o sqllib.o util.o registry.o sqlbackdoor.o -lnsl -lresolv -lrpcsvc freetds-0.52/src/tds/.libs/libtds.a
make[2]: Leaving directory `/var/tmp/portage/sara-6.0.7d/work/sara-6.0.7d/src/sqlat'
perl reconfig
Perl needs the csh shell to execute this program
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/sara-6.0.7d/work/sara-6.0.7d'
make: *** [generic] Error 2
Comment 1 Benjamin Smee (strerror) (RETIRED) gentoo-dev 2006-01-20 14:37:30 UTC
Please provide enough information to replicate the bug. Where is your emerge info? What do you mean that you have tcsh installed but you have no csh? for the build the perl component needs csh to work, hence the DEPEND. 
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2006-01-21 01:12:34 UTC
Benjamin: This is an error on new clean install. You can reporoduce it now if you create new stable chroot.

New stable version of tcsh does not create csh symlink (see bug 119703). Seems that fix will be to remove csh from the tree and always create csh symlink in tcsh.

As a workaround I can suggest to create symlink /bin/csh -> /bin/tcsh manually.
Comment 3 Erol Kutay 2006-01-21 09:42:39 UTC
Benjamin, sorry that I didn't make myself clear enough. I thought the hint, that I simply have no real csh installed on my system would be enough. An emerge info would be of no value here. If you still really like, I can paste it nevertheless.

Peter, you are right. Manual symlink creation fixes the build failure and sara works as usual.... with no csh installed. ;)
Comment 4 Benjamin Smee (strerror) (RETIRED) gentoo-dev 2006-01-21 09:53:36 UTC
I already had tcsh installed so I didn't have this problem. I looked over the ebuild and the build process and saw no problem, hence without more info I couldn't replicate. At least its not our ebuild thats at fault :)

Erol: we always need as much information as possible, emerge info is always useful and listing the versions of the relevant applications is also useful.
Comment 5 Marcelo Goes (RETIRED) gentoo-dev 2006-01-21 10:18:47 UTC
Fabian: how do you recommend we fix depends for sara so that this problem won't happen anymore?
Comment 6 Fabian Groffen gentoo-dev 2006-01-21 11:06:38 UTC
I thought of a solution together with taviso.  Will send some email about it tomorrow I guess.
Comment 7 Fabian Groffen gentoo-dev 2006-01-29 03:25:35 UTC
Update: I added tcsh-6.14-r3 which provides csh -> tcsh symlink.
Comment 8 Marcelo Goes (RETIRED) gentoo-dev 2006-02-03 14:40:49 UTC
Cool. Sara now depends on >=tcsh-6.14-r3.