tech-pkg archive

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

ham/uhd fails to build



On netbsd-8, amd64, everything up to date with pkgsrc head, ham/uhd
fails to build.  It did build ok before your update of March 22:

  uhd-3.11.1.0nb2 (installed on Jan 13 08:58)
  
and I had declined to update it because I didn't get the new version
building yet.

What platforms did you successfully build it on?

Could you fix?




=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for uhd-3.13.1.0
[  2%] Built target uhd_rpclib
[  2%] Built target getopt
[  4%] Built target man_page_gzips
[  4%] Building CXX object lib/CMakeFiles/uhd.dir/usrp/common/ad9361_driver/ad9361_device.cpp.o
In file included from /home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:64:0,
                 from /home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions.hpp:73,
                 from /home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/uhd-3.13.1.0/host/lib/usrp/common/ad9361_driver/ad9361_device.cpp:19:
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp: In function 'T boost::math::lambert_w_detail::lambert_w_singularity_series(T)':
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:289:31: error: unable to find numeric literal operator 'operator""Q'
     BOOST_MATH_TEST_VALUE(T, +0.000442473061814620910), // j15
                               ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:289:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, +0.000442473061814620910), // j15
     ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:289:31: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
     BOOST_MATH_TEST_VALUE(T, +0.000442473061814620910), // j15
                               ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:289:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, +0.000442473061814620910), // j15
     ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:291:31: error: unable to find numeric literal operator 'operator""Q'
     BOOST_MATH_TEST_VALUE(T, -0.000292677224729627445), // j16
                               ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:291:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, -0.000292677224729627445), // j16
     ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:291:31: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
     BOOST_MATH_TEST_VALUE(T, -0.000292677224729627445), // j16
                               ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:291:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, -0.000292677224729627445), // j16
     ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:293:30: error: unable to find numeric literal operator 'operator""Q'
     BOOST_MATH_TEST_VALUE(T, 0.000194387276054539318), // j17
                              ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:293:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, 0.000194387276054539318), // j17
     ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:293:30: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
     BOOST_MATH_TEST_VALUE(T, 0.000194387276054539318), // j17
                              ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:293:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, 0.000194387276054539318), // j17
     ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:295:31: error: unable to find numeric literal operator 'operator""Q'
     BOOST_MATH_TEST_VALUE(T, -0.000129574266852748819), // j18
                               ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:295:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, -0.000129574266852748819), // j18
     ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:295:31: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
     BOOST_MATH_TEST_VALUE(T, -0.000129574266852748819), // j18
                               ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:295:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, -0.000129574266852748819), // j18
     ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:297:31: error: unable to find numeric literal operator 'operator""Q'
     BOOST_MATH_TEST_VALUE(T, +0.0000866503580520812717), // j19
                               ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:297:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, +0.0000866503580520812717), // j19
     ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:297:31: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
     BOOST_MATH_TEST_VALUE(T, +0.0000866503580520812717), // j19
                               ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:297:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, +0.0000866503580520812717), // j19
     ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:302:31: error: unable to find numeric literal operator 'operator""Q'
     BOOST_MATH_TEST_VALUE(T, -0.000058113607504413816772205464778828177256611844221913) // j20  - last used by Fukushima
                               ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:302:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, -0.000058113607504413816772205464778828177256611844221913) // j20  - last used by Fukushima
     ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:302:31: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
     BOOST_MATH_TEST_VALUE(T, -0.000058113607504413816772205464778828177256611844221913) // j20  - last used by Fukushima
                               ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/tools/test_value.hpp:40:49: note: in definition of macro 'BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX'
 #define BOOST_MATH_TEST_LARGEST_FLOAT_SUFFIX(x) x##Q
                                                 ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:302:5: note: in expansion of macro 'BOOST_MATH_TEST_VALUE'
     BOOST_MATH_TEST_VALUE(T, -0.000058113607504413816772205464778828177256611844221913) // j20  - last used by Fukushima
     ^
In file included from /home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions.hpp:73:0,
                 from /home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/uhd-3.13.1.0/host/lib/usrp/common/ad9361_driver/ad9361_device.cpp:19:
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp: In function 'T boost::math::lambert_w_detail::lambert_w0_small_z(T, const Policy&, const mpl_::int_<4>&)':
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:734:10: error: unable to find numeric literal operator 'operator""Q'
     z * (1.Q - // z j1
          ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:734:10: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:735:12: error: unable to find numeric literal operator 'operator""Q'
       z * (1.Q - // z^2
            ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:735:12: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:736:14: error: unable to find numeric literal operator 'operator""Q'
         z * (1.500000000000000000000000000000000Q - // z^3
              ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:736:14: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:737:16: error: unable to find numeric literal operator 'operator""Q'
           z * (2.666666666666666666666666666666666Q - // z ^ 4
                ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:737:16: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:738:18: error: unable to find numeric literal operator 'operator""Q'
             z * (5.208333333333333333333333333333333Q - // z ^ 5
                  ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:738:18: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:739:20: error: unable to find numeric literal operator 'operator""Q'
               z * (10.80000000000000000000000000000000Q - // z ^ 6
                    ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:739:20: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:740:22: error: unable to find numeric literal operator 'operator""Q'
                 z * (23.34305555555555555555555555555555Q - //  z ^ 7
                      ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:740:22: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:741:24: error: unable to find numeric literal operator 'operator""Q'
                   z * (52.01269841269841269841269841269841Q - // z ^ 8
                        ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:741:24: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:742:26: error: unable to find numeric literal operator 'operator""Q'
                     z * (118.6252232142857142857142857142857Q - // z ^ 9
                          ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:742:26: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:743:28: error: unable to find numeric literal operator 'operator""Q'
                       z * (275.5731922398589065255731922398589Q - // z ^ 10
                            ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:743:28: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:744:30: error: unable to find numeric literal operator 'operator""Q'
                         z * (649.7871723434744268077601410934744Q - // z ^ 11
                              ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:744:30: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:745:32: error: unable to find numeric literal operator 'operator""Q'
                           z * (1551.160519480519480519480519480519Q - // z ^ 12
                                ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:745:32: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:746:34: error: unable to find numeric literal operator 'operator""Q'
                             z * (3741.449702959238549516327294105071Q - //z ^ 13
                                  ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:746:34: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:747:36: error: unable to find numeric literal operator 'operator""Q'
                               z * (9104.500241158018935796713574491352Q - //  z ^ 14
                                    ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:747:36: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:748:38: error: unable to find numeric literal operator 'operator""Q'
                                 z * (22324.308512706601434280005708577137Q - //  z ^ 15
                                      ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:748:38: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:749:40: error: unable to find numeric literal operator 'operator""Q'
                                   z * (55103.621972903835337697771560205422Q - //  z ^ 16
                                        ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:749:40: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:750:42: error: unable to find numeric literal operator 'operator""Q'
                                     z * (136808.86090394293563342215789305736Q - // z ^ 17
                                          ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:750:42: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:751:44: error: unable to find numeric literal operator 'operator""Q'
                                       z * (341422.05066583836331735491399356945Q - //  z^18
                                            ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:751:44: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:752:46: error: unable to find numeric literal operator 'operator""Q'
                                         z * (855992.9659966075514633630250633224Q - // z^19
                                              ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:752:46: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:753:48: error: unable to find numeric literal operator 'operator""Q'
                                           z * (2.154990206091088289321708745358647e6Q - //  20
                                                ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:753:48: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:754:50: error: unable to find numeric literal operator 'operator""Q'
                                             z * (5.445552922314462431642316420035073e6Q - // 21
                                                  ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:754:50: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:755:52: error: unable to find numeric literal operator 'operator""Q'
                                               z * (1.380733000216662949061923813184508e7Q - // 22
                                                    ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:755:52: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:756:54: error: unable to find numeric literal operator 'operator""Q'
                                                 z * (3.511704498513923292853869855945334e7Q - // 23
                                                      ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:756:54: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:757:56: error: unable to find numeric literal operator 'operator""Q'
                                                   z * (8.956800256102797693072819557780090e7Q - // 24
                                                        ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:757:56: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:758:58: error: unable to find numeric literal operator 'operator""Q'
                                                     z * (2.290416846187949813964782641734774e8Q - // 25
                                                          ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:758:58: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:759:60: error: unable to find numeric literal operator 'operator""Q'
                                                       z * (5.871035041171798492020292225245235e8Q - // 26
                                                            ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:759:60: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:760:62: error: unable to find numeric literal operator 'operator""Q'
                                                         z * (1.508256053857792919641317138812957e9Q - // 27
                                                              ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:760:62: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:761:64: error: unable to find numeric literal operator 'operator""Q'
                                                           z * (3.882630161293188940385873468413841e9Q - // 28
                                                                ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:761:64: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:762:66: error: unable to find numeric literal operator 'operator""Q'
                                                             z * (1.001394313665482968013913601565723e10Q - // 29
                                                                  ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:762:66: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:763:68: error: unable to find numeric literal operator 'operator""Q'
                                                               z * (2.587356736265760638992878359024929e10Q - // 30
                                                                    ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:763:68: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:764:70: error: unable to find numeric literal operator 'operator""Q'
                                                                 z * (6.696209709358073856946120522333454e10Q - // 31
                                                                      ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:764:70: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:765:72: error: unable to find numeric literal operator 'operator""Q'
                                                                   z * (1.735711659599198077777078238043644e11Q - // 32
                                                                        ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:765:72: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:766:74: error: unable to find numeric literal operator 'operator""Q'
                                                                     z * (4.505680465642353886756098108484670e11Q - // 33
                                                                          ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:766:74: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:767:76: error: unable to find numeric literal operator 'operator""Q'
                                                                       z * (1.171223178256487391904047636564823e12Q  //z^34
                                                                            ^
/home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/.buildlink/include/boost/math/special_functions/lambert_w.hpp:767:76: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
*** [lib/CMakeFiles/uhd.dir/usrp/common/ad9361_driver/ad9361_device.cpp.o] Error code 1

make[2]: stopped in /home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/uhd-3.13.1.0/host
*** [lib/CMakeFiles/uhd.dir/all] Error code 1

make[1]: stopped in /home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/uhd-3.13.1.0/host
*** [all] Error code 1

make: stopped in /home/n0/gdt/pkgsrc-current/pkgsrc/ham/uhd/work/uhd-3.13.1.0/host
*** Please use pkgtools/verifypc to sanity check dependencies.
*** Error code 1 (continuing)
`all' not remade because of errors.



Home | Main Index | Thread Index | Old Index