Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 219552

Summary: mail-filter/spamprobe-1.4d fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Andrej Kacian (RETIRED) <ticho>
Status: RESOLVED FIXED    
Severity: normal CC: net-mail+disabled
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: spamprobe-1.4d-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-27 23:34:08 UTC
if i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"spamprobe\" -DVERSION=\"1.4d\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_REGEX_H=1 -DUSE_DB=1 -DUSE_MMAP=1 -DHAVE_UNGIF=1 -DHAVE_PNG=1 -DHAVE_JPEG=1  -I. -I. -I../../src/includes  -DNDEBUG   -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT CleanupManager.o -MD -MP -MF ".deps/CleanupManager.Tpo" -c -o CleanupManager.o CleanupManager.cc; \
        then mv -f ".deps/CleanupManager.Tpo" ".deps/CleanupManager.Po"; else rm -f ".deps/CleanupManager.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"spamprobe\" -DVERSION=\"1.4d\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_REGEX_H=1 -DUSE_DB=1 -DUSE_MMAP=1 -DHAVE_UNGIF=1 -DHAVE_PNG=1 -DHAVE_JPEG=1  -I. -I. -I../../src/includes  -DNDEBUG   -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT DatabaseConfig.o -MD -MP -MF ".deps/DatabaseConfig.Tpo" -c -o DatabaseConfig.o DatabaseConfig.cc; \
        then mv -f ".deps/DatabaseConfig.Tpo" ".deps/DatabaseConfig.Po"; else rm -f ".deps/DatabaseConfig.Tpo"; exit 1; fi
In file included from ../../src/includes/WordData.h:42,
                 from ../../src/includes/CleanupManager.h:36,
                 from CleanupManager.cc:32:
../../src/includes/util.h: In function ‘bool starts_with(const std::string&, const char*)’:
../../src/includes/util.h:83: error: ‘strlen’ was not declared in this scope
../../src/includes/util.h:83: error: ‘strncmp’ was not declared in this scope
../../src/includes/util.h: In function ‘bool starts_with(const std::string&, const std::string&)’:
../../src/includes/util.h:89: error: ‘strncmp’ was not declared in this scope
../../src/includes/util.h: In function ‘bool ends_with(const std::string&, const std::string&)’:
../../src/includes/util.h:95: error: ‘strcmp’ was not declared in this scope
make[2]: *** [CleanupManager.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from ../../src/includes/File.h:36,
                 from DatabaseConfig.cc:33:
../../src/includes/util.h: In function ‘bool starts_with(const std::string&, const char*)’:
../../src/includes/util.h:83: error: ‘strlen’ was not declared in this scope
../../src/includes/util.h:83: error: ‘strncmp’ was not declared in this scope
../../src/includes/util.h: In function ‘bool starts_with(const std::string&, const std::string&)’:
../../src/includes/util.h:89: error: ‘strncmp’ was not declared in this scope
../../src/includes/util.h: In function ‘bool ends_with(const std::string&, const std::string&)’:
../../src/includes/util.h:95: error: ‘strcmp’ was not declared in this scope
DatabaseConfig.cc: In member function ‘void DatabaseConfig::parseCommandLineArg(std::string&, std::string&, int&)’:
DatabaseConfig.cc:111: error: ‘atoi’ was not declared in this scope
make[2]: *** [DatabaseConfig.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/mail-filter/spamprobe-1.4d/work/spamprobe-1.4d/src/database'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mail-filter/spamprobe-1.4d/work/spamprobe-1.4d/src'
make: *** [all-recursive] Error 1
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-27 23:34:45 UTC
Created attachment 151203 [details, diff]
spamprobe-1.4d-gcc43.patch

Fixes the problem. Snatched from Debian.
Comment 2 Andrej Kacian (RETIRED) gentoo-dev 2008-04-28 16:47:01 UTC
Patch added to 1.4d, thanks!