Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 14:14:07 +0200
From:      =?UTF-8?B?UmVuw6kgTGFkYW4=?= <rene@freebsd.org>
To:        freebsd-chromium@freebsd.org
Subject:   Re: chromium-28.0.1500.95 to 29.0.1547.57
Message-ID:  <52208C8F.1050006@freebsd.org>
In-Reply-To: <CAEQ1wyFHxW7R3EJcdayY_3Bp8eKY6hbcokuHi5JbS_iCLuY1DA@mail.gmail.com>
References:  <CAEQ1wyFHxW7R3EJcdayY_3Bp8eKY6hbcokuHi5JbS_iCLuY1DA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 30-08-2013 13:41, Владимир Тимофиев wrote:
> root@f3ja:/usr/ports/www/chromium # make reinstall clean
> ===> Building for chromium-29.0.1547.57
[...]
> [4/10877] CXX obj/base/base.file_util_posix.o
> FAILED: /usr/local/bin/clang++ -MMD -MF
> obj/base/base.file_util_posix.o.d -DANGLE_DX11 -D_FILE_OFFSET_BITS=64
[...]
> obj/base/base.file_util_posix.o
> ../../base/file_util_posix.cc:604:63: error: no member named 'st_mtim' in 'stat'
> results->last_modified = base::Time::FromTimeSpec(file_info.st_mtim);
> ~~~~~~~~~ ^
> ../../base/file_util_posix.cc:605:63: error: no member named 'st_atim' in 'stat'
> results->last_accessed = base::Time::FromTimeSpec(file_info.st_atim);
> ~~~~~~~~~ ^
> ../../base/file_util_posix.cc:606:63: error: no member named 'st_ctim' in 'stat'
> results->creation_time = base::Time::FromTimeSpec(file_info.st_ctim);
> ~~~~~~~~~ ^
> 3 errors generated.
[...]

Hmm, this might be my fault, I added
files/patch-base__file_util_posix.cc to fix the build on 8.X in r325534
(tested on 8.3-i386).

What version/architecture of FreeBSD do you have, and does the build
work without this patch?

René



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52208C8F.1050006>