Re: [gentoo-user] Kbackup emerge error.

2009-04-13 Thread Arttu V.
On 4/8/09, Dale rdalek1...@gmail.com wrote:
 Anybody ran into this:
snip/
 Selector.cxx: In constructor 'Selector::Selector(QWidget*)':
 Selector.cxx:125: error: '::getenv' has not been declared
snip/
 I searched the forums but it returned very little and most of that was
 really really old.  I went back a good piece and I think all the error
 should be there but if I missed something, let me know.  I can go back a
 little further if needed.

Ok, the gurus won't touch this (at least on list) so I'll throw out a
wild guess: maybe a gcc 4.3 related issue in kbackup 0.5.3's sources?

If kbackup 0.5.4[-r1] (currently ~arch) has the same then you probably
want to file a bug about it at b.g.o. Otherwise a bug report will just
be a waste of time, it'll get either ignored or closed with a
suggestion to use the newer one. (I.e., then one must try to
out-clever the devs and file a stabilization bug for the newer one? ;)
)

-- 
Arttu V.



Re: [gentoo-user] Kbackup emerge error.

2009-04-13 Thread Dale
Arttu V. wrote:
 On 4/8/09, Dale rdalek1...@gmail.com wrote:
   
 Anybody ran into this:
 
 snip/
   
 Selector.cxx: In constructor 'Selector::Selector(QWidget*)':
 Selector.cxx:125: error: '::getenv' has not been declared
   
 snip/
   
 I searched the forums but it returned very little and most of that was
 really really old.  I went back a good piece and I think all the error
 should be there but if I missed something, let me know.  I can go back a
 little further if needed.
 

 Ok, the gurus won't touch this (at least on list) so I'll throw out a
 wild guess: maybe a gcc 4.3 related issue in kbackup 0.5.3's sources?

 If kbackup 0.5.4[-r1] (currently ~arch) has the same then you probably
 want to file a bug about it at b.g.o. Otherwise a bug report will just
 be a waste of time, it'll get either ignored or closed with a
 suggestion to use the newer one. (I.e., then one must try to
 out-clever the devs and file a stabilization bug for the newer one? ;)
 )

   

I have the same thing for both Kbackup and hwinfo.  It looks like it is
a boo boo between the kernel and gcc.  I'm no guru but it appears that
gcc is looking for something in one place but the new kernels are
putting it somewhere else.  It's on google so they know about this. 
Just wish people would share a little more is all. 

That was my take at least.  I'm using kbackup-0.5.3 and kde-3.5.10 if
that matters any.

Dale

:-)  :-) 



Re: [gentoo-user] Kbackup emerge error.

2009-04-13 Thread Arttu V.
On 4/13/09, Dale rdalek1...@gmail.com wrote:
 I have the same thing for both Kbackup

Apparently, it was a gcc-4.3 issue and I tried to provide a fix for it
in bug #266026.

 and hwinfo.  It looks like it is a boo boo between the kernel and gcc.

Which version of hwinfo and what does it complain about?

sys-apps/hwinfo 14.19 and 13.28 emerge just fine on my two trusty, old
amd64 boxes (I don't have x86 unless I reboot), while 8.38 doesn't
even have any amd64 keywording (so didn't even try) and 13.0 squeals
about a thing that I guess might also be fixable by a one- or two-line
patch:

gcc -c -Wall -pipe -g  -O2 -march=athlon64-sse3 -pipe
-I/var/tmp/portage/sys-apps/hwinfo-13.0/work/hwinfo-13.0/src/hd
hwinfo.c
gcc hwinfo.o -Lsrc -lhd -o hwinfo
src/libhd.so: undefined reference to `dbus_connection_disconnect'
collect2: ld returned 1 exit status
make: *** [hwinfo] Error 1

-- 
Arttu V.



Re: [gentoo-user] Kbackup emerge error.

2009-04-13 Thread Dale
Arttu V. wrote:
 On 4/13/09, Dale rdalek1...@gmail.com wrote:
   
 I have the same thing for both Kbackup
 

 Apparently, it was a gcc-4.3 issue and I tried to provide a fix for it
 in bug #266026.

   
 and hwinfo.  It looks like it is a boo boo between the kernel and gcc.
 

 Which version of hwinfo and what does it complain about?

 sys-apps/hwinfo 14.19 and 13.28 emerge just fine on my two trusty, old
 amd64 boxes (I don't have x86 unless I reboot), while 8.38 doesn't
 even have any amd64 keywording (so didn't even try) and 13.0 squeals
 about a thing that I guess might also be fixable by a one- or two-line
 patch:

 gcc -c -Wall -pipe -g  -O2 -march=athlon64-sse3 -pipe
 -I/var/tmp/portage/sys-apps/hwinfo-13.0/work/hwinfo-13.0/src/hd
 hwinfo.c
 gcc hwinfo.o -Lsrc -lhd -o hwinfo
 src/libhd.so: undefined reference to `dbus_connection_disconnect'
 collect2: ld returned 1 exit status
 make: *** [hwinfo] Error 1

   

I was installing sys-apps/hwinfo-14.19 when it failed.  I googled both
errors and they pointed back to gcc and the kernel.  Error was a little
different but had the same effect.

This came up during a emerge -ev world I was doing.  At least I still
have the old copy installed.  BTW, all I did was upgrade gcc.

I dunno.

Dale

:-)  :-) 



[gentoo-user] Kbackup emerge error.

2009-04-07 Thread Dale
Hi folks,

Anybody ran into this:

 /usr/qt/3/include/qstring.h: In member function 'char QChar::latin1()
 const':
 /usr/qt/3/include/qstring.h:197: warning: conversion to 'char' from
 'int' may alter its value
 /usr/qt/3/include/qstring.h: In member function 'void
 QChar::setCell(uchar)':
 /usr/qt/3/include/qstring.h:222: warning: conversion to 'ushort' from
 'int' may alter its value
 /usr/qt/3/include/qstring.h: In member function 'void
 QChar::setRow(uchar)':
 /usr/qt/3/include/qstring.h:223: warning: conversion to 'ushort' from
 'int' may alter its value
 /usr/qt/3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
 /usr/qt/3/include/qstring.h:267: warning: conversion to 'ushort' from
 'int' may alter its value
 /usr/qt/3/include/qstring.h: In constructor
 'QStringData::QStringData(QChar*, uint, uint)':
 /usr/qt/3/include/qstring.h:365: warning: conversion to 'unsigned
 int:30' from 'uint' may alter its value
 /usr/qt/3/include/qstring.h:365: warning: conversion to 'unsigned
 int:30' from 'uint' may alter its value
 In file included from /usr/kde/3.5/include/kaboutdata.h:24,
  from MainWindow.cxx:34:
 /usr/qt/3/include/qimage.h: In member function 'bool
 QImageTextKeyLang::operator(const QImageTextKeyLang) const':
 /usr/qt/3/include/qimage.h:61: warning: suggest parentheses around 
 within ||
 In file included from /usr/qt/3/include/qobject.h:48,
  from /usr/qt/3/include/qwidget.h:46,
  from /usr/qt/3/include/qframe.h:45,
  from /usr/qt/3/include/qscrollview.h:44,
  from /usr/qt/3/include/qlistview.h:45,
  from ./Selector.hxx:15,
  from Selector.cxx:10:
 /usr/qt/3/include/qevent.h: In member function 'void
 QDropEvent::setAction(QDropEvent::Action)':
 /usr/qt/3/include/qevent.h:523: warning: conversion to 'unsigned char'
 from 'uint' may alter its value
 MainWindow.cxx: In member function 'void MainWindow::changeSystrayTip()':
 MainWindow.cxx:368: warning: conversion to 'double' from
 'KIO::filesize_t' may alter its value
 In file included from /usr/qt/3/include/qwidget.h:52,
  from /usr/qt/3/include/qframe.h:45,
  from /usr/qt/3/include/qscrollview.h:44,
  from /usr/qt/3/include/qlistview.h:45,
  from ./Selector.hxx:15,
  from Selector.cxx:10:
 /usr/qt/3/include/qsizepolicy.h: In member function 'void
 QSizePolicy::transpose()':
 /usr/qt/3/include/qsizepolicy.h:125: warning: conversion to 'uchar'
 from 'uint' may alter its value
 /usr/qt/3/include/qsizepolicy.h:125: warning: conversion to 'uchar'
 from 'uint' may alter its value
 In file included from /usr/kde/3.5/include/kiconeffect.h:16,
  from Selector.cxx:16:
 /usr/qt/3/include/qimage.h: In member function 'bool
 QImageTextKeyLang::operator(const QImageTextKeyLang) const':
 /usr/qt/3/include/qimage.h:61: warning: suggest parentheses around 
 within ||
 Selector.cxx: In constructor 'Selector::Selector(QWidget*)':
 Selector.cxx:125: error: '::getenv' has not been declared
 make[3]: *** [Selector.o] Error 1
 make[3]: *** Waiting for unfinished jobs
 make[3]: Leaving directory
 `/var/tmp/portage/app-backup/kbackup-0.5.3/work/kbackup-0.5.3/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory
 `/var/tmp/portage/app-backup/kbackup-0.5.3/work/kbackup-0.5.3/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/var/tmp/portage/app-backup/kbackup-0.5.3/work/kbackup-0.5.3'
 make: *** [all] Error 2
  *
  * ERROR: app-backup/kbackup-0.5.3 failed.
  * Call stack:
  *   ebuild.sh, line   48:  Called src_compile
  * environment, line 4225:  Called kde_src_compile
  * environment, line 3004:  Called kde_src_compile 'all'
  * environment, line 3129:  Called kde_src_compile
 'myconf' 'configure' 'make'
  * environment, line 3125:  Called die
  * The specific snippet of code:
  *   emake || die died running emake, $FUNCNAME:make
  *  The die message:
  *   died running emake, kde_src_compile:make
  *
  * If you need support, post the topmost build error, and the call
 stack if relevant.
  * A complete build log is located at
 '/var/log/portage/elog/app-backup:kbackup-0.5.3:20090407-212820.log'.
  * The ebuild environment file is located at
 '/var/tmp/portage/app-backup/kbackup-0.5.3/temp/environment'.
  *
 r...@smoker / #  

I searched the forums but it returned very little and most of that was
really really old.  I went back a good piece and I think all the error
should be there but if I missed something, let me know.  I can go back a
little further if needed.

Thanks

Dale

:-)  :-)