View Single Post
Posts: 152 | Thanked: 58 times | Joined on Oct 2010 @ void
#10
[EDIT] Nevermind. Just followed MohammadAG's instruction in #3 and then package was set up successfully.

What is the current status of the package?

I got these errors when installing several dev tools
Code:
Setting up automake1.9 (1.9.5-1osso3) ...
update-alternatives: unable to make /usr/share/man/man1/automake.1.gz.dpkg-tmp a symlink to /etc/alternatives/automake.1.gz: No such file or directory
update-alternatives: ignoring error.
mv: cannot rename '/usr/share/man/man1/automake.1.gz.dpkg-tmp': No such file or directory
update-alternatives: unable to install /usr/share/man/man1/automake.1.gz.dpkg-tmp as /usr/share/man/man1/automake.1.gz: No such file or directory
update-alternatives: ignoring error.
update-alternatives: unable to make /usr/share/man/man1/aclocal.1.gz.dpkg-tmp a symlink to /etc/alternatives/aclocal.1.gz: No such file or directory
update-alternatives: ignoring error.
mv: cannot rename '/usr/share/man/man1/aclocal.1.gz.dpkg-tmp': No such file or directory
update-alternatives: unable to install /usr/share/man/man1/aclocal.1.gz.dpkg-tmp as /usr/share/man/man1/aclocal.1.gz: No such file or directory
update-alternatives: ignoring error.
install-info(/usr/share/info/automake-1.9.info): 
dpkg: error processing automake1.9 (--configure):
 subprocess post-installation script returned error exit status 2
Setting up man-db-n900 (2.5.1-3maemo6) ...
Generating manual database, this will take some time, please be patient!
mandb: manp.c:959: get_manpath_from_path: Assertion `len' failed.
Aborted
dpkg: error processing man-db-n900 (--configure):
 subprocess post-installation script returned error exit status 134
Setting up bison (1:1.875d-1osso2) ...
update-alternatives: unable to make /usr/share/man/man1/yacc.1.gz.dpkg-tmp a symlink to /etc/alternatives/yaccman: No such file or directory
update-alternatives: ignoring error.
mv: cannot rename '/usr/share/man/man1/yacc.1.gz.dpkg-tmp': No such file or directory
update-alternatives: unable to install /usr/share/man/man1/yacc.1.gz.dpkg-tmp as /usr/share/man/man1/yacc.1.gz: No such file or directory
update-alternatives: ignoring error.
install-info(/usr/share/info/bison.info): 
dpkg: error processing bison (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 automake1.9
 man-db-n900
 bison
Thanks!

Last edited by 009N; 2010-11-27 at 06:53. Reason: Problem solved.