Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Partclone
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
YPenguin
Apprentice
Apprentice


Joined: 26 Apr 2014
Posts: 278
Location: Kenzingen, Germany

PostPosted: Sat Dec 24, 2016 11:22 am    Post subject: Partclone Reply with quote

Partclone (http://partclone.org) ist ein beliebtes Programm um Partitions-Images zu erstellen und zu lesen.
Leider ist es bislang nicht in Gentoo verfügbar.
_________________
Languages: English, German
Back to top
View user's profile Send private message
Jean-Paul
Guru
Guru


Joined: 13 Apr 2009
Posts: 307

PostPosted: Sat Dec 24, 2016 1:15 pm    Post subject: Reply with quote

Doch, gibt's https://gpo.zugaina.org/sys-block/partclone/
_________________
”Everything should be made as simple as possible, but no simpler.” – Albert Einstein
Back to top
View user's profile Send private message
YPenguin
Apprentice
Apprentice


Joined: 26 Apr 2014
Posts: 278
Location: Kenzingen, Germany

PostPosted: Sat Dec 24, 2016 3:42 pm    Post subject: Reply with quote

Mit Overlays - hmm.
Das Programm ist eigentlich relativ wichtig, da es bei der beliebten Backup-Software Clonezilla (http://clonezilla.org) als Default eingestellt ist.
_________________
Languages: English, German
Back to top
View user's profile Send private message
YPenguin
Apprentice
Apprentice


Joined: 26 Apr 2014
Posts: 278
Location: Kenzingen, Germany

PostPosted: Sat Jan 14, 2017 1:37 pm    Post subject: Reply with quote

Ich habe es jetzt selbst kompiliert aus dem Paket mit .orig. im Namen. Ist unter GPL 2 und ließ sich gut kompilieren und installieren.
Beim configure-Befehl habe ich allerdings Änderungen vornehmen müssen, um auf reiserfs-Abhängigkeiten verzichten zu können.
_________________
Languages: English, German
Back to top
View user's profile Send private message
misterjack
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1655

PostPosted: Sat Jan 14, 2017 2:43 pm    Post subject: Reply with quote

YPenguin wrote:
Mit Overlays - hmm.

Was ist an 'nem Overlay verkehrt? Software an Portage vorbei zu installieren ist rumfrickelei ;)
_________________
„Meine Meinung steht fest! Bitte verwirren Sie mich nicht mit Tatsachen.“
Back to top
View user's profile Send private message
YPenguin
Apprentice
Apprentice


Joined: 26 Apr 2014
Posts: 278
Location: Kenzingen, Germany

PostPosted: Sun Jan 15, 2017 12:53 pm    Post subject: Reply with quote

Es hat sich nach /usr/local/sbin installiert, was wohl keine Probleme verursachen wird - selbst wenn ich es über Portage noch installieren sollte.
_________________
Languages: English, German
Back to top
View user's profile Send private message
artbody
Guru
Guru


Joined: 15 Sep 2006
Posts: 489
Location: LB

PostPosted: Mon Feb 27, 2017 8:29 pm    Post subject: Reply with quote

hm wenn man selbst packete compiliert, kann man erstens mal


Code:
 ./configure -help
`configure' configures this package to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR           user executables [EPREFIX/bin]
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
  --libexecdir=DIR       program executables [EPREFIX/libexec]
  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  --libdir=DIR           object code libraries [EPREFIX/lib]
  --includedir=DIR       C header files [PREFIX/include]
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  --infodir=DIR          info documentation [PREFIX/info]
  --mandir=DIR           man documentation [PREFIX/man]
.....


eingeben,

Dann zeigt dir configure meist alle möglichen Optionen
und im gentoo speziellen Dateisystem zu bleiben
benutze ich meist
Code:
 ./configure --prefix=/usr


dann wird meist auch alles passend gefunden.

Allerdings hab ich da nur 1 Programm welches leider nicht Teil von Gentoo ist und wegen der Lizenzgeschichte von PDFlib auch nie sein wird.
somit bleibt einem manchmal das nicht erspart.
_________________
Never give up
WM : E16 the true enlightenment
achim
Back to top
View user's profile Send private message
YPenguin
Apprentice
Apprentice


Joined: 26 Apr 2014
Posts: 278
Location: Kenzingen, Germany

PostPosted: Thu Mar 02, 2017 8:14 am    Post subject: Gentoo Reply with quote

Gibt es aus der Sicht von Gentoo etwas, was dagegen spricht, Partclone in die Distribution aufzunehmen?
_________________
Languages: English, German
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1938

PostPosted: Fri Mar 03, 2017 6:03 pm    Post subject: Reply with quote

Es scheint sich wohl bisher kein Maintainer für das Ebuild in Gentoo gefunden zu haben. Hier der Bugreport: Gentoo Bug #486518
_________________
Unix philosophy: "Do one thing and do it well."
systemd: "Do everything and do it wrong."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum