@jamie81
Excuse me that "SPM Debian" check is missing.
When use version is not selected yet, the error message is sent.
It should be checked. But it is not checked.
Please select a use version first.
Thank you for your report.
------------------------------------------------------------------------------------------
analyze the error message "wget (
http://ftp.jp.debian.org/debian/dists/skip/Release) error"
1. printing point
file:/opt/porteus-scripts/simplepm/deb_versions, function:downloadDebianDB(), line:209
$SUBDIR/dialogERROR "`expMSG debMSG_20`" 500 gtk-stop
2. printing reason
file:/opt/porteus-scripts/simplepm/deb_versions, function:downloadDebianDB(), line:204
wget -o $WRK/in -c $DEBIANREPO/dists/$1/Release -P $OPT/debian/$1
---->
wget -o $WRK/in -c
http://ftp.jp.debian.org/debian/dists/skip/Release
result:wget error
3. caller of downloadDebianDB()
file:/opt/porteus-scripts/simplepm/deb_versions, function:set_debian_data_base(), line:402
if ! downloadDebianDB $1 ;
---->
if ! downloadDebianDB skip ;
4. caller of set_debian_data_base()
file:/opt/porteus-scripts/simplepm/deb_versions, function:deb_update_database(), line:521
if ! set_debian_data_base $DEBVER skip
---->
if ! set_debian_data_base skip
5. caller of deb_update_database()
call deb_update_database() function without DEBVER value setting.
6. How to set DEBVER "debian version" in GUI.
select in "Select a version" frame (left on top).
------------------------------------------------------------------------------------------
next update:
file:/opt/porteus-scripts/simplepm/deb_versions, function:deb_update_database(),
insert following lines between line 499 and line 500.
Code: Select all
if [[ -z "$DEBVER" ]]
then
return
fi