Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: bmarkus on September 25, 2009, 08:55:23 AM

Title: Appbrowser aborted installation
Post by: bmarkus on September 25, 2009, 08:55:23 AM
Installation of compiletc.tcz with appbrowser on TC 2.4rc1 stops with an md5 related error message installing pkg-config. In fact md5 doesn't match the file, so it is OK.

Running install again it says installation completed. But it is not true, sed.tcz is not installed and even not tried. In /usr/tce.installed no reference to sed and it can be installed manually with no problem.

It is definitely an appbrowser issue.

Dep file:


Quote
binutils.tczl
base-devs.tcz
bison.tcz
diffutils.tcz
file.tczl
findutils.tcz
flex.tcz
gawk.tcz
gcc.tczl
gperf.tcz
grep.tcz
m4.tcz
make.tcz
patch.tcz
pkg-config.tcz
sed.tcz
Title: Re: Appbrowser aborted installation
Post by: roberts on September 25, 2009, 12:27:44 PM
Appbrowser is support to bail out when an md5sum does not validate.
Not sure what you are saying here. Upon a second run the md5sum issue was no longer?
Are you claiming that the last files in a dep set is not loaded?
I will, of course, setup a local respository to check it out.
Title: Re: Appbrowser aborted installation
Post by: bmarkus on September 25, 2009, 12:42:21 PM
Appbrowser is support to bail out when an md5sum does not validate.
Not sure what you are saying here. Upon a second run the md5sum issue was no longer?
Are you claiming that the last files in a dep set is not loaded?
I will, of course, setup a local respository to check it out.

During the second run both pkg-config and the next dependency, sed skipped without trying to load, only complileetc is recorded as a successfully installed extension.

During the third run you get the 'Already installed..." message.

The result is a missing pkg-config due to the md5 sum issue and a missing sed. All others before pkg-config are installed correctly.


Title: Re: Appbrowser aborted installation
Post by: roberts on September 25, 2009, 01:34:24 PM
That helps. Thanks.

Title: Re: Appbrowser aborted installation
Post by: roberts on September 25, 2009, 02:24:38 PM
I could reproduce and have it fixed. Thanks for the clarification. Will be in next cut.
Title: Re: Appbrowser aborted installation
Post by: bmarkus on September 25, 2009, 02:36:53 PM
I could reproduce and have it fixed. Thanks for the clarification. Will be in next cut.

Sounds good  :-*