pogo-users team mailing list archive
-
pogo-users team
-
Mailing list archive
-
Message #00028
Re: Pogo 0.3 beta1
Hi Jendrik,
Its my pleasure that my "nano" contribution helped Pogo :)
I am looking in TODO, if I can implement something more, will tell you
when I will finalize.
Congrats for this speedy release of 0.3 .
I tried to install tarbal by $sudo make install.
Following is the output:
mithun@mithun-laptop:~/Downloads/pogo-0.3$ sudo make install
[sudo] password for mithun:
cat start.sh | sed -e 's!prefix!/usr!g' > pogo;
#cat start-remote.sh | sed -e 's!prefix!/usr!g' > pogo-remote;
echo /usr
/usr
install -m 755 -d /usr/bin /usr/share/man/man1 /usr/share/pogo
/usr/share/pogo/src /usr/share/pogo/res /usr/share/applications
/usr/share/pogo/pix /usr/share/pixmaps
install -m 755 -d /usr/share/pogo/src/gui
install -m 755 -d /usr/share/pogo/src/media
install -m 755 -d /usr/share/pogo/src/media/format
install -m 755 -d /usr/share/pogo/src/media/track
install -m 755 -d /usr/share/pogo/src/tools
install -m 755 -d /usr/share/pogo/src/modules
install -m 644 src/*.py /usr/share/pogo/src
install -m 644 src/gui/*.py /usr/share/pogo/src/gui
install -m 644 src/tools/*.py /usr/share/pogo/src/tools
install -m 644 src/media/*.py /usr/share/pogo/src/media
install -m 644 src/media/track/*.py /usr/share/pogo/src/media/track
install -m 644 src/media/format/*.py /usr/share/pogo/src/media/format
install -m 644 src/modules/*.py /usr/share/pogo/src/modules
install -m 644 res/*.glade /usr/share/pogo/res
install -m 644 doc/pogo.1 /usr/share/man/man1
#install -m 644 doc/pogo-remote.1 /usr/share/man/man1
install -m 644 pix/*.png /usr/share/pogo/pix
install -m 644 pix/pogo.png /usr/share/pixmaps
install -m 644 res/pogo.desktop /usr/share/applications
if test -L /usr/bin/pogo; then rm -f /usr/bin/pogo; fi
install -m 755 pogo /usr/bin
##
install -m 644 pogo.py /usr/share/pogo
#if test -L /usr/bin/pogo-remote; then rm -f /usr/bin/pogo-remote; fi
#install -m 755 pogo-remote /usr/bin
make -C po dist
make[1]: Entering directory `/home/mithun/Downloads/pogo-0.3/po'
for pofile in ar.po; do \
install -m 755 -d ../locale/ar/LC_MESSAGES/;\
msgconv -t UTF-8 ${pofile} -o ${pofile}_utf8;\
msgfmt ${pofile}_utf8 -o ../locale/ar/LC_MESSAGES/pogo.mo;\
rm ${pofile}_utf8;\
done
/bin/sh: msgconv: not found
/bin/sh: msgfmt: not found
rm: cannot remove `ar.po_utf8': No such file or directory
make[1]: *** [../locale/ar/LC_MESSAGES/pogo.mo] Error 1
make[1]: Leaving directory `/home/mithun/Downloads/pogo-0.3/po'
make: *** [install] Error 2
Although command ended with error 2, pogo actually runs fine.
My system: Lucid on virtualbox.
Regards,
Mithun.
On Thu, Nov 11, 2010 at 4:50 AM, Jendrik Seipp <jendrikseipp@xxxxxx> wrote:
> Hello pogo-people,
> first I'd like to say that I'm really glad that the Pogo team has grown by
> tow members and we're now 5 people confessing that they enjoy to pogo ;)
>
> Well, it is great to see so many people contributing! For version 0.3 I'm
> glad to include a very nice feature from Mithun and it's amazing that Pogo
> now is available in over 16 different languages!
>
> I have compiled a deb and tarball package for 0.3 beta 1 [1] [2]. It would
> be great if you could check it out and see if you can find any bugs. Can
> anyone please confirm that a make install in the extracted tarball works as
> it should? I don't have a testing environment at hand and don't want to
> screw up my package manager ;)
>
> Thanks for your help,
> Jendrik
>
>
> [1] http://dl.dropbox.com/u/4780737/pogo-0.3-b1.deb
> [2] http://dl.dropbox.com/u/4780737/pogo-0.3-b1.tar.gz
>
> _______________________________________________
> Mailing list: https://launchpad.net/~pogo-users<https://launchpad.net/%7Epogo-users>
> Post to : pogo-users@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~pogo-users<https://launchpad.net/%7Epogo-users>
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References