|
2009-12-14
, 13:12
|
|
Posts: 1,348 |
Thanked: 1,863 times |
Joined on Jan 2009
@ fr/35/rennes
|
#2
|
Hello,
I wanted to develop on my N900 so I needed a version control software. I have seen that Subversion was available but I personnally prefer Mercurial.
|
2009-12-24
, 21:48
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#3
|
Hello,
I wanted to develop on my N900 so I needed a version control software. I have seen that Subversion was available but I personnally prefer Mercurial.
So I took the last version (1.4.1) and try to build it on the Scratchbox.
Amazingly enough, it works the first time without any problem.
I then just copied the files on my N900 and so far everything is working perfectly.
Maemo 5/N900 is indeed fantastic
P.S. : I would gladly try to make a deb and submit it, but I began to read everything about dh_make and maemo-optify and realized that I couldn't do it before next month (not enough time).
The Following User Says Thank You to Nathan For This Useful Post: | ||
|
2011-01-18
, 16:46
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#4
|
hg abort: couldn't find mercurial libraries in [/usr/bin /usr/lib/python2.5 /usr/lib/python2.5/plat-linux2 /usr/lib/python2.5/lib-tk /usr/lib/python2.5/lib-dynload /usr/local/lib/python2.5/site-packages /usr/lib/python2.5/site-packages /usr/lib/python2.5/site-packages/Numeric /usr/lib/python2.5/site-packages/gst-0.10 /usr/lib/pymodules/python2.5 /usr/lib/pymodules/python2.5/gtk-2.0] (check your install and PYTHONPATH)
|
2011-01-23
, 18:59
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#5
|
|
2011-05-23
, 06:46
|
Posts: 20 |
Thanked: 16 times |
Joined on Jun 2010
|
#6
|
dpkg -i /var/cache/apt/archives/mercurial-common_1.4.1-maemo1_all.deb
The Following User Says Thank You to eagle_linux For This Useful Post: | ||
|
2011-05-23
, 10:04
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#7
|
$ hg Traceback (most recent call last): File "/usr/bin/hg", line 27, in <module> mercurial.dispatch.run() File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 16, in run sys.exit(dispatch(sys.argv[1:])) File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 21, in dispatch u = _ui.ui() File "/usr/lib/python2.5/site-packages/mercurial/ui.py", line 35, in __init__ for f in util.rcpath(): File "/usr/lib/python2.5/site-packages/mercurial/util.py", line 1171, in rcpath _rcpath = os_rcpath() File "/usr/lib/python2.5/site-packages/mercurial/util.py", line 1146, in os_rcpath path = system_rcpath() File "/usr/lib/python2.5/site-packages/mercurial/posix.py", line 42, in system_rcpath '/../etc/mercurial')) File "/usr/lib/python2.5/site-packages/mercurial/posix.py", line 31, in rcfiles for f, kind in osutil.listdir(rcdir) File "/usr/lib/python2.5/site-packages/mercurial/demandimport.py", line 75, in __getattribute__ self._load() File "/usr/lib/python2.5/site-packages/mercurial/demandimport.py", line 47, in _load mod = _origimport(head, globals, locals) ImportError: No module named osutil
|
2011-05-23
, 11:55
|
Posts: 20 |
Thanked: 16 times |
Joined on Jun 2010
|
#8
|
The Following User Says Thank You to eagle_linux For This Useful Post: | ||
|
2011-05-23
, 12:36
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#9
|
|
2011-05-23
, 12:52
|
Posts: 20 |
Thanked: 16 times |
Joined on Jun 2010
|
#10
|
dpkg -i mercurial_1.4.1-maemo1_armel.deb dpkg -i mercurial-common_1.4.1-maemo1_armel.deb
The Following User Says Thank You to eagle_linux For This Useful Post: | ||
I wanted to develop on my N900 so I needed a version control software. I have seen that Subversion was available but I personnally prefer Mercurial.
So I took the last version (1.4.1) and try to build it on the Scratchbox.
Amazingly enough, it works the first time without any problem.
I then just copied the files on my N900 and so far everything is working perfectly.
Maemo 5/N900 is indeed fantastic
P.S. : I would gladly try to make a deb and submit it, but I began to read everything about dh_make and maemo-optify and realized that I couldn't do it before next month (not enough time).