First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 213142
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Alin Năstac <mrness@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dennis Schridde <devurandom@gmx.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
build.log build.log text/plain Dennis Schridde 2008-03-12 13:45 0000 23.50 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 213142 depends on: Show dependency tree
Bug 213142 blocks: 198121
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-03-12 13:45 0000
Conversion from std::string to const char* in Source/util.cpp. log attached

Reproducible: Always

Steps to Reproduce:

------- Comment #1 From Dennis Schridde 2008-03-12 13:45:20 0000 -------
Created an attachment (id=145899) [details]
build.log

------- Comment #2 From Jakub Moc (RETIRED) 2008-03-12 13:47:27 0000 -------
<snip>
g++ -o build/release/Library/LibraryLocal/util.o -c -m32 -O2 -Wall
-fno-strict-aliasing -Ibuild/release/Library/LibraryLocal
-IContrib/Library/LibraryLocal Source/util.cpp
Source/util.cpp: In function 'std::string get_full_path(const std::string&)':
Source/util.cpp:377: error: cannot convert 'const std::basic_string<char,
std::char_traits<char>, std::allocator<char> >' to 'const char*' for argument
'1' to 'long int pathconf(const char*, int)'
Source/util.cpp: In function 'std::string lowercase(const std::string&)':
Source/util.cpp:471: error: no matching function for call to
'transform(__gnu_cxx::__normal_iterator<const char*, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >,
__gnu_cxx::__normal_iterator<const char*, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >,
__gnu_cxx::__normal_iterator<char*, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >, <unresolved overloaded
function type>)'
scons: *** [build/release/Library/LibraryLocal/util.o] Error 1
</snip>

------- Comment #3 From SpanKY 2008-04-20 09:32:50 0000 -------
should be fixed with nsis-2.36

First Last Prev Next    No search results available      Search page      Enter new bug