Issue Details (XML | Word | Printable)

Key: STDCXX-592
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

[EDG eccp/Linux] multiple definition of `__sti___xxx' objects in codecvt.cpp, collate.cpp, and ctype.cpp

Created: 12/Oct/07 09:58 PM   Updated: 02/Dec/08 03:05 AM
Return to search
Component/s: 22. Localization
Affects Version/s: 4.2.0
Fix Version/s: 4.2.2

Time Tracking:
Original Estimate: 8h
Original Estimate - 8h
Remaining Estimate: 8h
Remaining Estimate - 8h
Time Spent: Not Specified
Remaining Estimate - 8h

Environment: EDG eccp 3.10 with gcc 4.1.0 on SUSE Linux Enterprise Server 10 (x86_64)

Severity: Linker Error


 Description  « Hide
When compiled with EDG eccp 3.10 (and possibly prior versions of the same), a number of example programs fail to link with the error below:

generating dependencies for $(TOPDIR)/examples/manual/codecvt.cpp
eccp -M -I/amd/devco/sebor/stdcxx/include/ansi -D_RWSTDDEBUG -I/amd/devco/sebor/stdcxx/include -I/build/sebor/stdcxx-eccp-3.9-11s/include -I/amd/devco/sebor/stdcxx/examples/include -A -x --template_directory=/build/sebor/stdcxx-eccp-3.9-11s/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,2
61,479,487,678,679,815 /amd/devco/sebor/stdcxx/examples/manual/codecvt.cpp
eccp -c -I/amd/devco/sebor/stdcxx/include/ansi -D_RWSTDDEBUG -I/amd/devco/sebor/stdcxx/include -I/build/sebor/stdcxx-eccp-3.9-11s/include -I/amd/devco/sebor/stdcxx/examples/include -A -x --template_directory=/build/sebor/stdcxx-eccp-3.9-11s/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,2
61,479,487,678,679,815 /amd/devco/sebor/stdcxx/examples/manual/codecvt.cpp
eccp codecvt.o -o codecvt --template_directory=/build/sebor/stdcxx-eccp-3.9-11s/lib -L/build/sebor/stdcxx-eccp-3.9-11s/lib -lstd11s -lm
nm: t_exp.o: no symbols
nm: e_rem_pio2.o: no symbols
nm: k_cos.o: no symbols
nm: k_rem_pio2.o: no symbols
nm: k_sin.o: no symbols
nm: s_scalbln.o: no symbols
nm: e_rem_pio2f.o: no symbols
nm: k_rem_pio2f.o: no symbols
nm: s_scalblnf.o: no symbols
nm: e_rem_pio2l.o: no symbols
nm: k_rem_pio2l.o: no symbols
nm: s_nexttowardl.o: no symbols
nm: s_scalblnl.o: no symbols
nm: t_sincosl.o: no symbols
nm: k_sincosl.o: no symbols
nm: branred.o: no symbols
nm: doasin.o: no symbols
nm: dosincos.o: no symbols
nm: halfulp.o: no symbols
nm: mpa.o: no symbols
nm: mpatan2.o: no symbols
nm: mpatan.o: no symbols
nm: mpexp.o: no symbols
nm: mplog.o: no symbols
nm: mpsqrt.o: no symbols
nm: mptan.o: no symbols
nm: sincos32.o: no symbols
nm: slowexp.o: no symbols
nm: slowpow.o: no symbols
/build/sebor/stdcxx-eccp-3.9-11s/lib/libstd11s.a(codecvt.o): In function `_sti__11_codecvt_cpp_845ea9dc':
/amd/devco/sebor/stdcxx/src/codecvt.cpp:273: multiple definition of `_sti__11_codecvt_cpp_845ea9dc'
codecvt.o:/amd/devco/sebor/stdcxx/include/loc/_locale.h:327: first defined here
/nfs/packages/mdx/sles/em64t/utils/binutils/2.16.91.0.5-23.4/bin/ld: Warning: size of symbol `_sti__11_codecvt_cpp_845ea9dc' changed from 48 in codecvt.o to 5 in /build/sebor/stdcxx-eccp-3.9-11s/lib/libstd11s.a(codecvt.o)
collect2: ld returned 1 exit status
make: *** [codecvt] Error 1



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #642798 Sun Mar 30 18:29:58 UTC 2008 sebor 2008-03-30 Martin Sebor <sebor@roguewave.com>

* etc/config/xfail.txt [EDG eccp] (codecvt, collate, ctype): Added
expected example failures due to STDCXX-592.
Files Changed
MODIFY /stdcxx/trunk/etc/config/xfail.txt