|
2010-06-23
, 15:48
|
|
Posts: 102 |
Thanked: 153 times |
Joined on Feb 2010
|
#12
|
|
2010-06-24
, 09:44
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#13
|
madbin_dir=`mad query install-dir`/madbin echo $madbin_dir mv "$madbin_dir/tarlisted" "$madbin_dir/tarlisted.old" mv tarlisted "$madbin_dir"
|
2010-07-01
, 22:26
|
Posts: 1 |
Thanked: 0 times |
Joined on Jul 2010
|
#14
|
|
2010-07-02
, 06:45
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#15
|
I'm using the Windows version of new Nokia Qt SDK.
So can you give me advices because this download
http://www.iki.fi/too/sw/tarlisted/tarlisted-3.0.tar.gz
is for linux users.
Thanks.
$ mad curl -o tarlisted.exe http://www.guru-group.fi/too/sw/tarlisted/tarlisted30.exe $ mv /madbin/tarlisted.exe /madbin/tarlisted.exe.old $ mv tarlisted.exe /madbin
|
2010-07-02
, 06:57
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#16
|
|
2010-07-02
, 13:40
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#17
|
|
2010-07-08
, 23:15
|
Posts: 4 |
Thanked: 0 times |
Joined on Jul 2010
@ Porvoo
|
#18
|
|
2010-08-04
, 15:41
|
|
Posts: 135 |
Thanked: 375 times |
Joined on Mar 2010
@ Hong Kong
|
#19
|
I've committed fix to our repository. Will be in gitorius next week.
Anyone adventurous may want to help me testing this:
go download
http://www.iki.fi/too/sw/tarlisted/tarlisted-3.0.tar.gz
extract and compile and then run
and then try rebuilding problematic package with MADDE.Code:madbin_dir=`mad query install-dir`/madbin echo $madbin_dir mv "$madbin_dir/tarlisted" "$madbin_dir/tarlisted.old" mv tarlisted "$madbin_dir"
tar cvf foo.tar conffiles control md5sums postinst postrm
gives me 20480 byte file.
even adding all those sizes (rounded up to 512 bytes) 7168 (and
if rounded to 1024, max 10240 bytes)
Still (gnu) tar wants to build 20480 byte file.
I'll have to figure this out... Thanks for the report.
EDIT: OK, there needs to be 1024-aligned page with zeroes, and then size multiple if 10240... Oh my, why is that tar so picky ;/
Last edited by too; 2010-06-23 at 15:12.