Erro no hddtemp/Slackware [RESOLVIDO]

25. Re: Erro no hddtemp/Slackware [RESOLVIDO]

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 26/01/2013 - 00:16h

arthurhoch escreveu:


Na verdade... o problema é que o tio Pat se cansou de debugar o GNOME (que é pesado e instável desde o padrinho sabe quando) ;-)


Sim eu sei já li isso eu acho que um dos bugs pode ser o alto nível de consumo de ram, ou um bug estar provocando isso.


O GNOME é pesadão, por isso ele é bonito e fácil. Hoje em dia ele tem muitos scripts próprios de reconhecimento de hardware, mas ele ainda é a interface mais bonita. Sempre foi. E beleza consome muitos recursos da máquina, isso é uma verdade antiga. Pegue os gerenciadores de janelas mais "toscos" (FWM, *box, WindowMaker) e compare o consumo de memória deles no talo (o mais pesado é o WM, que no talo consome no máximo 3MB) com o consumo do GNOME3 no talo (2GB).


  


26. Re: Erro no hddtemp/Slackware [RESOLVIDO]

andre
tatuiano

(usa Slackware)

Enviado em 27/01/2013 - 10:25h

to compilando ele e ta dando o seguinte erro?

backtrace.c: In function ‘backtrace_handler’:
backtrace.c:67:29: error: ‘REG_EIP’ undeclared (first use in this function)
backtrace.c:67:29: note: each undeclared identifier is reported only once for each function it appears in
backtrace.c:45:32: warning: unused variable ‘old_ebp’ [-Wunused-variable]
backtrace.c:45:23: warning: unused variable ‘old_eip’ [-Wunused-variable]
make[2]: ** [hddtemp-backtrace.o] Erro 1
make[2]: Saindo do diretório `/root/hddtemp-0.3-beta15/src'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/root/hddtemp-0.3-beta15'
make: ** [all] Erro 2



27. Re: Erro no hddtemp/Slackware [RESOLVIDO]

Arthur J. Hoch
Arthur_Hoch

(usa FreeBSD)

Enviado em 27/01/2013 - 10:28h

Posta o resultado do comando #./configure.


28. Re: Erro no hddtemp/Slackware [RESOLVIDO]

andre
tatuiano

(usa Slackware)

Enviado em 27/01/2013 - 10:36h

./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /bin/ginstall -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for in_addr_t... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... yes
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for signed... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ld used by GCC... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for ptrdiff_t... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 2.5.1, ok
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking Location of hddtemp.db... "/usr/share/misc/hddtemp.db"
configure: creating ./config.status
config.status: creating Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile


hddtemp-0.3-beta15 is now configured for

Build: i686-pc-linux-gnu
Host: i686-pc-linux-gnu
Source directory: .
Installation prefix: /usr/local
C compiler: gcc -g -O2 -Wall -W -Wcast-align




29. Re: Erro no hddtemp/Slackware [RESOLVIDO]

Arthur J. Hoch
Arthur_Hoch

(usa FreeBSD)

Enviado em 27/01/2013 - 10:54h

Achei isso no google espero ter ajudado:

http://www.pardus-linux.org/forum/yaz%C4%B1l%C4%B1m/hddtemp-kurulum-da-hata

Obs: a pagina está em Turco.


30. Re: Erro no hddtemp/Slackware [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 27/01/2013 - 13:27h

No openSUSE funciona perfeitamente:

# hddtemp -n /dev/sda7
Resultado: 36

Vai entender...


31. Re: Erro no hddtemp/Slackware [RESOLVIDO]

andre
tatuiano

(usa Slackware)

Enviado em 27/01/2013 - 13:41h

o problema ta nessa variavel "variable ‘old_ebp"


32. Re: Erro no hddtemp/Slackware [RESOLVIDO]

andre
tatuiano

(usa Slackware)

Enviado em 27/01/2013 - 16:54h

leandro escreveu:

Eu instalei baixando deste repositório:

http://www.slackware.org.uk/slacky/slackware-13.1/system/hddtemp/0.3_beta15/

Ele é da versão 13.1, mas o pacote é ainda o mais recente.


baixei esse pacote e instalei.deu certo
kkkkkk vai entender.


33. Re: Erro no hddtemp/Slackware [RESOLVIDO]

Arthur J. Hoch
arthur_hoch

(usa FreeBSD)

Enviado em 27/01/2013 - 16:55h

Tem certas coisas que não admitem compreensão.


34. Re: Erro no hddtemp/Slackware [RESOLVIDO]

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 27/01/2013 - 23:04h

arthur_hoch escreveu:

Tem certas coisas que não admitem compreensão.


Vindo das Ciências Ocultas da Computação espere tudo. Mesmo no Slackware.


35. Re: Erro no hddtemp/Slackware [RESOLVIDO]

Arthur J. Hoch
Arthur_Hoch

(usa FreeBSD)

Enviado em 27/01/2013 - 23:07h


Vindo das Ciências Ocultas da Computação espere tudo. Mesmo no Slackware.


Não...Não..., deu erro no server da matrix, e não no Slackware!!! ;-)



36. Re: Erro no hddtemp/Slackware [RESOLVIDO]

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 27/01/2013 - 23:08h

Arthur_Hoch escreveu:


Vindo das Ciências Ocultas da Computação espere tudo. Mesmo no Slackware.


Não...Não..., deu erro no server da matrix, e não no Slackware!!! ;-)


For por isso que eu disse no Slack, e não do Slack ;-)






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts