Your message dated Wed, 17 Aug 2016 01:19:09 +0000
with message-id <e1bzpvd-0003f3...@franck.debian.org>
and subject line Bug#830461: fixed in r-cran-geepack 1.2-0.2-1
has caused the Debian Bug report #830461,
regarding r-cran-geepack: FTBFS: cstdlib:174:20: error: conflicting declaration 
of C function 'long long int std::abs(long long int)'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
830461: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830461
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: r-cran-geepack
Version: 1.2-0-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> g++ -I/usr/share/R/include -DNDEBUG -I../inst/include -DNDEBUG    -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -fpic  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g  -c utils.cc -o utils.o
> In file included from /usr/share/R/include/R.h:40:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cstdlib: In function 'long long int std::abs(long long 
> int)':
> /usr/include/c++/5/cstdlib:174:20: error: conflicting declaration of C 
> function 'long long int std::abs(long long int)'
>    abs(long long __x) { return __builtin_llabs (__x); }
>                     ^
> /usr/include/c++/5/cstdlib:166:3: note: previous declaration 'long int 
> std::abs(long int)'
>    abs(long __i) { return __builtin_labs(__i); }
>    ^
> /usr/include/c++/5/cstdlib: In function '__int128 std::abs(__int128)':
> /usr/include/c++/5/cstdlib:179:33: error: conflicting declaration of C 
> function '__int128 std::abs(__int128)'
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>                                  ^
> /usr/include/c++/5/cstdlib:174:3: note: previous declaration 'long long int 
> std::abs(long long int)'
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^
> /usr/include/c++/5/cstdlib:179:33: error: conflicting declaration of C 
> function '__int128 std::abs(__int128)'
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>                                  ^
> /usr/include/c++/5/cstdlib:166:3: note: previous declaration 'long int 
> std::abs(long int)'
>    abs(long __i) { return __builtin_labs(__i); }
>    ^
> In file included from /usr/include/c++/5/cmath:42:0,
>                  from /usr/share/R/include/R.h:43,
>                  from utils.cc:4:
> /usr/include/c++/5/bits/cpp_type_traits.h: At global scope:
> /usr/include/c++/5/bits/cpp_type_traits.h:72:3: error: template with C linkage
>    template<typename _Iterator, typename _Container>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:85:3: error: template with C linkage
>    template<bool>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:89:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:95:3: error: template with C linkage
>    template<class _Sp, class _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:103:3: error: template with C 
> linkage
>    template<typename, typename>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:110:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:118:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:125:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:135:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:146:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:153:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:160:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:167:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:175:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:199:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:206:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:213:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:220:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:227:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:234:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:241:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:248:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:270:1: error: template 
> specialization with C linkage
>  __INT_N(__GLIBCXX_TYPE_INT_N_0)
>  ^
> /usr/include/c++/5/bits/cpp_type_traits.h:270:1: error: template 
> specialization with C linkage
>  __INT_N(__GLIBCXX_TYPE_INT_N_0)
>  ^
> /usr/include/c++/5/bits/cpp_type_traits.h:287:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:295:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:302:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:309:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:319:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:326:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:336:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:343:3: error: template with C 
> linkage
>    template<typename _Iterator, typename _Container>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:354:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:362:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:370:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:377:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:385:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:393:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:400:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:407:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:414:3: error: template 
> specialization with C linkage
>    template<>
>    ^
> /usr/include/c++/5/bits/cpp_type_traits.h:424:3: error: template with C 
> linkage
>    template<typename _Tp>
>    ^
> In file included from /usr/include/c++/5/cmath:43:0,
>                  from /usr/share/R/include/R.h:43,
>                  from utils.cc:4:
> /usr/include/c++/5/ext/type_traits.h:42:3: error: template with C linkage
>    template<bool, typename>
>    ^
> /usr/include/c++/5/ext/type_traits.h:46:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/ext/type_traits.h:52:3: error: template with C linkage
>    template<bool _Cond, typename _Iftrue, typename _Iffalse>
>    ^
> /usr/include/c++/5/ext/type_traits.h:56:3: error: template with C linkage
>    template<typename _Iftrue, typename _Iffalse>
>    ^
> /usr/include/c++/5/ext/type_traits.h:62:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/ext/type_traits.h:72:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:76:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:80:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:84:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:88:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:92:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:97:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:100:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:105:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/ext/type_traits.h:115:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:119:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:123:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:127:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:131:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:135:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:140:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:143:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:148:3: error: template with C linkage
>    template<typename _Type>
>    ^
> /usr/include/c++/5/ext/type_traits.h:153:3: error: template with C linkage
>    template<typename _Type>
>    ^
> /usr/include/c++/5/ext/type_traits.h:165:3: error: template with C linkage
>    template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
>    ^
> /usr/include/c++/5/ext/type_traits.h:172:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/ext/type_traits.h:176:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:180:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:184:3: error: template specialization 
> with C linkage
>    template<>
>    ^
> /usr/include/c++/5/ext/type_traits.h:188:3: error: template with C linkage
>    template<typename _Tp, typename _Up,
>    ^
> /usr/include/c++/5/ext/type_traits.h:196:3: error: template with C linkage
>    template<typename _Tp, typename _Up, typename _Vp,
>    ^
> /usr/include/c++/5/ext/type_traits.h:205:3: error: template with C linkage
>    template<typename _Tp, typename _Up, typename _Vp, typename _Wp,
>    ^
> In file included from /usr/share/R/include/R.h:43:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cmath: In function 'double std::abs(double)':
> /usr/include/c++/5/cmath:81:17: error: conflicting declaration of C function 
> 'double std::abs(double)'
>    abs(double __x)
>                  ^
> In file included from /usr/share/R/include/R.h:40:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cstdlib:179:3: note: previous declaration '__int128 
> std::abs(__int128)'
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^
> In file included from /usr/share/R/include/R.h:43:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cmath:81:17: error: conflicting declaration of C function 
> 'double std::abs(double)'
>    abs(double __x)
>                  ^
> In file included from /usr/share/R/include/R.h:40:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cstdlib:174:3: note: previous declaration 'long long int 
> std::abs(long long int)'
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^
> In file included from /usr/share/R/include/R.h:43:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cmath:81:17: error: conflicting declaration of C function 
> 'double std::abs(double)'
>    abs(double __x)
>                  ^
> In file included from /usr/share/R/include/R.h:40:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cstdlib:166:3: note: previous declaration 'long int 
> std::abs(long int)'
>    abs(long __i) { return __builtin_labs(__i); }
>    ^
> In file included from /usr/share/R/include/R.h:43:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cmath: In function 'float std::abs(float)':
> /usr/include/c++/5/cmath:87:16: error: conflicting declaration of C function 
> 'float std::abs(float)'
>    abs(float __x)
>                 ^
> /usr/include/c++/5/cmath:81:3: note: previous declaration 'double 
> std::abs(double)'
>    abs(double __x)
>    ^
> /usr/include/c++/5/cmath:87:16: error: conflicting declaration of C function 
> 'float std::abs(float)'
>    abs(float __x)
>                 ^
> In file included from /usr/share/R/include/R.h:40:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cstdlib:179:3: note: previous declaration '__int128 
> std::abs(__int128)'
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^
> In file included from /usr/share/R/include/R.h:43:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cmath:87:16: error: conflicting declaration of C function 
> 'float std::abs(float)'
>    abs(float __x)
>                 ^
> In file included from /usr/share/R/include/R.h:40:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cstdlib:174:3: note: previous declaration 'long long int 
> std::abs(long long int)'
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^
> In file included from /usr/share/R/include/R.h:43:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cmath:87:16: error: conflicting declaration of C function 
> 'float std::abs(float)'
>    abs(float __x)
>                 ^
> In file included from /usr/share/R/include/R.h:40:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cstdlib:166:3: note: previous declaration 'long int 
> std::abs(long int)'
>    abs(long __i) { return __builtin_labs(__i); }
>    ^
> In file included from /usr/share/R/include/R.h:43:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cmath: In function 'long double std::abs(long double)':
> /usr/include/c++/5/cmath:91:22: error: conflicting declaration of C function 
> 'long double std::abs(long double)'
>    abs(long double __x)
>                       ^
> /usr/include/c++/5/cmath:87:3: note: previous declaration 'float 
> std::abs(float)'
>    abs(float __x)
>    ^
> /usr/include/c++/5/cmath:91:22: error: conflicting declaration of C function 
> 'long double std::abs(long double)'
>    abs(long double __x)
>                       ^
> /usr/include/c++/5/cmath:81:3: note: previous declaration 'double 
> std::abs(double)'
>    abs(double __x)
>    ^
> /usr/include/c++/5/cmath:91:22: error: conflicting declaration of C function 
> 'long double std::abs(long double)'
>    abs(long double __x)
>                       ^
> In file included from /usr/share/R/include/R.h:40:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cstdlib:179:3: note: previous declaration '__int128 
> std::abs(__int128)'
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^
> In file included from /usr/share/R/include/R.h:43:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cmath:91:22: error: conflicting declaration of C function 
> 'long double std::abs(long double)'
>    abs(long double __x)
>                       ^
> In file included from /usr/share/R/include/R.h:40:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cstdlib:174:3: note: previous declaration 'long long int 
> std::abs(long long int)'
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^
> In file included from /usr/share/R/include/R.h:43:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cmath:91:22: error: conflicting declaration of C function 
> 'long double std::abs(long double)'
>    abs(long double __x)
>                       ^
> In file included from /usr/share/R/include/R.h:40:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cstdlib:166:3: note: previous declaration 'long int 
> std::abs(long int)'
>    abs(long __i) { return __builtin_labs(__i); }
>    ^
> In file included from /usr/share/R/include/R.h:43:0,
>                  from utils.cc:4:
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:95:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::acos(long double)':
> /usr/include/c++/5/cmath:110:23: error: conflicting declaration of C function 
> 'long double std::acos(long double)'
>    acos(long double __x)
>                        ^
> /usr/include/c++/5/cmath:106:3: note: previous declaration 'float 
> std::acos(float)'
>    acos(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:114:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::asin(long double)':
> /usr/include/c++/5/cmath:129:23: error: conflicting declaration of C function 
> 'long double std::asin(long double)'
>    asin(long double __x)
>                        ^
> /usr/include/c++/5/cmath:125:3: note: previous declaration 'float 
> std::asin(float)'
>    asin(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:133:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::atan(long double)':
> /usr/include/c++/5/cmath:148:23: error: conflicting declaration of C function 
> 'long double std::atan(long double)'
>    atan(long double __x)
>                        ^
> /usr/include/c++/5/cmath:144:3: note: previous declaration 'float 
> std::atan(float)'
>    atan(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:152:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::atan2(long double, 
> long double)':
> /usr/include/c++/5/cmath:167:41: error: conflicting declaration of C function 
> 'long double std::atan2(long double, long double)'
>    atan2(long double __y, long double __x)
>                                          ^
> /usr/include/c++/5/cmath:163:3: note: previous declaration 'float 
> std::atan2(float, float)'
>    atan2(float __y, float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:171:3: error: template with C linkage
>    template<typename _Tp, typename _Up>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::ceil(long double)':
> /usr/include/c++/5/cmath:188:23: error: conflicting declaration of C function 
> 'long double std::ceil(long double)'
>    ceil(long double __x)
>                        ^
> /usr/include/c++/5/cmath:184:3: note: previous declaration 'float 
> std::ceil(float)'
>    ceil(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:192:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::cos(long double)':
> /usr/include/c++/5/cmath:207:22: error: conflicting declaration of C function 
> 'long double std::cos(long double)'
>    cos(long double __x)
>                       ^
> /usr/include/c++/5/cmath:203:3: note: previous declaration 'float 
> std::cos(float)'
>    cos(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:211:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::cosh(long double)':
> /usr/include/c++/5/cmath:226:23: error: conflicting declaration of C function 
> 'long double std::cosh(long double)'
>    cosh(long double __x)
>                        ^
> /usr/include/c++/5/cmath:222:3: note: previous declaration 'float 
> std::cosh(float)'
>    cosh(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:230:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::exp(long double)':
> /usr/include/c++/5/cmath:245:22: error: conflicting declaration of C function 
> 'long double std::exp(long double)'
>    exp(long double __x)
>                       ^
> /usr/include/c++/5/cmath:241:3: note: previous declaration 'float 
> std::exp(float)'
>    exp(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:249:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::fabs(long double)':
> /usr/include/c++/5/cmath:264:23: error: conflicting declaration of C function 
> 'long double std::fabs(long double)'
>    fabs(long double __x)
>                        ^
> /usr/include/c++/5/cmath:260:3: note: previous declaration 'float 
> std::fabs(float)'
>    fabs(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:268:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::floor(long double)':
> /usr/include/c++/5/cmath:283:24: error: conflicting declaration of C function 
> 'long double std::floor(long double)'
>    floor(long double __x)
>                         ^
> /usr/include/c++/5/cmath:279:3: note: previous declaration 'float 
> std::floor(float)'
>    floor(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:287:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::fmod(long double, 
> long double)':
> /usr/include/c++/5/cmath:302:40: error: conflicting declaration of C function 
> 'long double std::fmod(long double, long double)'
>    fmod(long double __x, long double __y)
>                                         ^
> /usr/include/c++/5/cmath:298:3: note: previous declaration 'float 
> std::fmod(float, float)'
>    fmod(float __x, float __y)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:306:3: error: template with C linkage
>    template<typename _Tp, typename _Up>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::frexp(long double, 
> int*)':
> /usr/include/c++/5/cmath:323:36: error: conflicting declaration of C function 
> 'long double std::frexp(long double, int*)'
>    frexp(long double __x, int* __exp)
>                                     ^
> /usr/include/c++/5/cmath:319:3: note: previous declaration 'float 
> std::frexp(float, int*)'
>    frexp(float __x, int* __exp)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:327:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::ldexp(long double, 
> int)':
> /usr/include/c++/5/cmath:342:35: error: conflicting declaration of C function 
> 'long double std::ldexp(long double, int)'
>    ldexp(long double __x, int __exp)
>                                    ^
> /usr/include/c++/5/cmath:338:3: note: previous declaration 'float 
> std::ldexp(float, int)'
>    ldexp(float __x, int __exp)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:346:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::log(long double)':
> /usr/include/c++/5/cmath:361:22: error: conflicting declaration of C function 
> 'long double std::log(long double)'
>    log(long double __x)
>                       ^
> /usr/include/c++/5/cmath:357:3: note: previous declaration 'float 
> std::log(float)'
>    log(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:365:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::log10(long double)':
> /usr/include/c++/5/cmath:380:24: error: conflicting declaration of C function 
> 'long double std::log10(long double)'
>    log10(long double __x)
>                         ^
> /usr/include/c++/5/cmath:376:3: note: previous declaration 'float 
> std::log10(float)'
>    log10(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:384:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::modf(long double, 
> long double*)':
> /usr/include/c++/5/cmath:399:44: error: conflicting declaration of C function 
> 'long double std::modf(long double, long double*)'
>    modf(long double __x, long double* __iptr)
>                                             ^
> /usr/include/c++/5/cmath:395:3: note: previous declaration 'float 
> std::modf(float, float*)'
>    modf(float __x, float* __iptr)
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::pow(long double, long 
> double)':
> /usr/include/c++/5/cmath:411:39: error: conflicting declaration of C function 
> 'long double std::pow(long double, long double)'
>    pow(long double __x, long double __y)
>                                        ^
> /usr/include/c++/5/cmath:407:3: note: previous declaration 'float 
> std::pow(float, float)'
>    pow(float __x, float __y)
>    ^
> /usr/include/c++/5/cmath: In function 'double std::pow(double, int)':
> /usr/include/c++/5/cmath:418:26: error: conflicting declaration of C function 
> 'double std::pow(double, int)'
>    pow(double __x, int __i)
>                           ^
> /usr/include/c++/5/cmath:411:3: note: previous declaration 'long double 
> std::pow(long double, long double)'
>    pow(long double __x, long double __y)
>    ^
> /usr/include/c++/5/cmath:418:26: error: conflicting declaration of C function 
> 'double std::pow(double, int)'
>    pow(double __x, int __i)
>                           ^
> /usr/include/c++/5/cmath:407:3: note: previous declaration 'float 
> std::pow(float, float)'
>    pow(float __x, float __y)
>    ^
> /usr/include/c++/5/cmath: In function 'float std::pow(float, int)':
> /usr/include/c++/5/cmath:422:25: error: conflicting declaration of C function 
> 'float std::pow(float, int)'
>    pow(float __x, int __n)
>                          ^
> /usr/include/c++/5/cmath:418:3: note: previous declaration 'double 
> std::pow(double, int)'
>    pow(double __x, int __i)
>    ^
> /usr/include/c++/5/cmath:422:25: error: conflicting declaration of C function 
> 'float std::pow(float, int)'
>    pow(float __x, int __n)
>                          ^
> /usr/include/c++/5/cmath:411:3: note: previous declaration 'long double 
> std::pow(long double, long double)'
>    pow(long double __x, long double __y)
>    ^
> /usr/include/c++/5/cmath:422:25: error: conflicting declaration of C function 
> 'float std::pow(float, int)'
>    pow(float __x, int __n)
>                          ^
> /usr/include/c++/5/cmath:407:3: note: previous declaration 'float 
> std::pow(float, float)'
>    pow(float __x, float __y)
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::pow(long double, 
> int)':
> /usr/include/c++/5/cmath:426:31: error: conflicting declaration of C function 
> 'long double std::pow(long double, int)'
>    pow(long double __x, int __n)
>                                ^
> /usr/include/c++/5/cmath:422:3: note: previous declaration 'float 
> std::pow(float, int)'
>    pow(float __x, int __n)
>    ^
> /usr/include/c++/5/cmath:426:31: error: conflicting declaration of C function 
> 'long double std::pow(long double, int)'
>    pow(long double __x, int __n)
>                                ^
> /usr/include/c++/5/cmath:418:3: note: previous declaration 'double 
> std::pow(double, int)'
>    pow(double __x, int __i)
>    ^
> /usr/include/c++/5/cmath:426:31: error: conflicting declaration of C function 
> 'long double std::pow(long double, int)'
>    pow(long double __x, int __n)
>                                ^
> /usr/include/c++/5/cmath:411:3: note: previous declaration 'long double 
> std::pow(long double, long double)'
>    pow(long double __x, long double __y)
>    ^
> /usr/include/c++/5/cmath:426:31: error: conflicting declaration of C function 
> 'long double std::pow(long double, int)'
>    pow(long double __x, int __n)
>                                ^
> /usr/include/c++/5/cmath:407:3: note: previous declaration 'float 
> std::pow(float, float)'
>    pow(float __x, float __y)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:431:3: error: template with C linkage
>    template<typename _Tp, typename _Up>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::sin(long double)':
> /usr/include/c++/5/cmath:448:22: error: conflicting declaration of C function 
> 'long double std::sin(long double)'
>    sin(long double __x)
>                       ^
> /usr/include/c++/5/cmath:444:3: note: previous declaration 'float 
> std::sin(float)'
>    sin(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:452:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::sinh(long double)':
> /usr/include/c++/5/cmath:467:23: error: conflicting declaration of C function 
> 'long double std::sinh(long double)'
>    sinh(long double __x)
>                        ^
> /usr/include/c++/5/cmath:463:3: note: previous declaration 'float 
> std::sinh(float)'
>    sinh(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:471:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::sqrt(long double)':
> /usr/include/c++/5/cmath:486:23: error: conflicting declaration of C function 
> 'long double std::sqrt(long double)'
>    sqrt(long double __x)
>                        ^
> /usr/include/c++/5/cmath:482:3: note: previous declaration 'float 
> std::sqrt(float)'
>    sqrt(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:490:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::tan(long double)':
> /usr/include/c++/5/cmath:505:22: error: conflicting declaration of C function 
> 'long double std::tan(long double)'
>    tan(long double __x)
>                       ^
> /usr/include/c++/5/cmath:501:3: note: previous declaration 'float 
> std::tan(float)'
>    tan(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:509:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath: In function 'long double std::tanh(long double)':
> /usr/include/c++/5/cmath:524:23: error: conflicting declaration of C function 
> 'long double std::tanh(long double)'
>    tanh(long double __x)
>                        ^
> /usr/include/c++/5/cmath:520:3: note: previous declaration 'float 
> std::tanh(float)'
>    tanh(float __x)
>    ^
> /usr/include/c++/5/cmath: At global scope:
> /usr/include/c++/5/cmath:528:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:831:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:841:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:850:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:859:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:868:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:877:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:890:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:899:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:908:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:917:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:926:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> /usr/include/c++/5/cmath:935:3: error: template with C linkage
>    template<typename _Tp>
>    ^
> make[1]: *** [utils.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/r-cran-geepack_1.2-0-1_unstable_reb.normal.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: r-cran-geepack
Source-Version: 1.2-0.2-1

We believe that the bug you reported is fixed in the latest version of
r-cran-geepack, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 830...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lawrence <lawre...@debian.org> (supplier of updated r-cran-geepack 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 16 Aug 2016 20:53:33 -0400
Source: r-cran-geepack
Binary: r-cran-geepack
Architecture: source amd64
Version: 1.2-0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Chris Lawrence <lawre...@debian.org>
Changed-By: Chris Lawrence <lawre...@debian.org>
Description:
 r-cran-geepack - Generalized Estimating Equation Package for R
Closes: 830461
Changes:
 r-cran-geepack (1.2-0.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Appears to fix FTBFS error (Closes: #830461).
Checksums-Sha1:
 e32932657d1e771df40b36df0c8c133875e9061c 1788 r-cran-geepack_1.2-0.2-1.dsc
 06c0a66b94863191b91a96c7e16c327e5b639857 213892 
r-cran-geepack_1.2-0.2.orig.tar.gz
 91f421bc688737eebd6e4b7b35be8289db9bd703 1804 
r-cran-geepack_1.2-0.2-1.debian.tar.xz
 6643a65538f660360c5971a99ff2c12756144397 443640 
r-cran-geepack-dbgsym_1.2-0.2-1_amd64.deb
 da01e270b9b12cbfb78fb400e2a8e36a08020c77 334998 
r-cran-geepack_1.2-0.2-1_amd64.deb
Checksums-Sha256:
 71860dc8844ba4fae012d79d24462f4e7a0b3834dda3eac4ebc7a96699976eb0 1788 
r-cran-geepack_1.2-0.2-1.dsc
 b0fb3fd1a94c6a840362fc2a4d6c3b8aa6c95dd2b69591d34cc16a53e6b62b79 213892 
r-cran-geepack_1.2-0.2.orig.tar.gz
 617fac13b4d5c5fdf5415e0aa8cdbbdf72c40a0e774017d4a7db641849cd0417 1804 
r-cran-geepack_1.2-0.2-1.debian.tar.xz
 60c176fddc8c57ad23d66d7f6bccc5b2e4adcf0cc2b543c84b0ffc7532e74a94 443640 
r-cran-geepack-dbgsym_1.2-0.2-1_amd64.deb
 949313003d2fef8e9f28ffa4e329437526f550696871f8b2ddcf9d58cdd87919 334998 
r-cran-geepack_1.2-0.2-1_amd64.deb
Files:
 3d842de9be2886df3f73f7b61dfbaeaf 1788 gnu-r optional 
r-cran-geepack_1.2-0.2-1.dsc
 c0523ad0a2640386257c0aa0028803b3 213892 gnu-r optional 
r-cran-geepack_1.2-0.2.orig.tar.gz
 60edac32853572fdc6a3b1a9326b6ea8 1804 gnu-r optional 
r-cran-geepack_1.2-0.2-1.debian.tar.xz
 86c7c862a4383e3206189af9c947d49b 443640 debug extra 
r-cran-geepack-dbgsym_1.2-0.2-1_amd64.deb
 a60bc73786516b0e2474fb060cad2e16 334998 gnu-r optional 
r-cran-geepack_1.2-0.2-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJXs7W7AAoJEMn8Qbj5jGbPDLwQALqliX3u6jYIWRg28JQwEZOA
y7xSPRhH7kgAo0qBrnapf8NAbIFIuIOmmsk98pHYvkk+opHEQ+FhqpUXLhSkrhHl
O7PnE2o4K+aSJYnTemCneF1ygPsMbhchHU2qXY6/GuwWhD9uwng65ej0xjEk81jz
ufdx36BnlgAeyTOwJ3tcp9RsjVb9SKQKYP0ovd4uIRNNtDHv7jT84JHfZIOm7PMF
ZVNd7GUR4BUzMIxWf8KdrR8fOhnr6elJoLHV2e+ibEOQTbAyztxhbv/3qehhz3sa
h1eeefUFp3JIb1dYVhU82CCauvc/UUTtz3fvhbHXJKq5aKd/2GzhPPXEdJHc/2WM
PvtHh8An1+6DniuC00p5rxp4s19t5e1kDlcQMirQP3Ck5VRKt8Xbvp6jNa9cJ9h/
q5CSWAq306yJJa/bIIYy8xRKCApNKz/b/pg/9Fr0uqKWVNjwIM/UGlwICuC2tgNc
wDDiH6FUlVtOiJbz6SooG8z0HzLvdi6qg6ZvGxfPZHpGagkOf2eqYSSEG6Wktl1V
+lUBIY+WoNU2QyLblMPoe2BMsfN1C8m0e76iHmKLeucNxs7bUUERNkBhLK5iZ1Bq
dUSiTnyxEYWSo9/LhWsGhFR52gA1zVNKl4XNCCJGx52Ejc7Oo6YjG+d9vVuqi0IO
Gwb27DNP248WQNkH/7xB
=VSgt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to