Opened 10 years ago

Closed 10 years ago

#22264 closed Uncategorized (invalid)

warning while installing ypython27_django-1.2.7

Reported by: neelakshi Owned by: nobody
Component: Uncategorized Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

the warning that I received is as follows:
t: WARNING: File /home/y/bin/django-admin.py is already owned by active package ypython26_django-1.2.7
yinst: WARNING: File /home/y/bin64/django-admin.py is already owned by active package ypython26_django-1.2.7
yinst: ###################### WARNING ########################
yinst:
yinst: Yinst detects a duplicate file issue with the packages
yinst: as described in Bugzilla ticket 112932.
yinst: Please report these packages to their custodians via a
yinst: Bugzilla ticket.
yinst: To find which packages own the same files, run yinst
yinst: check as shown:
yinst:
yinst: yinst check 2>&1 | grep 'File belongs to more than one'
yinst:
yinst: This WARNING will become an ERROR at some point!
yinst:
yinst: #######################################################
yinst: ypython27_django-1.2.7: activated

Could you let me know if there would be any problems created while executing django applications in the future due to this warning?

Change History (2)

comment:1 by anonymous, 10 years ago

comment:2 by Russell Keith-Magee, 10 years ago

Resolution: invalid
Status: newclosed

"ypython27_django-1.2.7" isn't an official Django download; I'm guessing it's a packaged version of Django for particular distribution (although I can't say I recognise it). As a result, we're not in a position to fix anything here.

If you're looking for help, you'll need to contact whoever is responsible for packaging your version of Django.

Note: See TracTickets for help on using tickets.
Back to Top