Your message dated Mon, 28 Jul 2008 23:05:22 +0200
with message-id <[EMAIL PROTECTED]>
and subject line libc5 is not more distributed
has caused the Debian Bug report #288135,
regarding libg++27-altdev: get errors on compiling (set.h, map.h)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
288135: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288135
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libg++27-altdev
Version: 2.7.2.1-19
Severity: normal


Hi!
I tried to compile software for my PBX. It should run on a special PC with fli4l
(one-disk-router), which require to use libc5.

On an normal debian (woody) compiling is no problem, but with the 
altdev-packages
I get the following errors:

pts/0:[EMAIL PROTECTED]:~/src/sd2_3-rudi$ make
/usr/i486-linuxlibc1/bin/c++  sd_listcalls.cpp connect.o sd.o -o sd_listcalls 
-lstdc++
In file included from sd.hpp:16,
                 from sd_listcalls.cpp:4:
connect.hpp:15: warning: namespaces are mostly broken in this version of g++
sd_listcalls.cpp: In function `int main(int, char **)':
sd_listcalls.cpp:17: incorrect number of parameters (1, should be 2)
/usr/i486-linuxlibc1/include/g++/set.h:27: in template expansion for decl 
`template <class Key, class Compare> class set'
sd_listcalls.cpp:53: request for member `insert' in `msn', which is of 
non-aggregate type `int'
sd_listcalls.cpp:70: request for member `empty' in `msn', which is of 
non-aggregate type `int'
make: *** [sd_listcalls] Fehler 1
         
pts/0:[EMAIL PROTECTED]:~/src/sd2_3-rudi$ make
/usr/i486-linuxlibc1/bin/c++ -Wall -fno-rtti -O2 -fno-strength-reduce  
sd_list.cpp -o sd_list
sd_list.cpp:12: warning: namespaces are mostly broken in this version of g++
sd_list.cpp:33: incorrect number of parameters (2, should be 3)
/usr/i486-linuxlibc1/include/g++/map.h:27: in template expansion for decl 
`template <class Key, class T, class Compare> class map'
sd_list.cpp: In function `void dump_list(int)':
sd_list.cpp:153: ANSI C++ forbids comparison between pointer and integer
sd_list.cpp:154: request for member `c_str' in `calling[msn_names]', which is 
of non-aggregate type
`char'
sd_list.cpp: In function `int main(int, char **)':
sd_list.cpp:231: request for member `insert' in `msn_names', which is of 
non-aggregate type `int'
make: *** [sd_list] Fehler 1
                 
The main problem shine to lay in set.h:27 and map.h:27 because the code 
compiled correctly
with the newer versions of libc.
I don't understand the code completly, but it looks like the programming 
examples from
the net.

I have tried also to use more parameters in the set function, but there came a 
lot of more
errors.
Here is the part from sd_listcalls.cpp:

15:int main(int argc, char** argv)
16:{
17:        set<string> msn;
18:        char *timefmt = "%c";
                        
I had no more ideas, but an bugreport.

Hope for help!

Bert Lange               


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (1, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libg++27-altdev depends on:
ii  libc5                         5.4.46-12  The Linux C library version 5 (run
ii  libc5-altdev                  5.4.46-12  The Linux C library version 5 (alt
ii  libg++27                      2.7.2.1-17 The GNU C++ libraries (libc5 versi

-- no debconf information


--- End Message ---
--- Begin Message ---
So closing.

-- 
Francesco P. Lovergine


--- End Message ---

Reply via email to