Paket build fails on both OsX and Linux

Created on 26 Jan 2017  Â·  6Comments  Â·  Source: fsprojects/Paket

Trying to follow the installation instructions I got the same error both on OsX (El Capitain) and Linux (Mint 18.01/Ubuntu 16.04)

Running the build.sh it fails at the end of the process missing files and dependencies

Repro steps

  1. git clone

  2. cd Paket

  3. ./build.sh

Expected behavior

The build to finish and have success

Actual behavior

Error.

Known workarounds

None.

Starting Target: Clean 
Creating /home/palutz/Project/fsharp/Paket/bin
Creating /home/palutz/Project/fsharp/Paket/temp
Finished Target: Clean
Starting Target: AssemblyInfo (==> Clean)
Created AssemblyInfo file "src/Paket/AssemblyInfo.fs".
Created AssemblyInfo file "src/Paket.Core/AssemblyInfo.fs".
Created AssemblyInfo file "src/Paket.PowerShell/AssemblyInfo.fs".
Created AssemblyInfo file "/home/palutz/Project/fsharp/Paket/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs".
Finished Target: AssemblyInfo
Starting Target: InstallDotNetCore (==> AssemblyInfo)
Creating /home/palutz/Project/fsharp/Paket/dotnetcore
Installing 'https://dotnetcli.blob.core.windows.net/dotnet/Sdk/1.0.0-preview3-004056/dotnet-dev-win-x64.1.0.0-preview3-004056.zip' to '/home/palutz/Project/fsharp/Paket/dotnetcore/dotnet-dev-win-x64.1.0.0-preview3-004056.zip
Finished Target: InstallDotNetCore
Starting Target: DotnetRestore (==> InstallDotNetCore)
/home/palutz/Project/fsharp/Paket/dotnetcore/dotnet "restore" "/home/palutz/Project/fsharp/Paket/src/Paket.Core.preview3/Paket.Core.fsproj" 
Running build failed.
Error:
System.Exception: Start of process /home/palutz/Project/fsharp/Paket/dotnetcore/dotnet failed. ApplicationName='/home/palutz/Project/fsharp/Paket/dotnetcore/dotnet', CommandLine='"restore" "/home/palutz/Project/fsharp/Paket/src/Paket.Core.preview3/Paket.Core.fsproj" ', CurrentDirectory='/home/palutz/Project/fsharp/Paket', Native error= Cannot find the specified file
  at [email protected] (System.String message) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0 
  at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finalize () [0x00012] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Microsoft.FSharp.Core.PrintfImpl+Final2@235[TState,TResidue,TResult,A,B].Invoke (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] env, A a, B b) [0x0005a] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3266-1[T2,T3,TResult,T1].Invoke (T2 u, T3 v) [0x00001] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) [0x00001] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at [email protected] (System.String arg20) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0 
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] func, T arg1, TResult arg2) [0x0001f] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Fake.ProcessHelper.ExecProcessWithLambdas (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] configProcessStartInfoF, System.TimeSpan timeOut, System.Boolean silent, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] errorF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] messageF) [0x001c1] in <582e02acccf1c534a7450383ac022e58>:0 
  at Fake.DotNetCli.Restore (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] setRestoreParams) [0x000cc] in <582e02acccf1c534a7450383ac022e58>:0 
  at [email protected] (System.String proj) [0x0000a] in <91dc98798f114daa8acda2f9472d2511>:0 
  at Microsoft.FSharp.Collections.SeqModule.Iterate[T] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] action, System.Collections.Generic.IEnumerable`1[T] source) [0x0002d] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at [email protected] (Microsoft.FSharp.Core.Unit _arg5) [0x0000b] in <91dc98798f114daa8acda2f9472d2511>:0 
  at Fake.TargetHelper+targetFromTemplate@195[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0 
  at Fake.TargetHelper.runSingleTarget (Fake.TargetHelper+TargetTemplate`1[a] target) [0x00040] in <582e02acccf1c534a7450383ac022e58>:0 

---------------------------------------------------------------------
Build Time Report
---------------------------------------------------------------------
Target              Duration
------              --------
Clean               00:00:00.0015797
AssemblyInfo        00:00:00.0227374
InstallDotNetCore   00:01:46.1144117
Total:              00:01:46.1950691
Status:             Failure
---------------------------------------------------------------------
  1) System.Exception: Start of process /home/palutz/Project/fsharp/Paket/dotnetcore/dotnet failed. ApplicationName='/home/palutz/Project/fsharp/Paket/dotnetcore/dotnet', CommandLine='"restore" "/home/palutz/Project/fsharp/Paket/src/Paket.Core.preview3/Paket.Core.fsproj" ', CurrentDirectory='/home/palutz/Project/fsharp/Paket', Native error= Cannot find the specified file
  at [email protected] (System.String message) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0 
  at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finalize () [0x00012] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Microsoft.FSharp.Core.PrintfImpl+Final2@235[TState,TResidue,TResult,A,B].Invoke (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] env, A a, B b) [0x0005a] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3266-1[T2,T3,TResult,T1].Invoke (T2 u, T3 v) [0x00001] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) [0x00001] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at [email protected] (System.String arg20) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0 
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] func, T arg1, TResult arg2) [0x0001f] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Fake.ProcessHelper.ExecProcessWithLambdas (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] configProcessStartInfoF, System.TimeSpan timeOut, System.Boolean silent, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] errorF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] messageF) [0x001c1] in <582e02acccf1c534a7450383ac022e58>:0 
  at Fake.DotNetCli.Restore (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] setRestoreParams) [0x000cc] in <582e02acccf1c534a7450383ac022e58>:0 
  at [email protected] (System.String proj) [0x0000a] in <91dc98798f114daa8acda2f9472d2511>:0 
  at Microsoft.FSharp.Collections.SeqModule.Iterate[T] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] action, System.Collections.Generic.IEnumerable`1[T] source) [0x0002d] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at [email protected] (Microsoft.FSharp.Core.Unit _arg5) [0x0000b] in <91dc98798f114daa8acda2f9472d2511>:0 
  at Fake.TargetHelper+targetFromTemplate@195[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0 
  at Fake.TargetHelper.runSingleTarget (Fake.TargetHelper+TargetTemplate`1[a] target) [0x00040] in <582e02acccf1c534a7450383ac022e58>:0 
---------------------------------------------------------------------



Most helpful comment

Hi, any update on this issue? Still failing on MacOS with latest source code

All 6 comments

please try core3 branch

2017-01-26 11:25 GMT+01:00 Stefano notifications@github.com:

Trying to follow the installation instructions I got the same error both
on OsX (El Capitain) and Linux (Mint 18.01/Ubuntu 16.04)

Running the build.sh it fails at the end of the process missing files and
dependencies
Repro steps

1.

git clone
2.

cd Paket
3.

./build.sh

Expected behavior

The build to finish and have success
Actual behavior

Error.
Known workarounds

None.

Starting Target: Clean
Creating /home/palutz/Project/fsharp/Paket/bin
Creating /home/palutz/Project/fsharp/Paket/temp
Finished Target: Clean
Starting Target: AssemblyInfo (==> Clean)
Created AssemblyInfo file "src/Paket/AssemblyInfo.fs".
Created AssemblyInfo file "src/Paket.Core/AssemblyInfo.fs".
Created AssemblyInfo file "src/Paket.PowerShell/AssemblyInfo.fs".
Created AssemblyInfo file "/home/palutz/Project/fsharp/Paket/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs".
Finished Target: AssemblyInfo
Starting Target: InstallDotNetCore (==> AssemblyInfo)
Creating /home/palutz/Project/fsharp/Paket/dotnetcore
Installing 'https://dotnetcli.blob.core.windows.net/dotnet/Sdk/1.0.0-preview3-004056/dotnet-dev-win-x64.1.0.0-preview3-004056.zip' to '/home/palutz/Project/fsharp/Paket/dotnetcore/dotnet-dev-win-x64.1.0.0-preview3-004056.zip
Finished Target: InstallDotNetCore
Starting Target: DotnetRestore (==> InstallDotNetCore)
/home/palutz/Project/fsharp/Paket/dotnetcore/dotnet "restore" "/home/palutz/Project/fsharp/Paket/src/Paket.Core.preview3/Paket.Core.fsproj"
Running build failed.
Error:
System.Exception: Start of process /home/palutz/Project/fsharp/Paket/dotnetcore/dotnet failed. ApplicationName='/home/palutz/Project/fsharp/Paket/dotnetcore/dotnet', CommandLine='"restore" "/home/palutz/Project/fsharp/Paket/src/Paket.Core.preview3/Paket.Core.fsproj" ', CurrentDirectory='/home/palutz/Project/fsharp/Paket', Native error= Cannot find the specified file
at Fake.[email protected] (System.String message) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0
at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv1[TResult].Finalize () [0x00012] in <5584aad2904cf4daa7450383d2aa8455>:0 at Microsoft.FSharp.Core.PrintfImpl+Final2@235[TState,TResidue,TResult,A,B].Invoke (Microsoft.FSharp.Core.FSharpFunc2[T,TResult] env, A a, B b) [0x0005a] in <5584aad2904cf4daa7450383d2aa8455>:0
at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3266-1[T2,T3,TResult,T1].Invoke (T2 u, T3 v) [0x00001] in <5584aad2904cf4daa7450383d2aa8455>:0
at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) [0x00001] in <5584aad2904cf4daa7450383d2aa8455>:0
at Fake.[email protected] (System.String arg20) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0
at Microsoft.FSharp.Core.FSharpFunc2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc2[T,TResult] func, T arg1, TResult arg2) [0x0001f] in <5584aad2904cf4daa7450383d2aa8455>:0
at Fake.ProcessHelper.ExecProcessWithLambdas (Microsoft.FSharp.Core.FSharpFunc2[T,TResult] configProcessStartInfoF, System.TimeSpan timeOut, System.Boolean silent, Microsoft.FSharp.Core.FSharpFunc2[T,TResult] errorF, Microsoft.FSharp.Core.FSharpFunc2[T,TResult] messageF) [0x001c1] in <582e02acccf1c534a7450383ac022e58>:0 at Fake.DotNetCli.Restore (Microsoft.FSharp.Core.FSharpFunc2[T,TResult] setRestoreParams) [0x000cc] in <582e02acccf1c534a7450383ac022e58>:0
at FSI_0005.[email protected] (System.String proj) [0x0000a] in <91dc98798f114daa8acda2f9472d2511>:0
at Microsoft.FSharp.Collections.SeqModule.Iterate[T] (Microsoft.FSharp.Core.FSharpFunc2[T,TResult] action, System.Collections.Generic.IEnumerable1[T] source) [0x0002d] in <5584aad2904cf4daa7450383d2aa8455>:0
at FSI_0005.[email protected] (Microsoft.FSharp.Core.Unit _arg5) [0x0000b] in <91dc98798f114daa8acda2f9472d2511>:0
at Fake.TargetHelper+targetFromTemplate@195[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0
at Fake.TargetHelper.runSingleTarget (Fake.TargetHelper+TargetTemplate`1[a] target) [0x00040] in <582e02acccf1c534a7450383ac022e58>:0


Build Time Report

Target Duration
------ --------
Clean 00:00:00.0015797
AssemblyInfo 00:00:00.0227374
InstallDotNetCore 00:01:46.1144117
Total: 00:01:46.1950691

Status: Failure

1) System.Exception: Start of process /home/palutz/Project/fsharp/Paket/dotnetcore/dotnet failed. ApplicationName='/home/palutz/Project/fsharp/Paket/dotnetcore/dotnet', CommandLine='"restore" "/home/palutz/Project/fsharp/Paket/src/Paket.Core.preview3/Paket.Core.fsproj" ', CurrentDirectory='/home/palutz/Project/fsharp/Paket', Native error= Cannot find the specified file
at Fake.[email protected] (System.String message) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0
at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv1[TResult].Finalize () [0x00012] in <5584aad2904cf4daa7450383d2aa8455>:0 at Microsoft.FSharp.Core.PrintfImpl+Final2@235[TState,TResidue,TResult,A,B].Invoke (Microsoft.FSharp.Core.FSharpFunc2[T,TResult] env, A a, B b) [0x0005a] in <5584aad2904cf4daa7450383d2aa8455>:0
at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3266-1[T2,T3,TResult,T1].Invoke (T2 u, T3 v) [0x00001] in <5584aad2904cf4daa7450383d2aa8455>:0
at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) [0x00001] in <5584aad2904cf4daa7450383d2aa8455>:0
at Fake.[email protected] (System.String arg20) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0
at Microsoft.FSharp.Core.FSharpFunc2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc2[T,TResult] func, T arg1, TResult arg2) [0x0001f] in <5584aad2904cf4daa7450383d2aa8455>:0
at Fake.ProcessHelper.ExecProcessWithLambdas (Microsoft.FSharp.Core.FSharpFunc2[T,TResult] configProcessStartInfoF, System.TimeSpan timeOut, System.Boolean silent, Microsoft.FSharp.Core.FSharpFunc2[T,TResult] errorF, Microsoft.FSharp.Core.FSharpFunc2[T,TResult] messageF) [0x001c1] in <582e02acccf1c534a7450383ac022e58>:0 at Fake.DotNetCli.Restore (Microsoft.FSharp.Core.FSharpFunc2[T,TResult] setRestoreParams) [0x000cc] in <582e02acccf1c534a7450383ac022e58>:0
at FSI_0005.[email protected] (System.String proj) [0x0000a] in <91dc98798f114daa8acda2f9472d2511>:0
at Microsoft.FSharp.Collections.SeqModule.Iterate[T] (Microsoft.FSharp.Core.FSharpFunc2[T,TResult] action, System.Collections.Generic.IEnumerable1[T] source) [0x0002d] in <5584aad2904cf4daa7450383d2aa8455>:0
at FSI_0005.[email protected] (Microsoft.FSharp.Core.Unit _arg5) [0x0000b] in <91dc98798f114daa8acda2f9472d2511>:0
at Fake.TargetHelper+targetFromTemplate@195[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00001] in <582e02acccf1c534a7450383ac022e58>:0

at Fake.TargetHelper.runSingleTarget (Fake.TargetHelper+TargetTemplate`1[a] target) [0x00040] in <582e02acccf1c534a7450383ac022e58>:0

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/fsprojects/Paket/issues/2124, or mute the thread
https://github.com/notifications/unsubscribe-auth/AADgNN7vD6f1BQWNqk7nqnPkUADQWaYUks5rWHSIgaJpZM4LufFR
.

Nope. (Ubuntu) Still not working:

./dotnet
./LICENSE.txt
./ThirdPartyNotices.txt
dotnet cli path - /home/palutz/.local/share/dotnetcore
 - /home/palutz/.local/share/dotnetcore/LICENSE.txt
 - /home/palutz/.local/share/dotnetcore/ThirdPartyNotices.txt
 - /home/palutz/.local/share/dotnetcore/dotnet
 - /home/palutz/.local/share/dotnetcore/dotnet-dev-ubuntu-x64.1.0.0-preview4-004233.tar.gz
 - /home/palutz/.local/share/dotnetcore/host/
 - /home/palutz/.local/share/dotnetcore/sdk/
 - /home/palutz/.local/share/dotnetcore/shared/
Finished Target: InstallDotNetCore
Starting Target: DotnetRestore (==> InstallDotNetCore)
/home/palutz/.local/share/dotnetcore/dotnet "restore" "/home/palutz/Project/fsharp/Paket/src/Paket.Core.preview3/Paket.Core.fsproj" 
Failed to initialize CoreCLR, HRESULT: 0x80131500
Running build failed.
Error:
System.Exception: Restore failed on "restore" "/home/palutz/Project/fsharp/Paket/src/Paket.Core.preview3/Paket.Core.fsproj" 
  at [email protected] (System.String message) [0x00001] in <587e3770ccf1c534a745038370377e58>:0 
  at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finalize () [0x00012] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Microsoft.FSharp.Core.PrintfImpl+Final1@224[TState,TResidue,TResult,A].Invoke (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] env, A a) [0x00038] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) [0x00001] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Fake.DotNetCli.Restore (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] setRestoreParams) [0x0011c] in <587e3770ccf1c534a745038370377e58>:0 
  at [email protected] (System.String proj) [0x0000a] in <c4a54b7f34bc41b684e4fb627e211988>:0 
  at Microsoft.FSharp.Collections.SeqModule.Iterate[T] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] action, System.Collections.Generic.IEnumerable`1[T] source) [0x0002d] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at [email protected] (Microsoft.FSharp.Core.Unit _arg2) [0x0000b] in <c4a54b7f34bc41b684e4fb627e211988>:0 
  at Fake.TargetHelper+targetFromTemplate@195[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00001] in <587e3770ccf1c534a745038370377e58>:0 
  at Fake.TargetHelper.runSingleTarget (Fake.TargetHelper+TargetTemplate`1[a] target) [0x00040] in <587e3770ccf1c534a745038370377e58>:0 

---------------------------------------------------------------------
Build Time Report
---------------------------------------------------------------------
Target              Duration
------              --------
Clean               00:00:00.0013145
AssemblyInfo        00:00:00.0268160
InstallDotNetCore   00:01:18.0800197
Total:              00:01:18.2147843
Status:             Failure
---------------------------------------------------------------------
  1) System.Exception: Restore failed on "restore" "/home/palutz/Project/fsharp/Paket/src/Paket.Core.preview3/Paket.Core.fsproj" 
  at [email protected] (System.String message) [0x00001] in <587e3770ccf1c534a745038370377e58>:0 
  at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finalize () [0x00012] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Microsoft.FSharp.Core.PrintfImpl+Final1@224[TState,TResidue,TResult,A].Invoke (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] env, A a) [0x00038] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) [0x00001] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at Fake.DotNetCli.Restore (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] setRestoreParams) [0x0011c] in <587e3770ccf1c534a745038370377e58>:0 
  at [email protected] (System.String proj) [0x0000a] in <c4a54b7f34bc41b684e4fb627e211988>:0 
  at Microsoft.FSharp.Collections.SeqModule.Iterate[T] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] action, System.Collections.Generic.IEnumerable`1[T] source) [0x0002d] in <5584aad2904cf4daa7450383d2aa8455>:0 
  at [email protected] (Microsoft.FSharp.Core.Unit _arg2) [0x0000b] in <c4a54b7f34bc41b684e4fb627e211988>:0 
  at Fake.TargetHelper+targetFromTemplate@195[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00001] in <587e3770ccf1c534a745038370377e58>:0 
  at Fake.TargetHelper.runSingleTarget (Fake.TargetHelper+TargetTemplate`1[a] target) [0x00040] in <587e3770ccf1c534a745038370377e58>:0 
---------------------------------------------------------------------
~/Project/fsharp/Paket(core3)$ 

/cc @enricosada

Assign it to me

Hi, any update on this issue? Still failing on MacOS with latest source code

Closing.

Now paket should build in macosx/unix. both configuration are under travis ci (dotnet core and normal .net) with whole test suite.

Please open an new issue if doesnt work in your os/environment

Was this page helpful?
0 / 5 - 0 ratings

Related issues

forki picture forki  Â·  5Comments

JohnyWS picture JohnyWS  Â·  7Comments

haf picture haf  Â·  7Comments

Katulus picture Katulus  Â·  8Comments

alfonsogarciacaro picture alfonsogarciacaro  Â·  8Comments