Eugene Hutorny

Results 9 issues of Eugene Hutorny

## Expected Behavior Build succeeds ## Actual Behavior Build fails with error ``` ld: extra_tests.o: in function `boost::ext::ut::v1_1_8::printer::~printer()': ut/example/cfg/../../include/boost/ut.hpp:936: multiple definition of `boost::ext::ut::v1_1_8::cfg'; reporter.o:reporter.cpp:(.bss+0x0): first defined here ``` ## Steps...

`/var/lib/dpkg/info/homegenie.postinst: 2: /var/lib/dpkg/info/homegenie.postinst: sudo: not found` ... `/var/lib/dpkg/info/homegenie.postinst: 9: /var/lib/dpkg/info/homegenie.postinst: sudo: not found` I guess sudo should be listed among dependencies or there should be an option doing it without...

bug

In some places temperature is always in Fahrenheit, in some others - in Celsius. ![hg-temp-units](https://cloud.githubusercontent.com/assets/2145885/20940968/3d8f48b2-bbfd-11e6-8354-676f09fa0cf0.png)

In my setup I have a minidlna server running on the same host. It is seen from other media controllers and media receiver, but not present in the list of...

`root@i:~# /etc/init.d/homegenie start` `[ ok ] homegenie started.` `root@i:~# /etc/init.d/homegenie status` `[ ok ] homegenie not running.` When started with `/usr/local/bin/homegenie/HomeGenie.exe` all works as expected. When starting `/usr/local/bin/homegenie/startup.sh` sudo is...

Currently the timezone is retrieved in two steps - (1) get user id, (2) get timezone This pull request suggest linking timezone from the user's table and accessing it with...

The tests are build on main branch with the latest NDK When run on Android prints three errors ``` FATAL ERROR: REQUIRE( detail::is_aligned(ptr, def_alignment) ) is NOT correct! ``` The...

This PR suggests supporting for Out-of-source build via optional, externally provided BUILDDIR variable. Usage example: ``` make -j$(nproc) BUILDDIR=/tmp/pihpsdr sudo make install BUILDDIR=/tmp/pihpsdr ```

This PR suggests 1. supporting for Out-of-source build via optional, externally provided BUILDDIR variable. 2. separating installation paths from the include/library search paths to enable staged builds Usage example: ```...