Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543626 - www-apps/tt-rss-20150304 does not respect -vhosts USE flag
Summary: www-apps/tt-rss-20150304 does not respect -vhosts USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Thomas Kahle (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-17 16:54 UTC by coran.fisher@gmail.com
Modified: 2015-03-24 06:28 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 coran.fisher@gmail.com 2015-03-17 16:54:55 UTC
most web applications like say roundcube, owncloud, and all previous ebuilds of tt-rss obey the -vhosts useflag.   tt-rss-20150304 broke this.  After uninstalls, installs moving directories it still did not obey.  The only way to make use of the tt-rss-20150304 ebuild was to use webapp-config which seems to indicate -vhosts is not being obeyed unlike 1.15.3 (or prior), owncloud etc. 

Reproducible: Always

Steps to Reproduce:
1.unmerge tt-rss-1.15.3
2.emerge tt-rss-20150304
3.do not find files in expected location
Actual Results:  
all previous ebuilds ot tt-rss obeyed the vhosts useflag and installed files as expected.  tt-rss-20150304 did not install as all previous tt-rss ebuilds did and required using webapp-config to install the files in expected location like 1.15.3 and prior

Expected Results:  
It should have installed like 1.15.3 and prior by placing files in the expected location without webapp-config much like roundcube, owncloud, squirrelmail, phppgadmin
Comment 1 coran.fisher@gmail.com 2015-03-21 17:34:01 UTC
What I expect is for tt-rss-20150304 to act like tt-rss-1.15.3 and earlier as well as owncloud, roundcube etc.  This is to install files in the normal location when not using vhosts without the need of manually invoking webapp-config.  tt-rss-20150304 unlike all previous versions appears not to obey -vhosts and requires web-app config to install manually.

I often downgraded as I needed to be able to run tt-rss and did not find the installed files.  1.15.3 continues to operate as expected.  The issue was introduced in 20150304 and is always reproducable.
Comment 2 Thomas Kahle (RETIRED) gentoo-dev 2015-03-23 13:02:05 UTC
I see it now.  This was an oversight on my side.  It should be fixed now.  The updated ebuild will hit rsync mirrors in a few hours.

Thanks for reporting.

+  23 Mar 2015; Thomas Kahle <tomka@gentoo.org> tt-rss-20150304.ebuild:
+  Call webapp pkg_postinst again (bug 543626)
Comment 3 coran.fisher@gmail.com 2015-03-24 06:28:45 UTC
Just wanted to give confirmation I see the fix on my side as well.  I compared behavior of 1.15.3 vs 20150304 and they are the same.  
Thank you.