Ticket #18 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

DSSS & Rebuild fails to build derelictgl

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

Description

I guess the build command has some problems with long a list of parameters:

C:\D\dsss\tmp\derelictgl>dsss build
Creating imports for DD-derelict-opengl

derelict\opengl => DD-derelict-opengl
+ c:\D\dsss\bin\rebuild.exe -Idsss_imports ... (impossibly long list of stuff) ...
Command c:\D\dsss\bin\rebuild.exe returned with exitcode 1, aborting.
C:\>dsss net install derelictgl
Synchronizing...
+ curl -s -S -k http://svn.dsource.org/projects/dsss/sources/source.list -o c:\D\dsss\share\dsss\sou
rces\source.list -z c:\D\dsss\share\dsss\sources\source.list
+ curl -s -S -k http://svn.dsource.org/projects/dsss/sources/pkgs.list -o c:\D\dsss\share\dsss\sources\pkgs.list -z c:\D\dsss\share\dsss\sources\pkgs.list
+ curl -s -S -k http://svn.dsource.org/projects/dsss/sources/mirrors.list -o c:\D\dsss\share\dsss\sources\mirrors.list -z c:\D\dsss\share\dsss\sources\mirrors.list

Working in c:\D\dsss\tmp\DSSS_derelictgl
+ svn co http://svn.dsource.org/projects/derelict/trunk/DerelictGL
<snip>
Checked out revision 246.
+ curl -k http://svn.dsource.org/projects/dsss/sources/derelictgl.diff -o derelictgl.diff
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   305  100   305    0     0    751      0 --:--:-- --:--:-- --:--:--     0
+ unix2dos derelictgl.diff
derelictgl.diff: done.
patching file dsss.conf
Uninstalling derelictgl
<snip>

Error: files.tmp: The system cannot find the file specified.

When calling rebuild manually it just says

The input line is too long.

The same operation works on Linux.

Change History

03/17/07 15:49:53 changed by Gregor

  • status changed from new to assigned.

I'm going to set up DSSS to use response files for rebuild. Thanks for the bug report.

03/17/07 16:18:47 changed by Gregor

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

Fixed in revision 422, which will be release 0.56. Closing.