Your message dated Thu, 23 Mar 2006 16:41:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line (no subject)
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: lprof
Version: 1.11.3.dfsg-1
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of lprof_1.11.3.dfsg-1 on bigsur by sbuild/mips 1.94
...
> g++ -o build/linux/checkerqt/profilechecker.o -c -O2 -Wall -pipe 
> -I/usr/include -I/usr/pkg/include -Isrc/libqtlcmswidgets -Isrc -Isrc/liblprof 
> -Isrc/lprofqt -Isrc/checkerqt -Isrc/gammaqt -Isrc/IDqt -Isrc/monqt 
> -Isrc/parmsqt -Isrc/reference_inst_qt -Ibuild/linux/libqtlcmswidgets 
> -Isrc/libqtlcmswidgets -Ibuild/linux/liblprof -Isrc/liblprof 
> -Ibuild/linux/lprofqt -Isrc/lprofqt -Ibuild/linux/checkerqt -Isrc/checkerqt 
> -Ibuild/linux/gammaqt -Isrc/gammaqt -Ibuild/linux/IDqt -Isrc/IDqt 
> -Ibuild/linux/monqt -Isrc/monqt -Ibuild/linux/parmsqt -Isrc/parmsqt 
> -Ibuild/linux/reference_inst_qt -Isrc/reference_inst_qt 
> -Ibuild/linux/argyll/rspl -Isrc/argyll/rspl -Ibuild/linux/argyll/numlib 
> -Isrc/argyll/numlib -Ibuild/linux/argyll/h -Isrc/argyll/h 
> -I/usr/share/qt3/include -I/usr/share/qt3/include 
> src/checkerqt/profilechecker.cpp
> /usr/share/qt3/include/qnetworkprotocol.h:58: warning: 'class 
> QNetworkProtocolFactoryBase' has virtual functions but non-virtual destructor
> /usr/share/qt3/include/qfiledialog.h:78: warning: 'class QFilePreview' has 
> virtual functions but non-virtual destructor
> /usr/share/qt3/include/qtooltip.h:86: warning: 'class QToolTip' has virtual 
> functions but non-virtual destructor
> src/lprofqt/lprofmain.h:402: error: extra qualification 'lprofMain::' on 
> member 'OutputFileNameChangedMon'
> src/checkerqt/profilechecker.cpp:207: warning: 'void ScaleToWhite(cmsCIEXYZ*, 
> cmsCIEXYZ*)' defined but not used
> scons: *** [build/linux/checkerqt/profilechecker.o] Error 1
> scons: building terminated because of errors.


--- ./src/lprofqt/lprofmain.h~  2006-03-17 15:16:54.000000000 +0000
+++ ./src/lprofqt/lprofmain.h   2006-03-17 15:16:58.000000000 +0000
@@ -399,7 +399,7 @@
     void init_targetlist();
     virtual void slotInstallReference();
     virtual void tabChanged();
-    virtual void lprofMain::OutputFileNameChangedMon();
+    virtual void OutputFileNameChangedMon();
     virtual void getConfigParmsandID(QString profile);
 };
 

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Closing manually as I did not close this bug in the changelog.

--- End Message ---

Reply via email to