Problema gzip man pages

Postate qui per tutte le discussioni legate a Linux in generale.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Gnu/Linux in genere, se l'argomento è specifico alla Slackware usate uno dei forum Slackware o Slackware64.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Avatar utente
boh
Linux 4.x
Linux 4.x
Messaggi: 1027
Iscritto il: ven 16 set 2005, 0:00
Slackware: 14.2 (x64)
Kernel: 4.4.111
Desktop: KDE 4.14.32
Località: Milano
Contatta:

Problema gzip man pages

Messaggio da boh »

Ciao a tutti!
Oggi ho notato un problema con alcune pagine man.
In pratica digitando (ad esempio):

Codice: Seleziona tutto

man bash
oppure

Codice: Seleziona tutto

man gcc
visualizzo la pagina di manuale, ma poi all'uscita vedo:

Codice: Seleziona tutto

$ man gcc

gzip: stdout: Broken pipe

gzip: stdout: Broken pipe
grotty:<standard input> (<standard input>):267468:fatal error: output error
Se digito

Codice: Seleziona tutto

man -d gcc
ottengo

Codice: Seleziona tutto

$ man -d gcc
Reading config file /usr/lib64/man.conf
found man directory /usr/man
found man directory /usr/share/man
found man directory /usr/local/man
found man directory /usr/local/share/man
found man directory /usr/X11R6/man
found manpath map /bin --> /usr/share/man
found manpath map /sbin --> /usr/share/man
found manpath map /usr/bin --> /usr/share/man
found manpath map /usr/sbin --> /usr/share/man
found manpath map /usr/local/bin --> /usr/local/share/man
found manpath map /usr/local/sbin --> /usr/local/share/man
found manpath map /usr/X11R6/bin --> /usr/X11R6/man
found manpath map /usr/bin/X11 --> /usr/X11R6/man
found manpath map /usr/bin/mh --> /usr/share/man

using /usr/bin/less -is as pager

using /usr/bin/lynx as browser

using /usr/bin/lynx -dump to dump HTML pages as text
adding /usr/local/man to manpath
adding /usr/man to manpath
adding /usr/share/texmf/man to manpath                                                                                                                       
                                                                                                                                                             
gzip: stdout: Broken pipe
no cat page stored because of nonstandard line length

gzip: stdout: Broken pipe
using default preprocessor sequence
found tbl(1) directive
man: 
not executing command:
  (cd "/usr/man" && (echo ".ll 14.1i"; echo ".nr LL 14.1i"; echo ".pl 1100i"; /bin/gunzip -c '/usr/man/man1/gcc.1.gz'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -mandoc | /usr/bin/less -is)
Cose che ho notato:
  • Questo errore è presente in konsole di kde, ma non in xterm di xfce;
  • Non tutte le pagine restituiscono l'errore;
  • Durante l'update Pat suggeriva di sovrascrivere /usr/lib64/man.conf con il nuovo /usr/lib64/man.conf.new, ma quest'ultimo non l'ho trovato da nessuna parte.
Idee?
"Be yourself. Everyone else is already taken." ~ Oscar Wilde

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Problema gzip man pages

Messaggio da targzeta »

Certo che mettere un file .conf sotto /usr/lib64....vabbé.

Puoi postare il tuo man.conf?

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
boh
Linux 4.x
Linux 4.x
Messaggi: 1027
Iscritto il: ven 16 set 2005, 0:00
Slackware: 14.2 (x64)
Kernel: 4.4.111
Desktop: KDE 4.14.32
Località: Milano
Contatta:

Re: Problema gzip man pages

Messaggio da boh »

Non l'ho messo io :badgrin:

Ecco qui:

Codice: Seleziona tutto

#
# Generated automatically from man.conf.in by the
# configure script.
#
# man.conf from man-1.6g
#
# For more information about this file, see the man pages man(1)
# and man.conf(5).
#
# This file is read by man to configure the default manpath (also used
# when MANPATH contains an empty substring), to find out where the cat
# pages corresponding to given man pages should be stored,
# and to map each PATH element to a manpath element.
# It may also record the pathname of the man binary. [This is unused.]
# The format is:
#
# MANBIN                pathname
# MANPATH               manpath_element [corresponding_catdir]
# MANPATH_MAP           path_element    manpath_element
#
# If no catdir is given, it is assumed to be equal to the mandir
# (so that this dir has both man1 etc. and cat1 etc. subdirs).
# This is the traditional Unix setup.
# Certain versions of the FSSTND recommend putting formatted versions
# of /usr/.../man/manx/page.x into /var/catman/.../catx/page.x.
# The keyword FSSTND will cause this behaviour.
# Certain versions of the FHS recommend putting formatted versions of
# /usr/.../share/man/[locale/]manx/page.x into
# /var/cache/man/.../[locale/]catx/page.x.
# The keyword FHS will cause this behaviour (and overrides FSSTND).
# Explicitly given catdirs override.
#
# FSSTND
# FHS
#                                                                                                                                                            
# This file is also read by man in order to find how to call nroff, less, etc.,                                                                              
# and to determine the correspondence between extensions and decompressors.
#
# MANBIN                /usr/local/bin/man
#
# Every automatically generated MANPATH includes these fields
#
MANPATH /usr/man
MANPATH /usr/share/man
MANPATH /usr/local/man
MANPATH /usr/local/share/man
MANPATH /usr/X11R6/man
#
# Uncomment if you want to include one of these by default
#
# MANPATH       /opt/*/man
# MANPATH       /usr/lib/*/man
# MANPATH       /usr/share/*/man
# MANPATH       /usr/kerberos/man
#
# Set up PATH to MANPATH mapping
#
# If people ask for "man foo" and have "/dir/bin/foo" in their PATH
# and the docs are found in "/dir/man", then no mapping is required.
#
# The below mappings are superfluous when the right hand side is
# in the mandatory manpath already, but will keep man from statting
# lots of other nearby files and directories.
#
MANPATH_MAP     /bin                    /usr/share/man
MANPATH_MAP     /sbin                   /usr/share/man
MANPATH_MAP     /usr/bin                /usr/share/man
MANPATH_MAP     /usr/sbin               /usr/share/man
MANPATH_MAP     /usr/local/bin          /usr/local/share/man
MANPATH_MAP     /usr/local/sbin         /usr/local/share/man
MANPATH_MAP     /usr/X11R6/bin          /usr/X11R6/man
MANPATH_MAP     /usr/bin/X11            /usr/X11R6/man
MANPATH_MAP     /usr/bin/mh             /usr/share/man
#
# NOAUTOPATH keeps man from automatically adding directories that look like
# manual page directories to the path.
#
#NOAUTOPATH
#
# NOCACHE keeps man from creating cache pages ("cat pages")
# (generally one enables/disable cat page creation by creating/deleting
# the directory they would live in - man never does mkdir)
# 
#NOCACHE
#
# Useful paths - note that COL should not be defined when
# NROFF is defined as "groff -Tascii" or "groff -Tlatin1";
# not only is it superfluous, but it actually damages the output.
# For use with utf-8, NROFF should be "nroff -mandoc" without -T option.
# (Maybe - but today I need -Tlatin1 to prevent double conversion to utf8.)
#
# If you have a new troff (version 1.18.1?) and its colored output
# causes problems, add the -c option to TROFF, NROFF, JNROFF.
#
TROFF           /usr/bin/groff -Tps -mandoc
NROFF           /usr/bin/nroff -mandoc
JNROFF          /usr/bin/groff -Tnippon -mandocj
EQN             /usr/bin/geqn -Tps
NEQN            /usr/bin/geqn -Tlatin1
JNEQN           /usr/bin/geqn -Tnippon
TBL             /usr/bin/gtbl
# COL           /usr/bin/col
REFER           /usr/bin/grefer
PIC             /usr/bin/gpic
VGRIND
GRAP
PAGER           /usr/bin/less -is
BROWSER         /usr/bin/lynx
HTMLPAGER       /usr/bin/lynx -dump
CAT             /bin/cat
#
# The command "man -a xyzzy" will show all man pages for xyzzy.
# When CMP is defined man will try to avoid showing the same
# text twice. (But compressed pages compare unequal.)
#
CMP             /usr/bin/cmp -s
#
# Compress cat pages
#
COMPRESS        /bin/xz
COMPRESS_EXT    .xz
#
# Default manual sections (and order) to search if -S is not specified
# and the MANSECT environment variable is not set.
#
MANSECT         1:1p:8:2:3:3p:4:5:6:7:9:0p:tcl:n:l:p:o
#
# Default options to use when man is invoked without options
# This is mainly for the benefit of those that think -a should be the default
# Note that some systems have /usr/man/allman, causing pages to be shown twice.
#
#MANDEFOPTIONS  -a
#
# Decompress with given decompressor when input file has given extension
# The command given must act as a filter.
#
.gz             /bin/gunzip -c
.bz2            /bin/bzip2 -c -d
.lzma           /usr/bin/unlzma -c -d
.z
.Z              /bin/zcat
.F
.Y
.xz             /usr/bin/unxz -c
"Be yourself. Everyone else is already taken." ~ Oscar Wilde

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Problema gzip man pages

Messaggio da targzeta »

Lo so che non l'hai messo tu. Era un pensiero buttato lì. Sembra che abbia un file aggiornato, ache se è strano che browser usi lynx. Io che sono ancora alla vecchia versione ho questo diff tra il vecchio e il nuovo conf:

Codice: Seleziona tutto

--- man.conf    2008-09-21 23:46:47.000000000 +0200
+++ man.conf.new        2012-09-23 20:54:12.000000000 +0200
@@ -2,7 +2,7 @@
 # Generated automatically from man.conf.in by the
 # configure script.
 #
-# man.conf from man-1.6f
+# man.conf from man-1.6g
 #
 # For more information about this file, see the man pages man(1)
 # and man.conf(5).
@@ -93,7 +93,7 @@
 # causes problems, add the -c option to TROFF, NROFF, JNROFF.
 #
 TROFF          /usr/bin/groff -Tps -mandoc
-NROFF          /usr/bin/nroff -Tlatin1 -mandoc
+NROFF          /usr/bin/nroff -mandoc
 JNROFF         /usr/bin/groff -Tnippon -mandocj
 EQN            /usr/bin/geqn -Tps
 NEQN           /usr/bin/geqn -Tlatin1
@@ -105,8 +105,8 @@
 VGRIND
 GRAP
 PAGER          /usr/bin/less -is
-BROWSER                /usr/bin/lynx
-HTMLPAGER      /usr/bin/lynx -dump
+BROWSER                /usr/bin/less -is
+HTMLPAGER      /bin/cat
 CAT            /bin/cat
 #
 # The command "man -a xyzzy" will show all man pages for xyzzy.
@@ -117,8 +117,8 @@
 #
 # Compress cat pages
 #
-COMPRESS       /bin/bzip2
-COMPRESS_EXT   .bz2
+COMPRESS       /bin/xz
+COMPRESS_EXT   .xz
 #
 # Default manual sections (and order) to search if -S is not specified
 # and the MANSECT environment variable is not set.
@@ -136,8 +136,9 @@
 #
 .gz            /bin/gunzip -c
 .bz2           /bin/bzip2 -c -d
-.lzma
+.lzma          /usr/bin/unlzma -c -d
 .z
 .Z             /bin/zcat
 .F
 .Y
+.xz            /usr/bin/unxz -c
Magari ti può aiutare.
Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
boh
Linux 4.x
Linux 4.x
Messaggi: 1027
Iscritto il: ven 16 set 2005, 0:00
Slackware: 14.2 (x64)
Kernel: 4.4.111
Desktop: KDE 4.14.32
Località: Milano
Contatta:

Re: Problema gzip man pages

Messaggio da boh »

Grazie per la risposta :)
Devo applicare il diff come patch e vedere cosa succede? Il punto è che non ho trovato alcun conf *.new, quindi deduco che questo sia ancora quello vecchio della 14.
"Be yourself. Everyone else is already taken." ~ Oscar Wilde

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Problema gzip man pages

Messaggio da targzeta »

No no. Tu hai una versione aggiornata. Probabilmente il .conf ti è stato sovrascritto silenziosament durante l'installazione del pacchetto. Guarda che io ho:

Codice: Seleziona tutto

-# man.conf from man-1.6f
+# man.conf from man-1.6g
vedi che la patch vuole che dal mio "vecchio" .conf esca la versione 'f' ed entri la 'g'? Tu hai già la 'g'.

Comunque, più tardi aggiorno anche io il .conf e ti faccio sapere.
Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Problema gzip man pages

Messaggio da targzeta »

A me funziona bene. Comunque non capisco come mai ma il mio nuovo .conf con il tuo ha delle differenze:

Codice: Seleziona tutto

108,109c108,109
< BROWSER         /usr/bin/lynx
< HTMLPAGER       /usr/bin/lynx -dump
---
> BROWSER               /usr/bin/less -is
> HTMLPAGER     /bin/cat
Peò devi anche controllare il tuo terminale, perché è strano che funzioni su uno e non sull'atro.
Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
boh
Linux 4.x
Linux 4.x
Messaggi: 1027
Iscritto il: ven 16 set 2005, 0:00
Slackware: 14.2 (x64)
Kernel: 4.4.111
Desktop: KDE 4.14.32
Località: Milano
Contatta:

Re: Problema gzip man pages

Messaggio da boh »

Come ho detto su xterm funziona, su konsole ho quell'errore.
E se sostituisco lynx con cat e less? Molto strano comunque...
C'è qualche pacchetto che posso reinstallare?
"Be yourself. Everyone else is already taken." ~ Oscar Wilde

Avatar utente
boh
Linux 4.x
Linux 4.x
Messaggi: 1027
Iscritto il: ven 16 set 2005, 0:00
Slackware: 14.2 (x64)
Kernel: 4.4.111
Desktop: KDE 4.14.32
Località: Milano
Contatta:

Re: Problema gzip man pages

Messaggio da boh »

Ho scoperto che un errore simile mi capita anche con slackpkg:

Codice: Seleziona tutto

# slackpkg update
sed: couldn't write 79 items to stdout: Broken pipe

Updating the package lists...
Questo a cosa può essere dovuto? :|

P.S: anche qui, se il comando lo eseguo in xterm nessun problema, in konsole --> problema.
"Be yourself. Everyone else is already taken." ~ Oscar Wilde

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Problema gzip man pages

Messaggio da targzeta »

Direi che il problema è konsole....no?

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
boh
Linux 4.x
Linux 4.x
Messaggi: 1027
Iscritto il: ven 16 set 2005, 0:00
Slackware: 14.2 (x64)
Kernel: 4.4.111
Desktop: KDE 4.14.32
Località: Milano
Contatta:

Re: Problema gzip man pages

Messaggio da boh »

Direi di sì. Ho provato a reinstallare il pacchetto, ma non è cambiato nulla.
Rimane comunque il fatto che il man.conf è diverso, cosa suggerisci?
"Be yourself. Everyone else is already taken." ~ Oscar Wilde

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Problema gzip man pages

Messaggio da targzeta »

Per il man.conf diverso aspetterei che qualcun altro ci dica qual'è quello corretto :).

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
ZeroUno
Staff
Staff
Messaggi: 5441
Iscritto il: ven 2 giu 2006, 14:52
Nome Cognome: Matteo Rossini
Slackware: current
Kernel: slack-current
Desktop: ktown-latest
Distribuzione: 01000000-current
Località: Roma / Castelli
Contatta:

Re: Problema gzip man pages

Messaggio da ZeroUno »

se con xterm funge, digita 'env' da konsole e 'env' da xterm e vedi le differenze
Packages finder: slakfinder.org | Slackpkg+, per aggiungere repository a slackpkg

Codice: Seleziona tutto

1011010 1100101 1110010 1101111 - 0100000 - 1010101 1101110 1101111

Avatar utente
boh
Linux 4.x
Linux 4.x
Messaggi: 1027
Iscritto il: ven 16 set 2005, 0:00
Slackware: 14.2 (x64)
Kernel: 4.4.111
Desktop: KDE 4.14.32
Località: Milano
Contatta:

Re: Problema gzip man pages

Messaggio da boh »

Questo è l'output. Konsole e xterm sono i file contenenti le rispettive env.
Sembra che in konsole qualche percorso sia doppio (ad esempio XDG_CONFIG_DIRS=/etc/xdg:/etc/kde/xdg:/etc/kde/xdg) ma non so se può essere quello il problema.

Codice: Seleziona tutto

$ diff -u konsole xterm
--- konsole	2013-11-17 11:57:22.255704761 +0100
+++ xterm	2013-11-17 11:57:32.424786013 +0100
@@ -1,58 +1,49 @@
-CPLUS_INCLUDE_PATH=/usr/lib64/qt/include:/usr/lib64/qt/include
+CPLUS_INCLUDE_PATH=/usr/lib64/qt/include
 MANPATH=/usr/local/man:/usr/man:/usr/share/texmf/man
-HZ=100
 KDE_MULTIHEAD=false
+HZ=100
 HOSTNAME=darkstar.example.net
-SHELL=/bin/bash
 TERM=xterm
+SHELL=/bin/bash
 XDG_SESSION_COOKIE=e1e6d126a6fa45645d39377800000019-1384685536.974102-871997931
 GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/alby/.gtkrc-2.0:/home/alby/.kde/share/config/gtkrc-2.0
-KONSOLE_DBUS_SERVICE=:1.95
-KONSOLE_PROFILE_NAME=Matrix
 GS_LIB=/home/alby/.fonts
 GTK_RC_FILES=/etc/gtk/gtkrc:/home/alby/.gtkrc:/home/alby/.kde/share/config/gtkrc
+WINDOWID=90177594
 HUSHLOGIN=FALSE
-WINDOWID=96469022
-SHELL_SESSION_ID=2af7b17157b2400083c129a356367b39
 KDE_FULL_SESSION=true
 USER=alby
 LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.bat=01;32:*.BAT=01;32:*.btm=01;32:*.BTM=01;32:*.cmd=01;32:*.CMD=01;32:*.com=01;32:*.COM=01;32:*.dll=01;32:*.DLL=01;32:*.exe=01;32:*.EXE=01;32:*.7z=01;31:*.ace=01;31:*.ACE=01;31:*.arj=01;31:*.bz2=01;31:*.cpio=01;31:*.deb=01;31:*.dz=01;31:*.gz=01;31:*.jar=01;31:*.lzh=01;31:*.lzma=01;31:*.rar=01;31:*.RAR=01;31:*.rpm=01;31:*.rz=01;31:*.tar=01;31:*.taz=01;31:*.tb2=01;31:*.tbz2=01;31:*.tbz=01;31:*.tgz=01;31:*.tlz=01;31:*.trz=01;31:*.txz=01;31:*.tz=01;31:*.tz2=01;31:*.xz=01;31:*.z=01;31:*.Z=01;31:*.zip=01;31:*.ZIP=01;31:*.zoo=01;31:*.aac=01;35:*.AAC=01;35:*.anx=01;35:*.asf=01;35:*.ASF=01;35:*.au=01;35:*.axa=01;35:*.axv=01;35:*.avi=01;35:*.AVI=01;35:*.bmp=01;35:*.BMP=01;35:*.divx=01;35:*.DIVX=01;35:*.flac=01;35:*.FLAC=01;35:*.gif=01;35:*.GIF=01;35:*.jpg=01;35:*.JPG=01;35:*.jpeg=01;35:*.JPEG=01;35:*.m2a=01;35:*.M2A=01;35:*.m2v=01;35:*.M2V=01;35:*.m4a=01;35:*.M4A=01;35:*.m4p=01;35:*.M4P=01;35:*.m4v=01;35:*.M4V=01;35:*.mid=01;35:*.midi=01;35:*.mka=01;35:*.mkv=01;35:*.MKV=01;35:*.mov=01;35:*.MOV=01;35:*.mp3=01;35:*.MP3=01;35:*.mp4=01;35:*.MP4=01;35:*.mp4v=01;35:*.mpc=01;35:*.MPC=01;35:*.mpeg=01;35:*.MPEG=01;35:*.mpg=01;35:*.MPG=01;35:*.nuv=01;35:*.oga=01;35:*.ogv=01;35:*.ogx=01;35:*.ogg=01;35:*.OGG=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.PNG=01;35:*.ppm=01;35:*.qt=01;35:*.ra=01;35:*.RA=01;35:*.ram=01;35:*.RAM=01;35:*.rm=01;35:*.RM=01;35:*.spx=01;35:*.svg=01;35:*.svgz=01;35:*.tga=01;35:*.TGA=01;35:*.tif=01;35:*.TIF=01;35:*.tiff=01;35:*.TIFF=01;35:*.vob=01;35:*.VOB=01;35:*.wav=01;35:*.WAV=01;35:*.wma=01;35:*.WMA=01;35:*.wmv=01;35:*.WMV=01;35:*.xbm=01;35:*.xcf=01;35:*.xpm=01;35:*.xspf=01;35:*.xwd=01;35:*.XWD=01;35:*.xvid=01;35:
 GDK_USE_XFT=1
 SESSION_MANAGER=local/darkstar:@/tmp/.ICE-unix/1119,unix/darkstar:/tmp/.ICE-unix/1119
 T1LIB_CONFIG=/usr/share/t1lib/t1lib.config
-XDG_CONFIG_DIRS=/etc/xdg:/etc/kde/xdg:/etc/kde/xdg
+XDG_CONFIG_DIRS=/etc/xdg:/etc/kde/xdg
 MINICOM=-c on
-MAIL=/var/spool/mail/alby
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/kde4/libexec:/usr/lib64/qt/bin:/usr/share/texmf/bin
+MAIL=/var/spool/mail/alby
+_=/usr/bin/env
 LC_COLLATE=C
 INPUTRC=/etc/inputrc
 PWD=/home/alby
-KONSOLE_DBUS_WINDOW=/Windows/1
 KDE_SESSION_UID=1000
 LANG=en_US
 KDEDIRS=/usr
 QT4DIR=/usr/lib64/qt
-PS1=\u@\h:\w\$ 
-KONSOLE_DBUS_SESSION=/Sessions/1
-PS2=> 
 HOME=/home/alby
-COLORFGBG=15;0
 SHLVL=5
 KDE_SESSION_VERSION=4
-LANGUAGE=
-LS_OPTIONS=-F -b -T 0 --color=auto
 XCURSOR_THEME=Oxygen_White
+LS_OPTIONS=-F -b -T 0 --color=auto
 LESS=-M
 LOGNAME=alby
 XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share
 DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ZFmyBTZLJX,guid=6837f034ba586536a2c7300452889fe4
-PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig:/usr/local/lib64/pkgconfig
 LESSOPEN=|lesspipe.sh %s
+PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig
 WINDOWPATH=7
-PROFILEHOME=
-DISPLAY=:0
+DISPLAY=:0.0
 QT_PLUGIN_PATH=/home/alby/.kde/lib64/kde4/plugins/:/usr/lib64/kde4/plugins/
 XDG_CURRENT_DESKTOP=KDE
 G_BROKEN_FILENAMES=1
+COLORTERM=xfce4-terminal
 XAUTHORITY=/tmp/kde-alby/xauth-1000-_0
-_=/usr/bin/env
"Be yourself. Everyone else is already taken." ~ Oscar Wilde

Avatar utente
ZeroUno
Staff
Staff
Messaggi: 5441
Iscritto il: ven 2 giu 2006, 14:52
Nome Cognome: Matteo Rossini
Slackware: current
Kernel: slack-current
Desktop: ktown-latest
Distribuzione: 01000000-current
Località: Roma / Castelli
Contatta:

Re: Problema gzip man pages

Messaggio da ZeroUno »

se il problema (nel senso konsole vs. xterm) lo da anche slackpkg update allora man non centra niente.
prova a dare bash -x slackpkg update e posta l'output.

prova a dare il comando che ti mostra man -d a mano, un pezzo alla volta fino a trovare la parte che da errore.
Packages finder: slakfinder.org | Slackpkg+, per aggiungere repository a slackpkg

Codice: Seleziona tutto

1011010 1100101 1110010 1101111 - 0100000 - 1010101 1101110 1101111

Rispondi