LinearTapeFileSystem / LinearTapeFileSystem/ltfs

Installation instructions for Debian 12 (bookworm)

Aperta
#464 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

enhancement
Lingua principale
C
Stelle
352
Fork
110
Merge medio
2h 50m
PR unite (30g)
2

Descrizione

Hi all,

I didn't find a more appropriate issue type for this, sorry if it's wrong. I tried to install LTFS on a Debian 12 (bookworm) machine, but had a hard time figuring out the required dependencies. Here's what I've found with some trial and error:

```
build-essential automake autoconf libtool fuse libfuse-dev uuid uuid-dev libxml2 libxml2-dev pkg-config icu-devtools libicu-dev libsnmp-dev
```

Maybe I overdid and something is not really required, but at least this allowed me to compile and install LTFS.

**But**: With the stable branch `v2.4-stable`, I needed some time to figure out a required change in `configure.ac` due to `icu-config` being deprecated and not available anymore:
```patch
diff --git a/configure.ac b/configure.ac
index f28d2b2..9453572 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,7 +341,7 @@ ICU_MODULE_CFLAGS="`icu-config --cppflags 2> /dev/null`";
ICU_MODULE_LIBS="`icu-config --ldflags 2> /dev/null`";
if test -z "$ICU_MODULE_LIBS"
then
- PKG_CHECK_MODULES([ICU_MODULE], [icu >= 0.21])
+ PKG_CHECK_MODULES([ICU_MODULE], [icu-i18n >= 0.21])
fi

AC_MSG_CHECKING([use latest ICU])
```

I see that this has already been integrated in `master` (with `icu-uc` instead of `icu-i18n`, but this probably doesn't matter), so it should not be required anymore.

Maybe it would help other people to provide at least the package list in the README. Of course, unless it is already there and I'm just not seeing it :S

Thanks!

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Inizia esaminando il README e i controlli delle dipendenze in configure.ac, confrontandoli con l’elenco dei pacchetti Debian 12 nell’issue. Conferma la configurazione attuale di ICU in master e v2.4-stable. Il lavoro è completato quando il README documenta chiaramente i pacchetti Debian richiesti e qualsiasi differenza di installazione rilevante.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
c, debian
Ambito
build-system, documentation
Tipo di issue
Documentazione
Difficoltà
2/5
Tempo stimato
1-3 ore
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
48/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.