Hallo an die Gruppe,
ich muss euch um Rat fragen da ich selber etwas überfordert bin.
Ich muss fürs Studium Rstudio auf meinem Linux-Rechner verwenden und versuche nun seit einigen Tagen (erfolglos) das Package "sf" zu installieren.
Zwar kann ich über die Kommandozeile das Package runterladen, allerdings scheint es nicht in meiner library auf und ich kann das Programm auch nicht ausführen.
Kann mir bitte jemand weiterhelfen?
LG,
Michael
Hallo Michael,
ich sehe in deinem Log folgende Fehler:
On 08/05/2022 12:33, michael.plotegher1999@gmail.com wrote:
/bin/bash: g++: Befehl nicht gefunden make: *** [/usr/lib/R/etc/Makeconf:177: handle-wkt.o] Fehler 127 ERROR: compilation failed for package ‘wk’
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c api.cpp -o api.o /bin/bash: g++: Befehl nicht gefunden make: *** [/usr/lib/R/etc/Makeconf:177: api.o] Fehler 127 ERROR: compilation failed for package ‘Rcpp’
g++ wird nicht gefunden, das ist der GNU C++ Compiler der für die Kompilierung des Pakets gebraucht wird. Dieser ist auf deinem System wahrscheinlich nicht installiert.
Zum Installieren der Compiler Tools folgendes im Terminal ausführen:
sudo apt-get install build-essential
Alternativ über den grafischen Paketmanager nach "build-essential" suchen.
Danach nochmal die Installation von dem sf Paket starten, dann sollte es funktionieren.
Grüße, Hannes
Ciao Igor. Rstudio (multipiattaforma) è pacchettizzato per Linux e così viene installato. Il punto qui in oggetto è un pacchetto/libreria interna a Rstudio; questi sono rilasciati tipicamente in sorgente e compilati all'installazione. Si tratta di un prodotto ricco ma complesso. diego --------------------------------------- Diego Maniacco, Bolzano (Italy) diego.maniacco@gmail.com ---------------------------------------
[image: Not f'd — you won't find me on Facebook] https://www.fsf.org/fb Not f'd — you won't find me on FacebookNot wa'd — you won't find me on WhatsApp
On Mon, 9 May 2022 at 10:40, Igor Falcomata' koba@cioccolatai.it wrote:
Ciao,
non ho mai usato/installato R-Studio, ma in generale, soprattutto per questi pacchetti complessi, se non hai esperienza di compilazione è decisamente meglio usare la versione "già pacchettizzata", che sia della distribuzione o dello sviluppatore, es: https://vitux.com/how-to-install-and-use-r-and-rstudio-in-linux/
r-studio dovrebbe già essere pacchettizzato per debian, e credo che su mint tu possa usare anche direttamente il .deb per debian rilasciato dagli sviluppatori.
ciao, I.
On Sun, May 08, 2022 at 10:00:53AM -0000, michael.plotegher1999@gmail.com wrote:
Hallo an die Gruppe,
ich muss euch um Rat fragen da ich selber etwas überfordert bin.
Ich muss fürs Studium Rstudio auf meinem Linux-Rechner verwenden und
versuche nun seit einigen Tagen (erfolglos) das Package "sf" zu installieren.
Zwar kann ich über die Kommandozeile das Package runterladen, allerdings
scheint es nicht in meiner library auf und ich kann das Programm auch nicht ausführen.
Kann mir bitte jemand weiterhelfen?
LG,
Michael
===============================================
Linux User Group Bolzano-Bozen-Bulsan mailing list
Le preferenze possono essere modificate da / Einstellungen können
geändert werden durch / Preferences can be changed from https://postorius.lugbz.org
oppure inviando una e-mail a / oder durch Senden einer E-Mail an / or
by sending an e-mail to lugbz-list-request@lists.lugbz.org
===============================================
Linux User Group Bolzano-Bozen-Bulsan mailing list
Le preferenze possono essere modificate da / Einstellungen können geändert werden durch / Preferences can be changed from https://postorius.lugbz.org oppure inviando una e-mail a / oder durch Senden einer E-Mail an / or by sending an e-mail to lugbz-list-request@lists.lugbz.org
Ciao,
non ho mai usato/installato R-Studio, ma in generale, soprattutto per questi pacchetti complessi, se non hai esperienza di compilazione è decisamente meglio usare la versione "già pacchettizzata", che sia della distribuzione o dello sviluppatore, es: https://vitux.com/how-to-install-and-use-r-and-rstudio-in-linux/
r-studio dovrebbe già essere pacchettizzato per debian, e credo che su mint tu possa usare anche direttamente il .deb per debian rilasciato dagli sviluppatori.
ciao, I.
On Sun, May 08, 2022 at 10:00:53AM -0000, michael.plotegher1999@gmail.com wrote:
Hallo an die Gruppe,
ich muss euch um Rat fragen da ich selber etwas überfordert bin.
Ich muss fürs Studium Rstudio auf meinem Linux-Rechner verwenden und versuche nun seit einigen Tagen (erfolglos) das Package "sf" zu installieren.
Zwar kann ich über die Kommandozeile das Package runterladen, allerdings scheint es nicht in meiner library auf und ich kann das Programm auch nicht ausführen.
Kann mir bitte jemand weiterhelfen?
LG,
Michael
===============================================
Linux User Group Bolzano-Bozen-Bulsan mailing list
Le preferenze possono essere modificate da / Einstellungen können geändert werden durch / Preferences can be changed from https://postorius.lugbz.org oppure inviando una e-mail a / oder durch Senden einer E-Mail an / or by sending an e-mail to lugbz-list-request@lists.lugbz.org
A me ha scaricato la v. 1.0.7 , qui https://r-spatial.github.io/sf/ vedo indicata 1.0.8 ...
--------------------------------------- Diego Maniacco, Bolzano (Italy) diego.maniacco@gmail.com ---------------------------------------
[image: Not f'd — you won't find me on Facebook] https://www.fsf.org/fb Not f'd — you won't find me on FacebookNot wa'd — you won't find me on WhatsApp
On Mon, 9 May 2022 at 00:01, Diego Maniacco diego.maniacco@gmail.com wrote:
Devo trovare il tempo di analizzare meglio gli errori che forse stanno in altri package che vengono richiamati dome dipendenze di "sf"; credo che sarebbe una buona idea contattare subito direttamente gli autori del package (che dovrebbe stare nei sorgenti) per chiedere un aiuto; ovviamente vorranno avere il log di compilazione e installazione.
diego
Diego Maniacco, Bolzano (Italy) diego.maniacco@gmail.com
[image: Not f'd — you won't find me on Facebook] https://www.fsf.org/fb Not f'd — you won't find me on FacebookNot wa'd — you won't find me on WhatsApp
On Sun, 8 May 2022 at 13:32, michael.plotegher1999@gmail.com wrote:
Ciao Diego,
grazie per il commento.
Sinceramente peró non so come proseguire. Saresti in grado di darmi una mano perfavore?
===============================================
Linux User Group Bolzano-Bozen-Bulsan mailing list
Le preferenze possono essere modificate da / Einstellungen können geändert werden durch / Preferences can be changed from https://postorius.lugbz.org oppure inviando una e-mail a / oder durch Senden einer E-Mail an / or by sending an e-mail to lugbz-list-request@lists.lugbz.org
Devo trovare il tempo di analizzare meglio gli errori che forse stanno in altri package che vengono richiamati dome dipendenze di "sf"; credo che sarebbe una buona idea contattare subito direttamente gli autori del package (che dovrebbe stare nei sorgenti) per chiedere un aiuto; ovviamente vorranno avere il log di compilazione e installazione.
diego --------------------------------------- Diego Maniacco, Bolzano (Italy) diego.maniacco@gmail.com ---------------------------------------
[image: Not f'd — you won't find me on Facebook] https://www.fsf.org/fb Not f'd — you won't find me on FacebookNot wa'd — you won't find me on WhatsApp
On Sun, 8 May 2022 at 13:32, michael.plotegher1999@gmail.com wrote:
Ciao Diego,
grazie per il commento.
Sinceramente peró non so come proseguire. Saresti in grado di darmi una mano perfavore?
===============================================
Linux User Group Bolzano-Bozen-Bulsan mailing list
Le preferenze possono essere modificate da / Einstellungen können geändert werden durch / Preferences can be changed from https://postorius.lugbz.org oppure inviando una e-mail a / oder durch Senden einer E-Mail an / or by sending an e-mail to lugbz-list-request@lists.lugbz.org
Ciao Diego,
grazie per il commento.
Sinceramente peró non so come proseguire. Saresti in grado di darmi una mano perfavore?
Veramente Michael di ERROR ne leggo almeno due, guarda meglio... diego --------------------------------------- Diego Maniacco, Bolzano (Italy) diego.maniacco@gmail.com ---------------------------------------
[image: Not f'd — you won't find me on Facebook] https://www.fsf.org/fb Not f'd — you won't find me on FacebookNot wa'd — you won't find me on WhatsApp
On Sun, 8 May 2022 at 12:33, michael.plotegher1999@gmail.com wrote:
Hallo Ferdinand,
danke für deine schnelle Reaktion.
Ich arbeite gerade mit der neuesten Version von Linux Mint.
ich bekomme keine Fehlermeldung:
"> install.packages("sf") Installing package into ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6’ (as ‘lib’ is unspecified) also installing the dependencies ‘e1071’, ‘wk’, ‘classInt’, ‘Rcpp’, ‘s2’, ‘units’
versuche URL 'https://cloud.r-project.org/src/contrib/e1071_1.7-9.tar.gz' Content type 'application/x-gzip' length 566723 bytes (553 KB) ================================================== downloaded 553 KB
versuche URL 'https://cloud.r-project.org/src/contrib/wk_0.6.0.tar.gz' Content type 'application/x-gzip' length 193841 bytes (189 KB) ================================================== downloaded 189 KB
versuche URL ' https://cloud.r-project.org/src/contrib/classInt_0.4-3.tar.gz' Content type 'application/x-gzip' length 403884 bytes (394 KB) ================================================== downloaded 394 KB
versuche URL 'https://cloud.r-project.org/src/contrib/Rcpp_1.0.8.3.tar.gz' Content type 'application/x-gzip' length 3086192 bytes (2.9 MB) ================================================== downloaded 2.9 MB
versuche URL 'https://cloud.r-project.org/src/contrib/s2_1.0.7.tar.gz' Content type 'application/x-gzip' length 2235408 bytes (2.1 MB) ================================================== downloaded 2.1 MB
versuche URL 'https://cloud.r-project.org/src/contrib/units_0.8-0.tar.gz' Content type 'application/x-gzip' length 866695 bytes (846 KB) ================================================== downloaded 846 KB
versuche URL 'https://cloud.r-project.org/src/contrib/sf_1.0-7.tar.gz' Content type 'application/x-gzip' length 3529597 bytes (3.4 MB) ================================================== downloaded 3.4 MB
- installing *source* package ‘e1071’ ...
** Paket ‘e1071’ erfolgreich entpackt und MD5 Summen überprüft ** using staged installation ** libs gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c Rsvm.c -o Rsvm.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c cmeans.c -o cmeans.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c cshell.c -o cshell.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c floyd.c -o floyd.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c init.c -o init.o g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c svm.cpp -o svm.o /bin/bash: g++: Befehl nicht gefunden make: *** [/usr/lib/R/etc/Makeconf:177: svm.o] Fehler 127 ERROR: compilation failed for package ‘e1071’
- removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/e1071’
Warning in install.packages : installation of package ‘e1071’ had non-zero exit status
- installing *source* package ‘wk’ ...
** Paket ‘wk’ erfolgreich entpackt und MD5 Summen überprüft ** using staged installation ** libs gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c bbox-handler.c -o bbox-handler.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c count-handler.c -o count-handler.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c debug-filter.c -o debug-filter.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c flatten-filter.c -o flatten-filter.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c handle-crc.c -o handle-crc.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c handle-rct.c -o handle-rct.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c handle-sfc.c -o handle-sfc.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c handle-wkb.c -o handle-wkb.o g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c handle-wkt.cpp -o handle-wkt.o /bin/bash: g++: Befehl nicht gefunden make: *** [/usr/lib/R/etc/Makeconf:177: handle-wkt.o] Fehler 127 ERROR: compilation failed for package ‘wk’
- removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/wk’
Warning in install.packages : installation of package ‘wk’ had non-zero exit status
- installing *source* package ‘Rcpp’ ...
** Paket ‘Rcpp’ erfolgreich entpackt und MD5 Summen überprüft ** using staged installation ** libs g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c api.cpp -o api.o /bin/bash: g++: Befehl nicht gefunden make: *** [/usr/lib/R/etc/Makeconf:177: api.o] Fehler 127 ERROR: compilation failed for package ‘Rcpp’
- removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/Rcpp’
Warning in install.packages : installation of package ‘Rcpp’ had non-zero exit status ERROR: dependency ‘e1071’ is not available for package ‘classInt’
- removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/classInt’
Warning in install.packages : installation of package ‘classInt’ had non-zero exit status ERROR: dependencies ‘Rcpp’, ‘wk’ are not available for package ‘s2’
- removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/s2’
Warning in install.packages : installation of package ‘s2’ had non-zero exit status ERROR: dependency ‘Rcpp’ is not available for package ‘units’
- removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/units’
Warning in install.packages : installation of package ‘units’ had non-zero exit status ERROR: dependencies ‘classInt’, ‘Rcpp’, ‘s2’, ‘units’ are not available for package ‘sf’
- removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/sf’
Warning in install.packages : installation of package ‘sf’ had non-zero exit status
The downloaded source packages are in ‘/tmp/RtmpaPu74F/downloaded_packages’
"
Packages sollte es schon zulassen.
===============================================
Linux User Group Bolzano-Bozen-Bulsan mailing list
Le preferenze possono essere modificate da / Einstellungen können geändert werden durch / Preferences can be changed from https://postorius.lugbz.org oppure inviando una e-mail a / oder durch Senden einer E-Mail an / or by sending an e-mail to lugbz-list-request@lists.lugbz.org
Il package "sf" viene trovato e scaricato: [image: image.png] ma il processo di installazione, molto lungo e con molte dependency, produce molti errori. Alla fine alcuni package come "s2" vengono aggiunti, ma non "sf". Serve rivedere in dettaglio il log di compilazione e installazion. qui ho: [image: image.png] su Linux Mint Cynnamon 19.3 64bit
diego
--------------------------------------- Diego Maniacco, Bolzano (Italy) diego.maniacco@gmail.com ---------------------------------------
[image: Not f'd — you won't find me on Facebook] https://www.fsf.org/fb Not f'd — you won't find me on FacebookNot wa'd — you won't find me on WhatsApp
On Sun, 8 May 2022 at 12:16, Ferdinand Tavernini via Lugbz-list < lugbz-list@lists.lugbz.org> wrote:
Mit welchen Linux arbeitest Du.
Mir scheint, dass es ein Problem der Zuordnung ist. Rstudio findet das Paket sf nicht. Welche Meldungen gab es beim herunter laden, wo wurde dieses abgespeichert? Läßt Deine Version von RStudio Paketerweiterungen überhaupt zu?
Dr.Ing. Ferdinand Tavernini Schalleracker 30
39028 Schlanders BZ Italy
08.05.2022, 12:00 michael.plotegher1999@gmail.com hat geschrieben:
Hallo an die Gruppe,
ich muss euch um Rat fragen da ich selber etwas überfordert bin.
Ich muss fürs Studium Rstudio auf meinem Linux-Rechner verwenden und versuche nun seit einigen Tagen (erfolglos) das Package "sf" zu installieren.
Zwar kann ich über die Kommandozeile das Package runterladen, allerdings scheint es nicht in meiner library auf und ich kann das Programm auch nicht ausführen.
Kann mir bitte jemand weiterhelfen?
LG,
Michael
===============================================
Linux User Group Bolzano-Bozen-Bulsan mailing list
Le preferenze possono essere modificate da / Einstellungen können geändert werden durch / Preferences can be changed from https://postorius.lugbz.org oppure inviando una e-mail a / oder durch Senden einer E-Mail an / or by sending an e-mail to lugbz-list-request@lists.lugbz.org
===============================================
Linux User Group Bolzano-Bozen-Bulsan mailing list
Le preferenze possono essere modificate da / Einstellungen k?nnen ge?ndert werden durch / Preferences can be changed from https://postorius.lugbz.org oppure inviando una e-mail a / oder durch Senden einer E-Mail an / or by sending an e-mail to lugbz-list-request@lists.lugbz.org
Hallo Ferdinand,
danke für deine schnelle Reaktion.
Ich arbeite gerade mit der neuesten Version von Linux Mint.
ich bekomme keine Fehlermeldung:
"> install.packages("sf") Installing package into ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6’ (as ‘lib’ is unspecified) also installing the dependencies ‘e1071’, ‘wk’, ‘classInt’, ‘Rcpp’, ‘s2’, ‘units’
versuche URL 'https://cloud.r-project.org/src/contrib/e1071_1.7-9.tar.gz' Content type 'application/x-gzip' length 566723 bytes (553 KB) ================================================== downloaded 553 KB
versuche URL 'https://cloud.r-project.org/src/contrib/wk_0.6.0.tar.gz' Content type 'application/x-gzip' length 193841 bytes (189 KB) ================================================== downloaded 189 KB
versuche URL 'https://cloud.r-project.org/src/contrib/classInt_0.4-3.tar.gz' Content type 'application/x-gzip' length 403884 bytes (394 KB) ================================================== downloaded 394 KB
versuche URL 'https://cloud.r-project.org/src/contrib/Rcpp_1.0.8.3.tar.gz' Content type 'application/x-gzip' length 3086192 bytes (2.9 MB) ================================================== downloaded 2.9 MB
versuche URL 'https://cloud.r-project.org/src/contrib/s2_1.0.7.tar.gz' Content type 'application/x-gzip' length 2235408 bytes (2.1 MB) ================================================== downloaded 2.1 MB
versuche URL 'https://cloud.r-project.org/src/contrib/units_0.8-0.tar.gz' Content type 'application/x-gzip' length 866695 bytes (846 KB) ================================================== downloaded 846 KB
versuche URL 'https://cloud.r-project.org/src/contrib/sf_1.0-7.tar.gz' Content type 'application/x-gzip' length 3529597 bytes (3.4 MB) ================================================== downloaded 3.4 MB
* installing *source* package ‘e1071’ ... ** Paket ‘e1071’ erfolgreich entpackt und MD5 Summen überprüft ** using staged installation ** libs gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c Rsvm.c -o Rsvm.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c cmeans.c -o cmeans.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c cshell.c -o cshell.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c floyd.c -o floyd.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c init.c -o init.o g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c svm.cpp -o svm.o /bin/bash: g++: Befehl nicht gefunden make: *** [/usr/lib/R/etc/Makeconf:177: svm.o] Fehler 127 ERROR: compilation failed for package ‘e1071’ * removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/e1071’ Warning in install.packages : installation of package ‘e1071’ had non-zero exit status * installing *source* package ‘wk’ ... ** Paket ‘wk’ erfolgreich entpackt und MD5 Summen überprüft ** using staged installation ** libs gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c bbox-handler.c -o bbox-handler.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c count-handler.c -o count-handler.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c debug-filter.c -o debug-filter.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c flatten-filter.c -o flatten-filter.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c handle-crc.c -o handle-crc.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c handle-rct.c -o handle-rct.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c handle-sfc.c -o handle-sfc.o gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c handle-wkb.c -o handle-wkb.o g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c handle-wkt.cpp -o handle-wkt.o /bin/bash: g++: Befehl nicht gefunden make: *** [/usr/lib/R/etc/Makeconf:177: handle-wkt.o] Fehler 127 ERROR: compilation failed for package ‘wk’ * removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/wk’ Warning in install.packages : installation of package ‘wk’ had non-zero exit status * installing *source* package ‘Rcpp’ ... ** Paket ‘Rcpp’ erfolgreich entpackt und MD5 Summen überprüft ** using staged installation ** libs g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -fpic -g -O2 -fdebug-prefix-map=/build/r-base-jbaK_j/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c api.cpp -o api.o /bin/bash: g++: Befehl nicht gefunden make: *** [/usr/lib/R/etc/Makeconf:177: api.o] Fehler 127 ERROR: compilation failed for package ‘Rcpp’ * removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/Rcpp’ Warning in install.packages : installation of package ‘Rcpp’ had non-zero exit status ERROR: dependency ‘e1071’ is not available for package ‘classInt’ * removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/classInt’ Warning in install.packages : installation of package ‘classInt’ had non-zero exit status ERROR: dependencies ‘Rcpp’, ‘wk’ are not available for package ‘s2’ * removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/s2’ Warning in install.packages : installation of package ‘s2’ had non-zero exit status ERROR: dependency ‘Rcpp’ is not available for package ‘units’ * removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/units’ Warning in install.packages : installation of package ‘units’ had non-zero exit status ERROR: dependencies ‘classInt’, ‘Rcpp’, ‘s2’, ‘units’ are not available for package ‘sf’ * removing ‘/home/edward/R/x86_64-pc-linux-gnu-library/3.6/sf’ Warning in install.packages : installation of package ‘sf’ had non-zero exit status
The downloaded source packages are in ‘/tmp/RtmpaPu74F/downloaded_packages’
"
Packages sollte es schon zulassen.
Mit welchen Linux arbeitest Du.
Mir scheint, dass es ein Problem der Zuordnung ist. Rstudio findet das Paket sf nicht. Welche Meldungen gab es beim herunter laden, wo wurde dieses abgespeichert? Läßt Deine Version von RStudio Paketerweiterungen überhaupt zu?
---
Dr.Ing. Ferdinand Tavernini
Schalleracker 30
39028 Schlanders BZ
Italy
08.05.2022, 12:00 michael.plotegher1999@gmail.com hat geschrieben:
Hallo an die Gruppe,
ich muss euch um Rat fragen da ich selber etwas überfordert bin.
Ich muss fürs Studium Rstudio auf meinem Linux-Rechner verwenden und versuche nun seit einigen Tagen (erfolglos) das Package "sf" zu installieren.
Zwar kann ich über die Kommandozeile das Package runterladen, allerdings scheint es nicht in meiner library auf und ich kann das Programm auch nicht ausführen.
Kann mir bitte jemand weiterhelfen?
LG,
Michael
===============================================
Linux User Group Bolzano-Bozen-Bulsan mailing list
Le preferenze possono essere modificate da / Einstellungen können geändert werden durch / Preferences can be changed from https://postorius.lugbz.org
oppure inviando una e-mail a / oder durch Senden einer E-Mail an / or by sending an e-mail to lugbz-list-request@lists.lugbz.org