Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 452844 - dev-python/django-1.4.2-r1 doesn't install any files
Summary: dev-python/django-1.4.2-r1 doesn't install any files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal critical (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 14:45 UTC by Daniel Troeder
Modified: 2013-01-20 10:48 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge--info.txt,7.53 KB, text/plain)
2013-01-18 14:48 UTC, Daniel Troeder
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Troeder 2013-01-18 14:45:38 UTC
Merge looks good and doesn't fail, but no files get installed. Content of /var/db/pkg/dev-python/django-1.4.2-r1/CONTENTS is:

dir /var
dir /var/db
dir /var/db/webapps
dir /var/db/webapps/django
dir /var/db/webapps/django/1.4.2-r1
obj /var/db/webapps/django/1.4.2-r1/.keep_dev-python_django-0 d41d8cd98f00b204e9800998ecf8427e 1358519916

With 1.4.2 both /usr/lib64/python2.7/site-packages/django and /usr/share/webapps/django/1.4.2/htdocs/ contain files.

Reproducible: Always

Steps to Reproduce:
1.emerge =dev-python/django-1.4.2-r1
2. wc -l /var/db/pkg/dev-python/django-1.4.2-r1/CONTENTS  --> 6


Expected Results:  
1.emerge =dev-python/django-1.4.2
2. wc -l /var/db/pkg/dev-python/django-1.4.2/CONTENTS  --> 5908
Comment 1 Daniel Troeder 2013-01-18 14:47:48 UTC
$ emerge -pv dev-python/django
[ebuild     U  ] dev-python/django-1.4.2-r1 [1.4.2] USE="mysql postgres sqlite -doc {-test} -vhosts" PYTHON_TARGETS="python2_7%* -python2_5% -python2_6%" 0 kB

attaching emerge --info
Comment 2 Daniel Troeder 2013-01-18 14:48:23 UTC
Created attachment 336052 [details]
emerge --info

$ emerge --info
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-19 18:02:01 UTC
Ah, i see the issue now. I wonder why it didn't trigger for me…
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-19 18:11:24 UTC
Fixed in -r2.
Comment 5 Daniel Troeder 2013-01-20 10:48:20 UTC
works, thank you :)