This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#125 closed defect (worksforme)

After a standard installation (easy_install) trashCan.py is empty

Reported by: sylvestre Owned by:
Priority: normal Milestone: v0.97.0
Component: Installation Version: 0.97.0
Keywords: Cc:

Description

# ls -al /usr/lib/python2.5/site-packages/cds_indico-0.97b-py2.5.egg/MaKaC/trashCan.py
-rw-r--r-- 1 root root 0 jan 13 22:14 /usr/lib/python2.5/site-packages/cds_indico-0.97b-py2.5.egg/MaKaC/trashCan.py

Change History (3)

comment:1 Changed 6 years ago by pferreir

  • Milestone set to v0.97

comment:2 Changed 6 years ago by pferreir

  • Resolution set to worksforme
  • Status changed from new to closed

Can't reproduce this one... please try again and check for eventual permission issues, and reopen the ticket if it persists.

comment:3 Changed 6 years ago by sylvestre

(I cannot reopen the bug myself)
I reproduced it again without any issue with python-setuptools version 0.6c8 (debian package)

# rm -rf /usr/lib/python2.5/site-packages/cds_indico-0.97b-py2.5.egg
# easy_install cds-indico
Searching for cds-indico
[1]
# # ls -al /usr/lib/python2.5/site-packages/cds_indico-0.97b-py2.5.egg/MaKaC/trashCan.py
-rw-r--r-- 1 root root 0 jan 22 11:02 /usr/lib/python2.5/site-packages/cds_indico-0.97b-py2.5.egg/MaKaC/trashCan.py

[1]
Reading http://pypi.python.org/simple/cds-indico/
Reading http://cdswaredev.cern.ch/indico
Reading http://cdswaredev.cern.ch/indico/wiki/Releases/Indico0.97.0
Best match: cds-indico 0.97b
Downloading http://cdsware.cern.ch/indico/download/cds_indico-0.97b-py2.5.egg
Processing cds_indico-0.97b-py2.5.egg
creating /usr/lib/python2.5/site-packages/cds_indico-0.97b-py2.5.egg
Extracting cds_indico-0.97b-py2.5.egg to /usr/lib/python2.5/site-packages
Adding cds-indico 0.97b to easy-install.pth file
Installing taskDaemon script to /usr/bin
Installing indico_ctl script to /usr/bin
Installing indico_initial_setup script to /usr/bin

Installed /usr/lib/python2.5/site-packages/cds_indico-0.97b-py2.5.egg
Reading http://cdswaredev.cern.ch/indico/wiki/Admin/Installation/IndicoExtras
Processing dependencies for cds-indico
Finished processing dependencies for cds-indico

Note: See TracTickets for help on using tickets.