#15603 closed bug (fixed)
Build 308 fails with tmpnam declaration issue
Reported by: | cocobean | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Build System | Version: | R1/Development |
Keywords: | tmpnam | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
92e9211d7b deprecate gets and tmpnam C++ objects/haiku/x86_64/release/system/kernel/lib/arch/x86_64/arch_string.o
In file included from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/ext/string_conversions.h:43,
from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/bits/basic_string.h:6400,
from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/string:52,
from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/stdexcept:39,
from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/array:39,
from ../haiku-git/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp:7:
build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/cstdio:141:11: error: '::tmpnam' has not been declared
using ::tmpnam;
~
Change History (2)
comment:1 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Fixed in hrev53688.