Recent

Author Topic: Fpcupdeluxe  (Read 794133 times)

macmike

  • Jr. Member
  • **
  • Posts: 85
    • Soft-Practice
Re: Fpcupdeluxe
« Reply #195 on: December 06, 2016, 08:54:27 pm »
@macmike: as promissed...

Thanks so much for your patience :) I can install and cross-compile now without errors.

Interestingly the generated arm-binary works perfectly on my RPI3 but not on my RPI2.

On RPI2 I get an error:

Code: Pascal  [Select][+][-]
  1. An unhandled exception occurred at $0002EFE0:
  2. EAccessViolation: Access violation
  3.   $0002EFE0
  4.  

I also get the same-ish error running fpcupdeluxe-arm-linux on the RPI2:

Code: Pascal  [Select][+][-]
  1. pi@raspberrypi:~ $ ./fpcupdeluxe-arm-linux
  2. An unhandled exception occurred at $00025F40:
  3. EAccessViolation: Access violation
  4.   $00025F40
  5.  
  6. pi@raspberrypi:~ $
  7.  

Both work perfectly on my RPI3 though. Compiling the code on the RPI3 means it works on the RPI2.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #196 on: December 06, 2016, 09:07:12 pm »
If time permits, I will install Raspbian on my RPi2 and try to reproduce.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #197 on: December 07, 2016, 12:38:33 pm »
New release: 1.1.0e here:
https://github.com/newpascal/fpcupdeluxe/releases/tag/v1.1.0e

Added proxy to all (internal) downloads, so better behavior when behind proxy.
Various bug-fixes.

Two new releases are available: Darwin cocoa versions for i386 and x86_64 (both cross-compiled from Windows).

A start of a wiki has been made: http://wiki.lazarus.freepascal.org/fpcupdeluxe

@macmike: your RPi2 is still work-in-progress.

mdalacu

  • Full Member
  • ***
  • Posts: 233
    • dmSimpleApps
Re: Fpcupdeluxe
« Reply #198 on: December 08, 2016, 08:25:25 am »
@mdalacu.
Error is clear. Will try to solve. New version will follow if ok.
Hi, i have tested the latest version (e), same error on Ubuntu 16.10.
Code: Pascal  [Select][+][-]
  1. Going to install/update FPC and Lazarus with given options.
  2. FPCUP(deluxe) is starting up.
  3.  
  4. Bootstrap dir:      /home/mdalacu/fpcupdeluxe/fpcbootstrap
  5. FPC URL:               http://svn.freepascal.org/svn/fpc/branches/fixes_3_0
  6. FPC options:          
  7. FPC source directory:  /home/mdalacu/fpcupdeluxe/fpc
  8. FPC install directory: /home/mdalacu/fpcupdeluxe/fpc
  9. Lazarus URL:        http://svn.freepascal.org/svn/lazarus/branches/fixes_1_6
  10. Lazarus options:    
  11. Lazarus directory:  /home/mdalacu/fpcupdeluxe/lazarus
  12. Please stand back and enjoy !
  13.  
  14. fpcupdeluxe: info: 8-12-16 09:22:03: fpcup010 (20161204) started.
  15. Executing : as "--version" (working dir: )
  16. GNU assembler (GNU Binutils for Ubuntu) 2.27
  17. Copyright (C) 2016 Free Software Foundation, Inc.
  18. This program is free software; you may redistribute it under the terms of
  19. the GNU General Public License version 3 or later.
  20. This program has absolutely no warranty.
  21. This assembler was configured for a target of `x86_64-linux-gnu'.
  22. Executing : unzip "-v" (working dir: )
  23. UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
  24.  
  25. Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip/ ;
  26. see ftp://ftp.info-zip.org/pub/infozip/UnZip.html for other sites.
  27.  
  28. Compiled with gcc 5.2.1 20151119 for Unix (Linux ELF).
  29.  
  30. UnZip special compilation options:
  31.        ACORN_FTYPE_NFS
  32.        COPYRIGHT_CLEAN (PKZIP 0.9x unreducing method not supported)
  33.        SET_DIR_ATTRIB
  34.        SYMLINKS (symbolic links supported, if RTL and file system permit)
  35.        TIMESTAMP
  36.        UNIXBACKUP
  37.        USE_EF_UT_TIME
  38.        USE_UNSHRINK (PKZIP/Zip 1.x unshrinking method supported)
  39.        USE_DEFLATE64 (PKZIP 4.x Deflate64(tm) supported)
  40.        UNICODE_SUPPORT [wide-chars, char coding: UTF-8] (handle UTF-8 paths)
  41.        LARGE_FILE_SUPPORT (large files over 2 GiB supported)
  42.        ZIP64_SUPPORT (archives using Zip64 for large files supported)
  43.        USE_BZIP2 (PKZIP 4.6+, using bzip2 lib version 1.0.6, 6-Sept-2010)
  44.        VMS_TEXT_CONV
  45.        WILD_STOP_AT_DIR
  46.        [decryption, version 2.11 of 05 Jan 2007]
  47.  
  48. UnZip and ZipInfo environment options:
  49.           UNZIP:  [none]
  50.        UNZIPOPT:  [none]
  51.         ZIPINFO:  [none]
  52.      ZIPINFOOPT:  [none]
  53. fpcupdeluxe: info: SVN client found: /usr/bin/svn
  54. Executing : bunzip2 "--help" (working dir: )
  55. bzip2, a block-sorting file compressor.  Version 1.0.6, 6-Sept-2010.
  56.  
  57.   usage: bunzip2 [flags and input files in any order]
  58.  
  59.   -h --help           print this message
  60.   -d --decompress     force decompression
  61.   -z --compress       force compression
  62.   -k --keep           keep (don't delete) input files
  63.    -f --force          overwrite existing output files
  64.    -t --test           test compressed file integrity
  65.    -c --stdout         output to standard out
  66.    -q --quiet          suppress noncritical error messages
  67.    -v --verbose        be verbose (a 2nd -v gives more)
  68.    -L --license        display software version & license
  69.    -V --version        display software version & license
  70.    -s --small          use less memory (at most 2500k)
  71.    -1 .. -9            set block size to 100k .. 900k
  72.    --fast              alias for -1
  73.    --best              alias for -9
  74.  
  75.    If invoked as `bzip2', default action is to compress.
  76.              as `bunzip2',  default action is to decompress.
  77.               as `bzcat', default action is to decompress to stdout.
  78.  
  79.   If no file names are given, bzip2 compresses or decompresses
  80.   from standard input to standard output.  You can combine
  81.   short flags, so `-v -4' means the same as -v4 or -4v, &c.
  82.  
  83. Executing : tar "--version" (working dir: )
  84. tar (GNU tar) 1.29
  85. Copyright (C) 2015 Free Software Foundation, Inc.
  86. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  87. This is free software: you are free to change and redistribute it.
  88. There is NO WARRANTY, to the extent permitted by law.
  89.  
  90. Written by John Gilmore and Jay Fenlason.
  91. Executing : make "-v" (working dir: )
  92. GNU Make 4.1
  93. Built for x86_64-pc-linux-gnu
  94. Copyright (C) 1988-2014 Free Software Foundation, Inc.
  95. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  96. This is free software: you are free to change and redistribute it.
  97. There is NO WARRANTY, to the extent permitted by law.
  98. fpcupdeluxe: info: TFPCInstaller: clean module FPC...
  99. fpcupdeluxe: ERROR: FPC: running make distclean failed: could not find compiler (/home/mdalacu/fpcupdeluxe/fpcbootstrap/ppcx64)
  100. fpcupdeluxe: info: Checking out/updating FPC sources...
  101. Executing : /usr/bin/svn "info" "--config-option" "servers:global:http-proxy-host=10.241.155.3" "--config-option" "servers:global:http-proxy-port=8080" "/home/mdalacu/fpcupdeluxe/fpc" (working dir: )
  102. Path: /home/mdalacu/fpcupdeluxe/fpc
  103. Working Copy Root Path: /home/mdalacu/fpcupdeluxe/fpc
  104. URL: http://svn.freepascal.org/svn/fpc/branches/fixes_3_0
  105. Relative URL: ^/branches/fixes_3_0
  106. Repository Root: http://svn.freepascal.org/svn/fpc
  107. Repository UUID: 3ad0048d-3df7-0310-abae-a5850022a9f2
  108. Revision: 35077
  109. Node Kind: directory
  110. Schedule: normal
  111. Last Changed Author: marco
  112. Last Changed Rev: 34961
  113. Last Changed Date: 2016-11-25 12:54:56 +0200 (Vi, 25 nov 2016)
  114.  
  115. Executing : /usr/bin/svn "info" "--config-option" "servers:global:http-proxy-host=10.241.155.3" "--config-option" "servers:global:http-proxy-port=8080" "/home/mdalacu/fpcupdeluxe/fpc" (working dir: )
  116. Path: /home/mdalacu/fpcupdeluxe/fpc
  117. Working Copy Root Path: /home/mdalacu/fpcupdeluxe/fpc
  118. URL: http://svn.freepascal.org/svn/fpc/branches/fixes_3_0
  119. Relative URL: ^/branches/fixes_3_0
  120. Repository Root: http://svn.freepascal.org/svn/fpc
  121. Repository UUID: 3ad0048d-3df7-0310-abae-a5850022a9f2
  122. Revision: 35077
  123. Node Kind: directory
  124. Schedule: normal
  125. Last Changed Author: marco
  126. Last Changed Rev: 34961
  127. Last Changed Date: 2016-11-25 12:54:56 +0200 (Vi, 25 nov 2016)
  128.  
  129. Executing : /usr/bin/svn "status" "--config-option" "servers:global:http-proxy-host=10.241.155.3" "--config-option" "servers:global:http-proxy-port=8080" "--depth" "infinity" "/home/mdalacu/fpcupdeluxe/fpc" (working dir: )
  130. fpcupdeluxe: info: Running SVN checkout or update.
  131. Executing : /usr/bin/svn "info" "--config-option" "servers:global:http-proxy-host=10.241.155.3" "--config-option" "servers:global:http-proxy-port=8080" "/home/mdalacu/fpcupdeluxe/fpc" (working dir: )
  132. Path: /home/mdalacu/fpcupdeluxe/fpc
  133. Working Copy Root Path: /home/mdalacu/fpcupdeluxe/fpc
  134. URL: http://svn.freepascal.org/svn/fpc/branches/fixes_3_0
  135. Relative URL: ^/branches/fixes_3_0
  136. Repository Root: http://svn.freepascal.org/svn/fpc
  137. Repository UUID: 3ad0048d-3df7-0310-abae-a5850022a9f2
  138. Revision: 35077
  139. Node Kind: directory
  140. Schedule: normal
  141. Last Changed Author: marco
  142. Last Changed Rev: 34961
  143. Last Changed Date: 2016-11-25 12:54:56 +0200 (Vi, 25 nov 2016)
  144.  
  145. Executing : /usr/bin/svn "cleanup" "--non-interactive" "/home/mdalacu/fpcupdeluxe/fpc" (working dir: )
  146. Executing : /usr/bin/svn "cleanup" "--non-interactive" "--remove-unversioned" "--remove-ignored" "/home/mdalacu/fpcupdeluxe/fpc" (working dir: )
  147. Executing : /usr/bin/svn "update" "--config-option" "servers:global:http-proxy-host=10.241.155.3" "--config-option" "servers:global:http-proxy-port=8080" "--quiet" "--non-interactive" "--trust-server-cert" "-r" "HEAD" "/home/mdalacu/fpcupdeluxe/fpc" (working dir: )
  148. Executing : /usr/bin/svn "info" "--config-option" "servers:global:http-proxy-host=10.241.155.3" "--config-option" "servers:global:http-proxy-port=8080" "/home/mdalacu/fpcupdeluxe/fpc" (working dir: )
  149. Path: /home/mdalacu/fpcupdeluxe/fpc
  150. Working Copy Root Path: /home/mdalacu/fpcupdeluxe/fpc
  151. URL: http://svn.freepascal.org/svn/fpc/branches/fixes_3_0
  152. Relative URL: ^/branches/fixes_3_0
  153. Repository Root: http://svn.freepascal.org/svn/fpc
  154. Repository UUID: 3ad0048d-3df7-0310-abae-a5850022a9f2
  155. Revision: 35082
  156. Node Kind: directory
  157. Schedule: normal
  158. Last Changed Author: marco
  159. Last Changed Rev: 34961
  160. Last Changed Date: 2016-11-25 12:54:56 +0200 (Vi, 25 nov 2016)
  161.  
  162. fpcupdeluxe: info: FPC was at: branch revision 34961 (repository revision 35077)
  163. fpcupdeluxe: info: No updates for FPC found.
  164. fpcupdeluxe: info: TFPCInstaller: building module FPC...
  165. fpcupdeluxe: info: We have a FPC source (@ /home/mdalacu/fpcupdeluxe/fpc) with version: 3.0.1
  166. fpcupdeluxe: info: To compile this FPC, we need (required) a compiler with version : 3.0.0
  167. Executing : /home/mdalacu/fpcupdeluxe/fpcbootstrap/ppcx64 "-iV" (working dir: )
  168. fpcupdeluxe: info: Looking for a bootstrap compiler from official FPC bootstrap binaries.
  169. fpcupdeluxe: info: Looking for official FPC bootstrapper with version 3.0.0
  170. fpcupdeluxe: info: Looking for (online) bootstrapper x86_64-linux-ppcx64.bz2
  171. fpcupdeluxe: info: Looking for official FPC bootstrapper with version 2.6.4
  172. fpcupdeluxe: info: Looking for (online) bootstrapper x86_64-linux-ppcx64.bz2
  173. fpcupdeluxe: info: Looking for official FPC bootstrapper with version 2.6.2
  174. fpcupdeluxe: info: Looking for (online) bootstrapper x86_64-linux-ppcx64.bz2
  175. fpcupdeluxe: info: Looking for official FPC bootstrapper with version 2.6.0
  176. fpcupdeluxe: info: Looking for (online) bootstrapper x86_64-linux-ppcx64.bz2
  177. fpcupdeluxe: info: Looking for official FPC bootstrapper with version 2.4.4
  178. fpcupdeluxe: info: Looking for (online) bootstrapper x86_64-linux-ppcx64.bz2
  179. fpcupdeluxe: info: Looking for official FPC bootstrapper with version 2.4.2
  180. fpcupdeluxe: info: Looking for (online) bootstrapper x86_64-linux-ppcx64.bz2
  181. fpcupdeluxe: info: Looking for official FPC bootstrapper with version 2.4.0
  182. fpcupdeluxe: info: Looking for (online) bootstrapper x86_64-linux-ppcx64.bz2
  183. fpcupdeluxe: info: Looking for a bootstrap compiler from Github FPCUP releases.
  184. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-3_0_0-x86_64-linux-ppcx64
  185. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_6_4-x86_64-linux-ppcx64
  186. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_6_2-x86_64-linux-ppcx64
  187. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_6_0-x86_64-linux-ppcx64
  188. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_4_4-x86_64-linux-ppcx64
  189. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_4_2-x86_64-linux-ppcx64
  190. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_4_0-x86_64-linux-ppcx64
  191. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_2_4-x86_64-linux-ppcx64
  192. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_2_2-x86_64-linux-ppcx64
  193. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_2_0-x86_64-linux-ppcx64
  194. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_1_4-x86_64-linux-ppcx64
  195. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_1_2-x86_64-linux-ppcx64
  196. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_0_4-x86_64-linux-ppcx64
  197. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_0_2-x86_64-linux-ppcx64
  198. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_0_0-x86_64-linux-ppcx64
  199. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-1_9_8-x86_64-linux-ppcx64
  200. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-1_9_6-x86_64-linux-ppcx64
  201. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-1_9_4-x86_64-linux-ppcx64
  202. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-1_9_2-x86_64-linux-ppcx64
  203. fpcupdeluxe: info: Checking existence of: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-1_9_0-x86_64-linux-ppcx64
  204.  
Got an unexpected exception ... don't know what to do unfortunately.

Any ideeas?

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #199 on: December 08, 2016, 08:33:46 am »
Yes, I have ideas. But its hard to test them: I am not behind a proxy.

Your problem/error is related to the fact that fpcupdeluxe tries to receive an official bootstrapper throught ftp.
I have added proxy settings into ftp, but apparently they do not work.
I have also added proxy-settings into GIT and all other download-codes ... and they also do not seem to work for you.

More research/testing is needed.
Thanks for your feedback.

mdalacu

  • Full Member
  • ***
  • Posts: 233
    • dmSimpleApps
Re: Fpcupdeluxe
« Reply #200 on: December 08, 2016, 08:44:23 am »
Yes, I have ideas. But its hard to test them: I am not behind a proxy.

Your problem/error is related to the fact that fpcupdeluxe tries to receive an official bootstrapper throught ftp.
I have added proxy settings into ftp, but apparently they do not work.
I have also added proxy-settings into GIT and all other download-codes ... and they also do not seem to work for you.

More research/testing is needed.
Thanks for your feedback.
Thanks ....but wen i try to put in a browser the bootstrapper links
Ex: https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-3_0_0-x86_64-linux-ppcx64
This is what i get. Could be related?


DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #202 on: December 08, 2016, 09:02:17 am »
I have installed squid proxy server on my outgoing server ... will try to use it

Thaddy

  • Hero Member
  • *****
  • Posts: 14197
  • Probably until I exterminate Putin.
Re: Fpcupdeluxe
« Reply #203 on: December 08, 2016, 10:45:37 am »
I have installed squid proxy server on my outgoing server ... will try to use it

Alfred, is there a reason you still stick to 2.4.0 to bootstrap?
I mean 2.4 bootstraps 2.6.X.
2.6.X is no longer maintained.
2.6.4 is to bootstrap 3.0.0 only. 3.0 is the minimum maintained version.
So shouldn't you bootstrap with 2.6.4 as a minimum?
If it is a problem to host I can put them all on my servers (I have unlimited bandwidth)
Specialize a type, not a var.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #204 on: December 08, 2016, 11:14:22 am »
@thaddy
Thanks fo your offer ! Will try to explain.

The fpcupdeluxe user selects a fpc version e.g. trunk, 3.0.0, fixes, ....
Source gets downloaded.
The source fpc makefile is scanned for the required bootstrap version.
Fpcupdeluxe tries to locate the required bootstrapper from official FPC ftp server.
If not found, it will try to locate a lower version bootstrapper from official FPC ftp server and build the required bootstrapper itself.

(Reinier, the original author, wanted fpcup to use only officially available sources)

(Here starts the violation of the above requirement:)
If no bootstrapper  found, the (old) bootstrappers hosted on fpcupdeluxe github are scanned for a suitable bootstrapper.
https://github.com/newpascal/fpcupdeluxe/releases/tag/bootstrappers_v1.0
(required for aarch64)
So, it would be quite easy to host more bootstrappers on this location.

But again, it feels like a violation ... and I am a 100% neurotic nostalgic person ... ;-) ... So, your remark is valid (as is your offer), but how to proceed is open for discussion in a somewhat peculiar way.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #205 on: December 08, 2016, 11:19:48 am »
@mdalacu
I have simulated your problem (I think).
Its has to do with https over a proxy (again I think).
How does your proxy handle https traffic.

E.g. you could try to do this (on Linux):
wget http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7za920.zip
and post the output here to show the redirects.
Especially, port redirect for https traffic.

mdalacu

  • Full Member
  • ***
  • Posts: 233
    • dmSimpleApps
Re: Fpcupdeluxe
« Reply #206 on: December 08, 2016, 11:25:59 am »
@mdalacu
I have simulated your problem (I think).
Its has to do with https over a proxy (again I think).
How does your proxy handle https traffic.

E.g. you could try to do this (on Linux):
wget http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7za920.zip
and post the output here to show the redirects.
Especially, port redirect for https traffic.
Code: Pascal  [Select][+][-]
  1. mdalacu@c026dalam2u:~/Downloads$ wget http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7za920.zip
  2. --2016-12-08 12:24:40--  http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7za920.zip
  3. Connecting to 10.241.155.3:8080... connected.
  4. Proxy request sent, awaiting response... 302 Moved Temporarily
  5. Location: http://netassist.dl.sourceforge.net/project/sevenzip/7-Zip/9.20/7za920.zip [following]
  6. --2016-12-08 12:24:40--  http://netassist.dl.sourceforge.net/project/sevenzip/7-Zip/9.20/7za920.zip
  7. Reusing existing connection to 10.241.155.3:8080.
  8. Proxy request sent, awaiting response... 200 OK
  9. Length: 384846 (376K) [application/octet-stream]
  10. Saving to: ‘7za920.zip
  11.  
  12. 7za920.zip                        100%[============================================================>] 375,83K  94,1KB/s    in 4,0s    
  13.  
  14. 2016-12-08 12:24:53 (94,1 KB/s) - ‘7za920.zip’ saved [384846/384846]
  15.  
  16. mdalacu@c026dalam2u:~/Downloads$
  17.  
  18.  
  19.  

mdalacu

  • Full Member
  • ***
  • Posts: 233
    • dmSimpleApps
Re: Fpcupdeluxe
« Reply #207 on: December 08, 2016, 11:29:01 am »
I also post the output for the bootstapper 2.4 version. Strange that it is working.
Quote
mdalacu@c026dalam2u:~/Downloads$ wget https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_4_0-x86_64-linux-ppcx64
--2016-12-08 12:27:37--  https://github.com/newpascal/fpcupdeluxe/releases/download/bootstrappers_v1.0/fpcup-2_4_0-x86_64-linux-ppcx64
Connecting to 10.241.155.3:8080... connected.
Proxy request sent, awaiting response... 302 Found
Location: https://github-cloud.s3.amazonaws.com/releases/74603442/754aa31e-b25c-11e6-953c-699e4dcbfd7d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20161208%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20161208T102750Z&X-Amz-Expires=300&X-Amz-Signature=da2bbad4767dcdce64924753332cd222f96920f08b3450dbfe7fa738279edc2e&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfpcup-2_4_0-x86_64-linux-ppcx64&response-content-type=application%2Foctet-stream [following]
--2016-12-08 12:27:37--  https://github-cloud.s3.amazonaws.com/releases/74603442/754aa31e-b25c-11e6-953c-699e4dcbfd7d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20161208%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20161208T102750Z&X-Amz-Expires=300&X-Amz-Signature=da2bbad4767dcdce64924753332cd222f96920f08b3450dbfe7fa738279edc2e&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfpcup-2_4_0-x86_64-linux-ppcx64&response-content-type=application%2Foctet-stream
Connecting to 10.241.155.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 2612952 (2,5M) [application/octet-stream]
Saving to: ‘fpcup-2_4_0-x86_64-linux-ppcx64.1’

fpcup-2_4_0-x86_64-linux-ppcx64.1 100%[============================================================>]   2,49M  1,05MB/s    in 2,4s   

2016-12-08 12:27:40 (1,05 MB/s) - ‘fpcup-2_4_0-x86_64-linux-ppcx64.1’ saved [2612952/2612952]

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #208 on: December 08, 2016, 11:42:22 am »
Is that proxy reachable from Europe ?
You could PM me with some credentials, so that I can investigate !

mdalacu

  • Full Member
  • ***
  • Posts: 233
    • dmSimpleApps
Re: Fpcupdeluxe
« Reply #209 on: December 08, 2016, 11:48:12 am »
Is that proxy reachable from Europe ?
You could PM me with some credentials, so that I can investigate !
Sorry i am working in a bank...that no way in hell that i could do that...
What do you use for downloading files?

 

TinyPortal © 2005-2018