Roundup Tracker - Issues

Issue 2550620

classification
update question, files missing in tarball 1.4.3 or unneeded for updates
Type: Severity: minor
Components: Installation, Command-line interface, Infrastructure, Install Problem (example) Versions: 1.4
process
Status: closed works for me
:
: : ber, radioking, richard, schlatterbeck
Priority: :

Created on 2010-01-04 23:09 by radioking, last changed 2010-01-09 23:44 by richard.

Messages
msg3959 Author: [hidden] (radioking) Date: 2010-01-04 23:09
/roundup/roundup1.4.3$ sudo python setup.py install

leads to

###########################################################
running install
running build
*** SOURCE WARNING: There are files missing (277/283 found)!
Missing: roundup-admin
Missing: roundup-demo
Missing: roundup-gettext
Missing: roundup-mailgw
Missing: roundup-server
Missing: roundup-xmlrpc-server
###########################################################


The Rest of the installation completes without further warnings or errors.


roundup-server -v
reports
1.4.2 (python 2.5.2)


rather than 1.4.3


Did something go wrong here?
msg3960 Author: [hidden] (radioking) Date: 2010-01-04 23:37
version 1.4.4 is also missing these files:

http://pypi.python.org/pypi/roundup/1.4.4
msg3963 Author: [hidden] (ber) Date: 2010-01-05 09:11
Hi, where did you get the files for 1.4.3 from?
SVN or the tarball from 
http://pypi.python.org/packages/source/r/roundup/?

I wonder what the interest is: I mean those tarballs could just have 
been defect, and there are many new tarballs to use (like 1.4.11 which 
is the current version.)
I do not think it would be wise to re-issue new tarballs with the same 
number.
msg3964 Author: [hidden] (radioking) Date: 2010-01-05 10:12
I got the tarball for 1.4.3 from

http://pypi.python.org/pypi/roundup/1.4.3


My intention to do so:
The update documentation urged me doing this. =)

I started with 1.3.3 and have to update every version step by step.
The next thing to do was to install 1.4.3 when I reached 1.4.2.

Am I wrong with that?

AFAIK I can't jump from 1.4.2 to 1.4.11 omitting the versions in
between. It corrupts the (sqlite in this case) database, doesn't it?
msg3965 Author: [hidden] (ber) Date: 2010-01-05 10:39
I do not think you would need each version that is mentioned
in the update instructions, but on the other hand the instructions
are not entirely clear about this.

(This is why I am adding Richard and Ralf, maybe they can say
for good.)
msg3966 Author: [hidden] (schlatterbeck) Date: 2010-01-05 16:01
On Tue, Jan 05, 2010 at 10:39:53AM +0000, Bernhard Reiter wrote:
> I do not think you would need each version that is mentioned
> in the update instructions, but on the other hand the instructions
> are not entirely clear about this.
> 
> (This is why I am adding Richard and Ralf, maybe they can say
> for good.)

Bernhard, you (or ThomasAH for your tracker) *did* upgrade from 0.6.X to
current some time ago (more recently than me at least). According to
issue2550595 this worked in one step with the patches in that issue
applied?

So you're probably in a better position to comment on the upgrade
procedure than me -- I've been running quite recent trackers for quite
some time...

Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  Fax:   +43/2243/26465-23
Reichergasse 131                        www:   http://www.runtux.com
A-3411 Weidling                         email: office@runtux.com
osAlliance member                       email: rsc@osalliance.com
msg3980 Author: [hidden] (radioking) Date: 2010-01-07 16:53
I'm afraid issue2550595 won't help me much as I am upgrading from 1.3.3
only. The patch mentioned is for a lot earlier versions.


Whenever there are these warnings during installation, the version
number reported by roundup-admin -v or roundup-server -v does not
improve to the version number currently installed:

*** SOURCE WARNING: There are files missing (279/285 found)!
Missing: roundup-admin
Missing: roundup-demo
Missing: roundup-gettext
Missing: roundup-mailgw
Missing: roundup-server
Missing: roundup-xmlrpc-server





I think I get into trouble here because

roundup-admin migrate

will therefore remain in state of version 1.4.2 for these versions.
Is this a problem? Will there be migrations omitted because of the old
roundup-admin version?
msg3987 Author: [hidden] (richard) Date: 2010-01-09 21:12
That warning may be ignored. The files are generated. I need to fix that 
check to ignore them.

Please try installing the latest version of Roundup, 1.4.11
msg3988 Author: [hidden] (richard) Date: 2010-01-09 23:44
Do not mix installation from SVN with installation from tarballs. The 
former's files will be datestamped younger than the latter and thus the 
tarball files will be considered "older" and not to be installed.

Use "python setup.py install --force" to force installation of the "older" 
files from the tarballs.
History
Date User Action Args
2010-01-09 23:44:18richardsetstatus: new -> closed
resolution: works for me
messages: + msg3988
2010-01-09 21:12:29richardsetmessages: + msg3987
severity: major -> minor
2010-01-07 16:53:16radiokingsetmessages: + msg3980
2010-01-05 16:01:25schlatterbecksetmessages: + msg3966
2010-01-05 10:39:53bersetnosy: + richard, schlatterbeck
messages: + msg3965
title: files missing in version 1.4.3 -> update question, files missing in tarball 1.4.3 or unneeded for updates
2010-01-05 10:12:53radiokingsetmessages: + msg3964
2010-01-05 09:11:03bersetnosy: + ber
messages: + msg3963
2010-01-04 23:37:44radiokingsetmessages: + msg3960
2010-01-04 23:09:04radiokingcreate