tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 2017Q4 issues



Hi,

In message <smushbxxr8p.fsf%linuxpal.mit.edu@localhost>
	on Tue, 26 Dec 2017 13:45:42 -0500,
	Greg Troxel <gdt%lexort.com@localhost> wrote:
> Jason Bacon <bacon4000%gmail.com@localhost> writes:
> 
>> On 12/26/17 09:27, Takahiro Kambe wrote:
>>> Hi,
>>>
>>> Is there anyone care for devel/glibmm requires gcc 4.9?
>>>
>> Are you suggesting the addition of a gcc49 dependency?
> 
> I noticed that glibmm has GCC_REQD of 4.8.  It fails to build for me, on
> nebsd-7 amd64.   Does anybody know how to patch it cleanly to be ok, or
> are we stuck choosing between it failing and changing to 4.9 (but
> firefox already has that)?
Building glibmm on pkgsrc current fails on NetBSD/amd64 6 and 7.

>   ===> Building for glibmm-2.54.1
>   /usr/pkg/bin/gmake  all-recursive
>   gmake[1]: Entering directory '/u0/n0/gdt/NetBSD-current/pkgsrc/devel/glibmm/work/glibmm-2.54.1'
>   Making all in tools
>   gmake[2]: Entering directory '/u0/n0/gdt/NetBSD-current/pkgsrc/devel/glibmm/work/glibmm-2.54.1/tools'
>     CXX      extra_defs_gen/generate_extra_defs.lo
>   extra_defs_gen/generate_extra_defs.cc: In function 'std::string get_property_with_node_name(GParamSpec*, const string&, const string&)':
>   extra_defs_gen/generate_extra_defs.cc:90:73: error: no matching function for call to 'regex_replace(const char*&, std::regex, const char [3])'
>          defString = std::regex_replace(defCString, std::regex("\n"), "\\n");
Exact this one and this problem is fixed to GCC_REQD to 4.9.

And I found below page from some discussion about this problem (but I
forgot exact the page) and it refered below page.

http://lists.busybox.net/pipermail/buildroot/2017-October/204960.html

Best regards.

-- 
Takahiro Kambe <taca%back-street.net@localhost>


Home | Main Index | Thread Index | Old Index