Ticket #69 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

dsss net install fails

Reported by: keinfarbton Assigned to: Gregor
Priority: major Milestone:
Component: DSSS Version:
Keywords: Cc:

Description

Trying to update dsss (with dsss 0.65). I know, i does not make sense, because there is no newer version, but i though i can use this command to ensure, i am uptodate.

/D/dsss/bin/dsss net install dsss
Synchronizing...
+ curl -s -S -k http://svn.dsource.org/projects/dsss/sources/source.list -o /D/dsss/share/dsss/sources/source.list -z /D/dsss/share/dsss/sources/source.list
+ curl -s -S -k http://svn.dsource.org/projects/dsss/sources/pkgs.list -o /D/dsss/share/dsss/sources/pkgs.list -z /D/dsss/share/dsss/sources/pkgs.list
+ curl -s -S -k http://svn.dsource.org/projects/dsss/sources/mirrors.list -o /D/dsss/share/dsss/sources/mirrors.list -z /D/dsss/share/dsss/sources/mirrors.list

Working in /tmp/DSSS_dsss
+ curl -k http://svn.dsource.org/projects/dsss/downloads/0.65/dsss-0.65.tar.bz2 -o src.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  873k  100  873k    0     0  13545      0  0:01:06  0:01:06 --:--:-- 17619
+ bunzip2 -c src.tar.bz2 | tar -xf -
Error: multiple source files, but only one .obj name

The try to install mango has another problem:

/D/dsss/bin/dsss net install mango
Synchronizing...
+ curl -s -S -k http://svn.dsource.org/projects/dsss/sources/source.list -o /D/dsss/share/dsss/sources/source.list -z /D/dsss/share/dsss/sources/source.list
+ curl -s -S -k http://svn.dsource.org/projects/dsss/sources/pkgs.list -o /D/dsss/share/dsss/sources/pkgs.list -z /D/dsss/share/dsss/sources/pkgs.list
+ curl -s -S -k http://svn.dsource.org/projects/dsss/sources/mirrors.list -o /D/dsss/share/dsss/sources/mirrors.list -z /D/dsss/share/dsss/sources/mirrors.list

Working in /tmp/DSSS_mango
+ svn co http://svn.dsource.org/projects/mango/trunk
Ausgecheckt, Revision 969.
+ curl -k http://svn.dsource.org/projects/dsss/sources/mango.diff -o mango.diff
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   927  100   927    0     0   1034      0 --:--:-- --:--:-- --:--:--     0
patching file mango/icu/ICU.d
Reversed (or previously applied) patch detected!  Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file mango/icu/ICU.d.rej

The mango net install worked with 0.64

Change History

05/26/07 15:55:10 changed by Gregor

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in revision 615. Closing.