Hello

I can't reproduce this on my system on bookworm.

However if I run these on Bookworm I get:

$ echo "sample text" | LC_ALL=C TMPDIR=missing_dir tac
tac: failed to create temporary file in 'missing_dir': No such file or 
directory

$ echo "sample text" | LC_ALL=C tac
sample text

On both testing & sid there is no such error reported by tac. So maybe there 
is a difference in the tac (coreutils) program between bookworm & testing.

However in the /usr/share/google-android-platform-tools-installer/Makefile
at the time the tac command is run, the dir /usr/lib/android-sdk/platform-
tools/ should already exist and consequently the case where "android-sdk/
platform-tools" doesn't exist shouldn't happen at all. So the problem might be 
somewhere else.

Can you please try to purge the package, then completely delete /usr/lib/
android-sdk/platform-tools/ (in case it still exists) and then install it 
again?

If this is still causing trouble on your system, maybe you could try renaming 
TMPDIR in debian/Makefile (in the source package) to something else and try 
again. Please report back if this fixes your issue. A patch would be welcome.

Regards
Fab

On Wed, 03 Jul 2024 19:35:40 +0200 Paride Desimone <nos...@inventati.org> 
wrote:
> Package: google-android-platform-tools-installer
> Version: 33.0.3+1675172738
> Severity: important
> X-Debbugs-Cc: nos...@inventati.org
> 
> Dear Maintainer,
> 
> I try to install google-android-platform-tools-installer. But the 
installation
> fail.
> 
> paride@arda:~$ sudo apt install   google-android-platform-tools-installer
> Lettura elenco dei pacchetti... Fatto
> Generazione albero delle dipendenze... Fatto
> Lettura informazioni sullo stato... Fatto
> I seguenti pacchetti aggiuntivi saranno inoltre installati:
>   google-android-licenses
> I seguenti pacchetti NUOVI saranno installati:
>   google-android-licenses google-android-platform-tools-installer
> 0 aggiornati, 2 installati, 0 da rimuovere e 0 non aggiornati.
> È necessario scaricare 4.060 B/25,9 kB di archivi.
> Dopo quest'operazione, verranno occupati 18,9 MB di spazio su disco.
> Continuare? [S/n]
> Scaricamento di:1 http://deb.debian.org/debian bookworm/non-free amd64 
google-
> android-licenses all 1675172738 [4.060 B]
> Recuperati 4.060 B in 0s (25,5 kB/s)
> Preconfigurazione dei pacchetti in corso
> Selezionato il pacchetto google-android-licenses non precedentemente
> selezionato.
> (Lettura del database... 570561 file e directory attualmente installati.)
> Preparativi per estrarre .../google-android-licenses_1675172738_all.deb...
> Estrazione di google-android-licenses (1675172738)...
> Selezionato il pacchetto google-android-platform-tools-installer non
> precedentemente selezionato.
> Preparativi per estrarre .../google-android-platform-tools-
> installer_33.0.3+1675172738_amd64.deb...
> Estrazione di google-android-platform-tools-installer (33.0.3+1675172738)...
> Configurazione di google-android-licenses (1675172738)...
> Configurazione di google-android-platform-tools-installer
> (33.0.3+1675172738)...
> make: ingresso nella directory «/var/cache/google-android-platform-tools-
> installer»
> cd /var/cache/google-android-platform-tools-installer && \
>         su nobody -s /bin/sh -c "wget --continue
> https://dl.google.com/android/repository/platform-tools_r33.0.3-linux.zip -O
> platform-tools_r33.0.3-linux.zip.tmp && mv platform-tools_r33.0.
> 3-linux.zip.tmp platform-tools_r33.0.3-linux.zip"
> --2024-07-03 19:28:42--  https://dl.google.com/android/repository/platform-> 
> tools_r33.0.3-linux.zip
> risoluzione di dl.google.com (dl.google.com)... 216.58.206.46,
> 2a00:1450:4001:831::200e
> connessione a dl.google.com (dl.google.com)|216.58.206.46|:443... connesso.
> richiesta http inviata, in attesa di risposta... 200 ok
> lunghezza: 7505569 (7,2m) [application/zip]
> salvataggio in: «platform-tools_r33.0.3-linux.zip.tmp»
> 
> platform-tools_r33.0.3-linux.zip.tmp
> 100%
[=====================================================================================================>]
> 7,16M  7,68MB/s    in 0,9s
> 
> 2024-07-03 19:28:43 (7,68 MB/s) - «platform-tools_r33.0.3-linux.zip.tmp»

Reply via email to