Open ERP Forum
   IndexIndex   SearchSearch     RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   RSSRSS   Mailing ListMailing List   Log inLog in 

[ANN] OpenERP 5.0.0-rc1
Goto page 1, 2  Next  
Post new topic   Reply to topic    Open Object Forum Index -> General discussion
View previous topic :: View next topic  
Author Message
Stephane Wirtel
OpenERP Developer


Joined: 23 Mar 2008
Posts: 123
Location: Grand-Rosiere

PostPosted: Fri Nov 28, 2008 11:42 pm    Post subject: [ANN] OpenERP 5.0.0-rc1 Reply with quote

Hi Folks,

We have the pleasure to announce the first release candidate of OpenERP 5.0

There is a lot of bug fixes and improvements for this release.

You will find the Windows installers and the tarball archives on OpenERP download page.
The web client (a.k.a eTiny) will be available with the next release.

You can contribute to OpenERP on LaunchPad.

* OpenObject Project on LaunchPad: https://launchpad.net/openobject
* Translations: https://translations.launchpad.net/openobject (currently not up to date, stay tunes for news)
* Bug Reporting: https://bugs.launchpad.net/openobject/+filebug
* Feature Request: https://blueprints.launchpad.net/openobject

You can still get the source using bazaar:
Code:

$> bzr clone lp:openerp
$> mkdir trunk
$> cd openerp
$> ./bzr_set.py ../trunk


For more information, take a look on the wiki and the forum.

The Tiny Team,
_________________
OpenERP Developer
Back to top
View user's profile Send private message Send e-mail Visit poster's website
pasgou



Joined: 07 Oct 2008
Posts: 104

PostPosted: Sat Nov 29, 2008 6:29 pm    Post subject: Reply with quote

Can't install it :

- something with dot ... missing (I had to install pydot and pychart and I did it)

- after build, the build-scripts directory is empty.


install command is inoperant

Some help needed.
_________________
COPAGEX - NANTES
http://www.copagex.fr
Back to top
View user's profile Send private message
Stephane Wirtel
OpenERP Developer


Joined: 23 Mar 2008
Posts: 123
Location: Grand-Rosiere

PostPosted: Sat Nov 29, 2008 10:07 pm    Post subject: Reply with quote

You can launch the server without build it.

Code:

cd openerp-server-5.0.0-rc1/bin
python ./openerp-server.py

_________________
OpenERP Developer
Back to top
View user's profile Send private message Send e-mail Visit poster's website
pasgou



Joined: 07 Oct 2008
Posts: 104

PostPosted: Sun Nov 30, 2008 1:45 pm    Post subject: Reply with quote

but it is not install in a "normal" directory !?!
_________________
COPAGEX - NANTES
http://www.copagex.fr
Back to top
View user's profile Send private message
greno



Joined: 18 Aug 2007
Posts: 749

PostPosted: Mon Dec 01, 2008 4:54 am    Post subject: Reply with quote

I tried updating v5.0 to rc1 using bzr and it didn't work. See this thread:
http://www.openerp.com/forum/topic8493.html

Regards,
Gerry
Back to top
View user's profile Send private message
pasgou



Joined: 07 Oct 2008
Posts: 104

PostPosted: Mon Dec 01, 2008 10:58 am    Post subject: Reply with quote

Thanks

I will wait a version with a good and tested installation procedure.

I have had some troubles with such a description about 4.2.3.4, so ...


Regards
_________________
COPAGEX - NANTES
http://www.copagex.fr
Back to top
View user's profile Send private message
Stephane Wirtel
OpenERP Developer


Joined: 23 Mar 2008
Posts: 123
Location: Grand-Rosiere

PostPosted: Mon Dec 01, 2008 3:05 pm    Post subject: Reply with quote

We will make a new release candidate this evening,

If you have any bug, can you fill a bug report ?

https://bugs.launchpad.net/openobject/+filebug

Because without bug reports, We can not fix the issues.

Thank you
_________________
OpenERP Developer
Back to top
View user's profile Send private message Send e-mail Visit poster's website
pasgou



Joined: 07 Oct 2008
Posts: 104

PostPosted: Mon Dec 01, 2008 5:28 pm    Post subject: Reply with quote

Cela sera fait.

Merci
_________________
COPAGEX - NANTES
http://www.copagex.fr
Back to top
View user's profile Send private message
pasgou



Joined: 07 Oct 2008
Posts: 104

PostPosted: Fri Dec 05, 2008 10:09 pm    Post subject: Reply with quote

Couldn't import dot_parser, loading of dot files will not be possible.
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'console'
warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: option --build not recognized
_________________
COPAGEX - NANTES
http://www.copagex.fr
Back to top
View user's profile Send private message
Stephane Wirtel
OpenERP Developer


Joined: 23 Mar 2008
Posts: 123
Location: Grand-Rosiere

PostPosted: Sat Dec 06, 2008 7:36 pm    Post subject: Reply with quote

python setup.py build
and not python setup.py --build

You can use the --help flag to get the help

and if you test the rc1, there is a bug with the build stage, you can use the rc1.1 or use the source from LaunchPad.
_________________
OpenERP Developer
Back to top
View user's profile Send private message Send e-mail Visit poster's website
pasgou



Joined: 07 Oct 2008
Posts: 104

PostPosted: Sat Dec 06, 2008 10:21 pm    Post subject: Reply with quote

Thanks
I did a mistake and film test this rc tomorrow
_________________
COPAGEX - NANTES
http://www.copagex.fr
Back to top
View user's profile Send private message
greno



Joined: 18 Aug 2007
Posts: 749

PostPosted: Sun Dec 07, 2008 6:06 pm    Post subject: Reply with quote

Using the latest release candidate, rc1.1, I have not been able to successfully build an rpm. I am using the command:
Code:
python setup.py bdist_rpm


and I see this error:
Code:
error: File /home/greno/build/python-dist/openerp-server-5.0.0-rc1.1/build/bdist.linux-i686/rpm/openerp-server/openerp-server-5.0.0_rc1.tar.gz: No such file or directory
error: command 'rpmbuild' failed with exit status 1


Has anyone been able to build an rpm using rc1.1?

Regards,
Gerry
Back to top
View user's profile Send private message
xrg



Joined: 04 Mar 2008
Posts: 181
Location: Athens, Greece

PostPosted: Sun Dec 07, 2008 6:39 pm    Post subject: Reply with quote

Quote:

Code:
error: File /home/greno/build/python-dist/openerp-server-5.0.0-rc1.1/build/bdist.linux-i686/rpm/openerp-server/openerp-server-5.0.0_rc1.tar.gz: No such file or directory

...

Has anyone been able to build an rpm using rc1.1?


I will take a wild guess and suspect that your python-distutils have some trouble, perhaps with the release string (not all symbols from a release are acceptable in an RPM versioning).

I have build rpms, with an external script, for Mandriva. Only need some public host to let them out wild.

PS. Somebody fix the quotes in phpBB?
Back to top
View user's profile Send private message
greno



Joined: 18 Aug 2007
Posts: 749

PostPosted: Sun Dec 07, 2008 6:43 pm    Post subject: Reply with quote

Here's the full sequence of events:
Code:
tar -cf dist/openerp-server-5.0.0-rc1.tar openerp-server-5.0.0-rc1
gzip -f9 dist/openerp-server-5.0.0-rc1.tar
removing 'openerp-server-5.0.0-rc1' (and everything under it)
copying dist/openerp-server-5.0.0-rc1.tar.gz -> build/bdist.linux-i686/rpm/SOURCES
building RPMs
rpmbuild -ba --define _topdir /home/greno/build/python-dist/openerp-server-5.0.0-rc1.1/build/bdist.linux-i686/rpm --clean build/bdist.linux-i686/rpm/SPECS/openerp-server.spec
error: File /home/greno/build/python-dist/openerp-server-5.0.0-rc1.1/build/bdist.linux-i686/rpm/openerp-server/openerp-server-5.0.0_rc1.tar.gz: No such file or directory
error: command 'rpmbuild' failed with exit status 1


So it looks as though it creates the tarball and puts it in SOURCES but then it ends up looking for it somewhere else.

????

Regards,
Gerry
Back to top
View user's profile Send private message
greno



Joined: 18 Aug 2007
Posts: 749

PostPosted: Sun Dec 07, 2008 8:04 pm    Post subject: Reply with quote

Ok, found a .rpmmacros file which seemed to be affecting things. So I removed that and we get this result:
Code:
tar -cf dist/openerp-server-5.0.0-rc1.tar openerp-server-5.0.0-rc1
gzip -f9 dist/openerp-server-5.0.0-rc1.tar
removing 'openerp-server-5.0.0-rc1' (and everything under it)
copying dist/openerp-server-5.0.0-rc1.tar.gz -> build/bdist.linux-i686/rpm/SOURCES
building RPMs
rpmbuild -ba --define _topdir /home/greno/build/python-dist/openerp-server-5.0.0-rc1.1/build/bdist.linux-i686/rpm --clean build/bdist.linux-i686/rpm/SPECS/openerp-server.spec
error: File /home/greno/build/python-dist/openerp-server-5.0.0-rc1.1/build/bdist.linux-i686/rpm/SOURCES/openerp-server-5.0.0_rc1.tar.gz: No such file or directory
error: command 'rpmbuild' failed with exit status 1

So now you can see that distutils is now looking in the right directory. However it still cannot find the file. Why? Look close. It is looking for openerp-server-5.0.0_rc1.tar.gz. The tarball that it generated is named openerp-server-5.0.0-rc1.tar.gz. So where should we look to fix this?

Regards,
Gerry
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Open Object Forum Index -> General discussion All times are GMT + 2 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum