Active Topics

 



Notices


Reply
Thread Tools
Posts: 87 | Thanked: 80 times | Joined on Sep 2009
#21
Originally Posted by xes View Post
...

To install, unpack the tar in /opt
and

...
Hi xes,

I have problems extracting the tarball:

Code:
delenn:/opt# tar xfvz claws_3.7.10_plus_extra_plugins_Xes_03.tar.gz .
gzip: invalid magic
tar: Child returned status 1
tar: .: Nicht im Archiv gefunden.
tar: Beende mit Fehlerstatus aufgrund vorheriger Fehler
I downloadad the tarball three times, always with the same result.

I cannot untar it on my host machine too.
The md5sum of the downloaded tarball:

Code:
286d4588067bed6357629df1299fdda2
Could you please doublecheck your uploaded tarball?

Tnx & CU

Michael
 
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#22
Originally Posted by magic_doc View Post
Hi xes,

I have problems extracting the tarball:

Code:
delenn:/opt# tar xfvz claws_3.7.10_plus_extra_plugins_Xes_03.tar.gz .
gzip: invalid magic
tar: Child returned status 1
tar: .: Nicht im Archiv gefunden.
tar: Beende mit Fehlerstatus aufgrund vorheriger Fehler
I downloadad the tarball three times, always with the same result.


....update first post with a warning.
I cannot untar it on my host machine too.
The md5sum of the downloaded tarball:

Code:
286d4588067bed6357629df1299fdda2
Could you please doublecheck your uploaded tarball?

Tnx & CU

Michael

Just verified... you are right the file downloaded from filedropper has been converted to the tar format (gunzipped).

Really strange! I tried to upload it again but filedropper trasformed also the new one in tar format while keeping the old extension.

You can check the size:
the gzipped one should be abot 7 MB.
The tar one is about 20 MB.

Sorry, i have to find another upload service.

Until that, if you still can't open it, you should use mc or:

tar xf claws_3.7.10_plus_extra_plugins_Xes_03.tar.gz


.....updated first post with a warning.

Last edited by xes; 2012-03-06 at 14:41.
 

The Following User Says Thank You to xes For This Useful Post:
Posts: 24 | Thanked: 5 times | Joined on Feb 2011
#23
The problem is that they're fake gz files. Remove the .gz extension (so they're only tar files) and it'll extract fine

ETA: Tired brain is tired. I see you already answered the question lol Do you mind if I mirror the files on box.net?

Last edited by canuckkat; 2012-03-06 at 14:29.
 
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#24
Originally Posted by canuckkat View Post
The problem is that they're fake gz files. Remove the .gz extension (so they're only tar files) and it'll extract fine

ETA: Tired brain is tired. I see you already answered the question lol Do you mind if I mirror the files on box.net?

YES...BUT...they became fake tar.gz only after the download.... I don't know what the #### filedropper is doing to that files... You can try. Upload one tar.gz and you will obtain a tar.

Concerning mirroring, feel free to public some new link i will insert them in the first post.
 
Posts: 24 | Thanked: 5 times | Joined on Feb 2011
#25
BigPix2_std_theme_double_size_more_colors.tar.gz: http://www.box.com/s/cfodl1leqve92hjkv2cp 202.4KB

claws_3.7.10_plus_extra_plugins_Xes_03.tar.gz: http://www.box.com/s/03s1vgli8763v5qxpmjx 7.3MB

The md5sums should be:

Code:
58b8e09bd77d63beb4c2545442bbc0fe BigPix2_std_theme_double_size_more_colors.tar.gz
1d27754a625dd9e6a43a0dc29656f57e  claws_3.7.10_plus_extra_plugins_Xes_03.tar.gz
Let me know if something's not right
 

The Following User Says Thank You to canuckkat For This Useful Post:
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#26
Originally Posted by canuckkat View Post
BigPix2_std_theme_double_size_more_colors.tar.gz: http://www.box.com/s/cfodl1leqve92hjkv2cp 202.4KB

claws_3.7.10_plus_extra_plugins_Xes_03.tar.gz: http://www.box.com/s/03s1vgli8763v5qxpmjx 7.3MB

The md5sums should be:

Code:
58b8e09bd77d63beb4c2545442bbc0fe BigPix2_std_theme_double_size_more_colors.tar.gz
1d27754a625dd9e6a43a0dc29656f57e  claws_3.7.10_plus_extra_plugins_Xes_03.tar.gz
Let me know if something's not right
Perfect!
First post has been updated with the new links.
(...filedropper bye bye )
 
Posts: 87 | Thanked: 80 times | Joined on Sep 2009
#27
Originally Posted by xes View Post
Updated first post with links to sources.

Concerning the requirements, i suggest to run:
ldd /opt/claws/bin/claws-mail.bin

and for the plugins:

ldd /opt/claws/lib/claws-mail/plugins/*PLUGIN_NAME*.so

to check if you have all the required libs. (there are a lot of required libs to make them work!)

For Fancy webkit html viewer, don't forget to install libsoup-2.26 and libwebkit-1.0...
Thanks, installation successful now!

I needed to install the following dependencies for the main package:

Code:
apt-get install libenchant1c2a libgpgme11 ibgnutls26 libetpan13 libsasl2-2
For the Fancy-Plugin I needed:

Code:
apt-get install libwebkit-1.0-1 libsoup2.26-1
HTH & HAND!

Michael
 

The Following User Says Thank You to magic_doc For This Useful Post:
Posts: 24 | Thanked: 5 times | Joined on Feb 2011
#28
I forgot that in the first post, it should say chown user:users as the group is users, not user.
 
Posts: 1 | Thanked: 0 times | Joined on Aug 2012
#29
Originally Posted by magic_doc View Post
Thanks, installation successful now!

I needed to install the following dependencies for the main package:

Code:
apt-get install libenchant1c2a libgpgme11 ibgnutls26 libetpan13 libsasl2-2
For the Fancy-Plugin I needed:

Code:
apt-get install libwebkit-1.0-1 libsoup2.26-1
HTH & HAND!

Michael
Hi What repositories are you using? I can't find libenchant in any fremantle repository.
 
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#30
Originally Posted by mdhoggmd View Post
Hi What repositories are you using? I can't find libenchant in any fremantle repository.
I think that the missing repo should be the extras-devel...
Please check you repository's list and ensure that the following are present.

deb http://repository.maemo.org/extras/ fremantle-1.3 free
deb http://repository.maemo.org/extras-devel/ fremantle-1.3 free
deb http://repository.maemo.org/extras-testing/ fremantle-1.3 free
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:00.