It is currently Sat Feb 04, 2012 7:06 am

All times are UTC + 2 hours




Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: [ANN] OpenERP 5.0.0-rc1
PostPosted: Fri Nov 28, 2008 11:42 pm 
Offline
OpenERP Developer

Joined: Sun Mar 23, 2008 12:41 pm
Posts: 138
Location: Grand-Rosiere
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


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 29, 2008 6:29 pm 
Offline

Joined: Tue Oct 07, 2008 2:16 pm
Posts: 104
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


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 29, 2008 10:07 pm 
Offline
OpenERP Developer

Joined: Sun Mar 23, 2008 12:41 pm
Posts: 138
Location: Grand-Rosiere
You can launch the server without build it.

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

_________________
OpenERP Developer


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 30, 2008 1:45 pm 
Offline

Joined: Tue Oct 07, 2008 2:16 pm
Posts: 104
but it is not install in a "normal" directory !?!

_________________
COPAGEX - NANTES
http://www.copagex.fr


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 01, 2008 4:54 am 
Offline

Joined: Sat Aug 18, 2007 7:14 am
Posts: 746
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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 01, 2008 10:58 am 
Offline

Joined: Tue Oct 07, 2008 2:16 pm
Posts: 104
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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 01, 2008 3:05 pm 
Offline
OpenERP Developer

Joined: Sun Mar 23, 2008 12:41 pm
Posts: 138
Location: Grand-Rosiere
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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 01, 2008 5:28 pm 
Offline

Joined: Tue Oct 07, 2008 2:16 pm
Posts: 104
Cela sera fait.

Merci

_________________
COPAGEX - NANTES
http://www.copagex.fr


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 05, 2008 10:09 pm 
Offline

Joined: Tue Oct 07, 2008 2:16 pm
Posts: 104
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


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 06, 2008 7:36 pm 
Offline
OpenERP Developer

Joined: Sun Mar 23, 2008 12:41 pm
Posts: 138
Location: Grand-Rosiere
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


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 06, 2008 10:21 pm 
Offline

Joined: Tue Oct 07, 2008 2:16 pm
Posts: 104
Thanks
I did a mistake and film test this rc tomorrow

_________________
COPAGEX - NANTES
http://www.copagex.fr


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 07, 2008 6:06 pm 
Offline

Joined: Sat Aug 18, 2007 7:14 am
Posts: 746
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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 07, 2008 6:39 pm 
Offline

Joined: Tue Mar 04, 2008 11:41 am
Posts: 319
Location: Athens, Greece
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?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 07, 2008 6:43 pm 
Offline

Joined: Sat Aug 18, 2007 7:14 am
Posts: 746
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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 07, 2008 8:04 pm 
Offline

Joined: Sat Aug 18, 2007 7:14 am
Posts: 746
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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next

All times are UTC + 2 hours


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

Search for:

Protected by Anti-Spam ACP