You are not logged in.
Hi all, i have some issues compiling fsharp for linux. I already have mono installed on my laptopo, so no missing dependencies problem. This is my output (in italian, but i'm translating)
==> Validazione dei file sorgenti con md5sums in corso...
fsharp.zip ... Verificato
==> Estrazione dei sorgenti in corso...
-> estrazione di fsharp.zip con bsdtar in corso...
==> Entrata nell'ambiente di fakeroot in corso...
==> Avvio di build() in corso...
install: impossibile fare stat di `/tmp/yaourt-tmp-smau/aur-fsharp/fsharp/license': No such file or directory
==> ERRORE: Compilazione non riuscita.
L'operazione sta per essere interrotta...
Error: Makepkg non ha potuto costruire il pacchetto fsharp.Build isn't running because cannot stat /tmp/yaourt-tmp-smau/aur-fsharp/fsharp/license.
What's the problem here? I also tried launching directly from mono with mono InstallFsharp.exe, but it says something about a wrong CLI, and google isn't helping
Thanks in advice
Offline
I must be missing something in the PKGBUILD, but why doesn't it have an unzip step?
Offline
==> Estrazione dei sorgenti in corso...
-> estrazione di fsharp.zip con bsdtar in corso...this is the unizpping section ![]()
Offline
Build isn't running because cannot stat /tmp/yaourt-tmp-smau/aur-fsharp/fsharp/license.
What's the problem here?
It fails because that file doesn't exist (anymore?). Change the last line to something like this:
install -Dm644 LICENSE-fsharp.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"why doesn't it have an unzip step?
makepkg can unzip sources via libarchive.
PS in the future, put topics like this in the AUR subforum instead of pacman.
Last edited by tdy (2009-11-18 15:51:35)
Offline
That's good to know, thank you! ![]()
Offline