Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193653 - missing symlinks when using binary package
Summary: missing symlinks when using binary package
Status: RESOLVED DUPLICATE of bug 164655
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 16:01 UTC by vAx
Modified: 2007-09-24 16:08 UTC (History)
0 users

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 vAx 2007-09-24 16:01:29 UTC
After emerging tomcat-5.5 binary package (created with quickpkg), some symlinks are missing in /var/lib/tomcat-5.5/  

	conf -> /etc/tomcat-5.5
	logs -> /var/log/tomcat-5.5
	temp -> /var/tmp/tomcat-5.5
	work -> /var/run/tomcat-5.5

This symlinks are present when emerging from sources but not from binary package.



Reproducible: Always

Steps to Reproduce:
1. emerge tomcat
2. quickpkg tomcat
3. emerge the newly created tbz2

Actual Results:  
/etc/init.d/tomcat-5.5 start failed with an error.
(missing directory or symlinks, I dont remember)


Workaround:
	
	cd /var/lib/tomcat-5.5/
	ln -s /etc/tomcat-5.5 conf
	ln -s /var/log/tomcat-5.5 logs
	ln -s /var/log/tomcat-5.5 temp
	ln -s /var/log/tomcat-5.5 work
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-24 16:08:12 UTC
emerge --info missing, no idea which portage version those binpkgs have been created with. Assuming dupe.

*** This bug has been marked as a duplicate of bug 164655 ***