Closed
Bug 717959
Opened 14 years ago
Closed 14 years ago
Need to put a new tag in server-core
Categories
(Cloud Services :: General, defect)
Cloud Services
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 719911
People
(Reporter: dattasmoon, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7
Steps to reproduce:
run make build, then attempt to start the server
Actual results:
the make build worked, but you can't start the server.
You get an error:
ImportError: No module named emailer
This is due to /deps/server-core/ being stuck at tag rpm-2.6.5-1. If you pull from tip, this error goes away. The _build.py pulls tags only if the tag starts with rpm-
Just setting a new version number in the server-core e.g. (rpm-2.6.5-2) with the latest code should fix this.
Expected results:
Server should have started.
I experienced the exact same problem. Note that my version of python is 2.7 on Fedora 16.
Comment 2•14 years ago
|
||
I can confirm the same problem. I tried to install a firefox-sync service in my server and I had problems with server-full dependencies (old version of server-core dep with no emailer service)
* I had to start "make build" two times, because the first time it failes.
* When I completed the make build process and tried to start the service, the import error, emailer service not available happened.
It seems that the server-core version installed is 2.1 with no emailer service. What can I do to "force" the server-core 2.7 version to be installed as dependency of server-full??
Thank you and best regards.
Comment 3•14 years ago
|
||
I have exactly the same problem on my gentoo machine with python 2.7.
But i finally got it working, afther the build process type:
bin/buildapp -c dev server-core
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•