Installation problem

"Vasileios Anagnostopoulos" <[email protected]>
Newsgroups gmane.comp.windows.gnu.user
Message-ID <[email protected]>
Hi all, I appreciate your work a lot. I would like to ask a small question
because I have an installation problem. I use getgnuwin32 because I need the
utilities. Once upon a time I made a full install with release 0.6.12 of
getgnuwin32 and all went ok. Now, I used the latest and greatest 0.6.17 and
although everything is downloaded in oldpaks, no packages are installed. I
turned echo off in download.bat and here are the details


------------------------------------------------------------>WITH ECHO OFF

C:\GetGnuWin32>download.bat
--12:17:25--  https://sourceforge.net/project/showfiles.php?group_id=23617
           => `project.html'
Resolving sourceforge.net... 66.35.250.203
Connecting to sourceforge.net|66.35.250.203|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

    [      <=>                            ] 154,416      121.24K/s

12:17:32 (120.90 KB/s) - `project.html' saved [154416]

The filename, directory name, or volume label syntax is incorrect.

C:\GetGnuWin32>

------------------------------------------------------------>WITH ECHO ON




C:\GETGNU~1>download.bat

C:\GETGNU~1>setlocal ENABLEEXTENSIONS

C:\GETGNU~1>set LC_ALL=C

C:\GETGNU~1>if . == . set GNUWIN32_MIRROR=umn

C:\GETGNU~1>set GNUWIN32_CMDLINE_MIRROR=

C:\GETGNU~1>if . == . goto command_line_end

C:\GETGNU~1>if "" == "" goto environment

C:\GETGNU~1>if not . == . goto set_wgetrc

C:\GETGNU~1>set GNUWIN32_LOAD=
http://umn.dl.sourceforge.net/sourceforge/gnuwin32
/

C:\GETGNU~1>set GNUWIN32_LOAD=
http://umn.dl.sourceforge.net/sourceforge/gnuwin32
/

C:\GETGNU~1>if "." == "." set WGETRC=C:\GETGNU~1\bin\wget.ini

C:\GETGNU~1>if "" == "" goto clean_old_lists

C:\GETGNU~1>if exist filelist.txt del filelist.txt

C:\GETGNU~1>if exist packages.txt del packages.txt

C:\GETGNU~1>if not "" == "" echo = Downloading file list from
sourceforge.net ..
.

C:\GETGNU~1>bin\wget --ca-certificate=bin\cacert.pem -O project.html
https://sou
rceforge.net/project/showfiles.php?group_id=23617
--12:19:35--  https://sourceforge.net/project/showfiles.php?group_id=23617
           => `project.html'
Resolving sourceforge.net... 66.35.250.203
Connecting to sourceforge.net|66.35.250.203|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

    [      <=>                            ] 154,416      120.33K/s

12:19:39 (120.04 KB/s) - `project.html' saved [154416]


C:\GETGNU~1>if exist project.html goto normalize

C:\GETGNU~1>if not "" == "" echo = Analysing file list ...

C:\GETGNU~1>bin\sed -n
"s/>/>\n/g;s/</\n</g;s/\(\s*\n\)\+\s*/\n/g;s/^\n\+//;s/\n
\+$//;s/^\s\+//;s/.\+/&/p" project.html  1>normal.html

C:\GETGNU~1>del project.html

C:\GETGNU~1>bin\sed -n
"/^<tr\s\+class\s*=\s*""""package""""\s*>/{n;n;n;s/.*/ &/
p};/^<a
href=""""http:\/\/downloads.sourceforge.net\/gnuwin32\/\(.*-\(bin\|doc\|
lib\|dep\)\.zip\)?.*"""">$/Is//\1/p" normal.html  1>filelist.tmp

C:\GETGNU~1>bin\sed "/^ /d" filelist.tmp  1>filelist.txt

C:\GETGNU~1>del normal.html

C:\GETGNU~1>bin\sed -n "/^ /{n;s/\(.*\)-...\.zip/\1/p}" filelist.tmp
1>packages
.txt

C:\GETGNU~1>if exist include.txt bin\sed -n
"s/\s*#.*$//;tx;:x;s/^\s*$//;t;s/\s*
//g;p" include.txt  1>include.tmp

C:\GETGNU~1>if exist include.tmp bin\sed
"s/^\(\([^-]*-[^[:digit:]]\)*[^-]*\).*$
/\1 -/" include.tmp  1>exclude.tmp

C:\GETGNU~1>if exist exclude.txt bin\sed -n
"s/\s*#.*$//;tx;:x;s/^\s*$//;t;s/^\s
*\([^[:space:]]*\)\s*$/\1 -/p" exclude.txt  1>>exclude.tmp

C:\GETGNU~1>if not exist exclude.tmp goto add_include

C:\GETGNU~1>bin\sort -u packages.txt exclude.tmp -o packages.tmp

C:\GETGNU~1>bin\sed "/^.* -$/{:x;N;s/^\([^\n]*\) -\n\1-[[:digit:]].*$/\1
-/I;tx;
D}" packages.tmp  1>packages.txt

C:\GETGNU~1>del packages.tmp

C:\GETGNU~1>del exclude.tmp

C:\GETGNU~1>if not exist include.tmp goto shuffle

C:\GETGNU~1>copy include.tmp+packages.txt packages.tmp  1>nul

C:\GETGNU~1>del packages.txt

C:\GETGNU~1>del include.tmp

C:\GETGNU~1>ren packages.tmp packages.txt

C:\GETGNU~1>bin\sed "s/^.*[^-]$/&-/" packages.txt  1>packages.tmp

C:\GETGNU~1>bin\sort filelist.txt packages.tmp -o filelist.tmp

C:\GETGNU~1>del packages.tmp

C:\GETGNU~1>bin\sed -n "h;N;s/^\([^\n]\+\)\n\1/\1/;tx;D;:x;G;P;D"
filelist.tmp
1>filelist.txt

C:\GETGNU~1>del filelist.tmp

C:\GETGNU~1>if not "" == "" echo = Starting download of all files found
whithin
the file list ...

C:\GETGNU~1>if not exist packages goto makepackages

C:\GETGNU~1>if not exist oldpacks goto makeoldpacks

C:\GETGNU~1>move /y packages\*.* oldpacks  1>nul
The filename, directory name, or volume label syntax is incorrect.

C:\GETGNU~1>rmdir /s /q packages

C:\GETGNU~1>goto makepackages

C:\GETGNU~1>mkdir packages

C:\GETGNU~1>echo http://umn.dl.sourceforge.net/sourceforge/gnuwin32/
1>loadlist
.tmp

C:\GETGNU~1>bin\sed "s/  *$//;s/ /\n/g" loadlist.tmp  1>loadlist.txt

C:\GETGNU~1>del loadlist.tmp

C:\GETGNU~1>cd packages

C:\GETGNU~1\packages>for /F %f in (..\filelist.txt) do (if not exist
..\oldpacks
\%f (for /F %m in (..\loadlist.txt) do (if not exist %f ..\bin\wget "%m%f" )
)
else (move /y ..\oldpacks\%f . ) )

C:\GETGNU~1\packages>cd ..

C:\GETGNU~1>del loadlist.txt

C:\GETGNU~1>if not exist oldpacks goto bye

C:\GETGNU~1>dir /b oldpacks  1>oldpacks.txt

C:\GETGNU~1>bin\test -s oldpacks.txt

C:\GETGNU~1>if errorlevel 1 rmdir /s /q oldpacks

C:\GETGNU~1>if exist oldpacks.txt del oldpacks.txt

C:\GETGNU~1>endlocal

C:\GETGNU~1>


Any help? Do you need more details?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
GnuWin32-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.