[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

unable to reproduce FTBFS of 459028



<posted & mailed>
Hi all,

    Recently there was an FTBFS bug #459028 on texmacs 1:1.0.6.11-3. There
has also been an NMU to fix that. However, I am unable to reproduce it on
my machine and I am perplexed as to what I am doing wrong.

These are the steps I used.
1) download the source for texmacs 1:1.0.6.11-3.1 using apt-get source.
2) reverse the NMU patch

patch -p0 -R < texmacs-1.0.6.11-3.1-nmu.diff

3) compile with pdebuild

cd texmacs-1.0.6.11
pdebuild-sid 2>&1 | tee raju_build_20081221.txt

pdebuild-sid is my customized version of pdebuild for sid branch. The log
file shows that

./Typeset/Boxes/Basic/basic_boxes.cpp:129: warning: deprecated conversion
from string constant to 'char*'
./Typeset/Boxes/Basic/basic_boxes.cpp: In member function 'virtual
image_box_rep::operator tree()':
./Typeset/Boxes/Basic/basic_boxes.cpp:189: warning: deprecated conversion
from string constant to 'char*'
./Typeset/Boxes/Basic/basic_boxes.cpp: In member function 'virtual
control_tree_box_rep::operator tree()':
./Typeset/Boxes/Basic/basic_boxes.cpp:217: warning: deprecated conversion
from string constant to 'char*'
./Typeset/Boxes/Basic/basic_boxes.cpp: In member function 'virtual
control_lazy_box_rep::operator tree()':
./Typeset/Boxes/Basic/basic_boxes.cpp:226: warning: deprecated conversion
from string constant to 'char*'
g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IClasses/Mathematics -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Window/Event/basic_event.cpp -o
Objects/basic_event.o 
In file included from Window/event.hpp:15,
                 from Window/Event/basic_event.hpp:15,
                 from ./Window/Event/basic_event.cpp:13:
Classes/Atomic/tree.hpp: In function 'string as_string(tree)':
Classes/Atomic/tree.hpp:220: warning: deprecated conversion from string
constant to 'char*'
Classes/Atomic/tree.hpp: In function 'tree as_tree(T) [with T = void*]':
Classes/Atomic/tree.hpp:225: warning: deprecated conversion from string
constant to 'char*'
Classes/Atomic/tree.hpp: In function 'tree bool_as_tree(bool)':
Classes/Atomic/tree.hpp:227: warning: deprecated conversion from string
constant to 'char*'
Classes/Atomic/tree.hpp:227: warning: deprecated conversion from string
constant to 'char*'
In file included from Window/widget.hpp:16,
                 from Window/Event/basic_event.hpp:17,
                 from ./Window/Event/basic_event.cpp:13:
System/Classes/url.hpp: In function 'url url_none()':
System/Classes/url.hpp:61: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'url url_here()':
System/Classes/url.hpp:62: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'url url_parent()':
System/Classes/url.hpp:63: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'url url_pwd()':
System/Classes/url.hpp:64: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'bool is_none(url)':
System/Classes/url.hpp:82: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'bool is_here(url)':
System/Classes/url.hpp:83: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'bool is_parent(url)':
System/Classes/url.hpp:84: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'bool is_concat(url)':
System/Classes/url.hpp:86: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'bool is_or(url)':
System/Classes/url.hpp:87: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'bool is_root(url)':
System/Classes/url.hpp:89: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'bool is_root_web(url)':
System/Classes/url.hpp:93: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp:93: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'bool is_root_tmfs(url)':
System/Classes/url.hpp:94: warning: deprecated conversion from string
constant to 'char*'
System/Classes/url.hpp: In function 'bool is_wildcard(url)':




The build proceeds without any errors. Could someone help me out as to what
I am doing wrong? My gut feeling is that an NMU was performed on texmacs
but the actual bug is in some other package (gcc?). Can someone confirm?
Should I revert the NMU?


thanks
raju

-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


Reply to: