[Bug 1791983] Re: kill -TERM exitcode regression 16.04

2018-11-15 Thread Guido U. Draheim
Another month has passed without a hint. Ubuntu 16.04 LTS will be kept broken? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1791983 Title: kill -TERM exitcode regression 16.04 To manage notificat

[Bug 1791983] Re: kill -TERM exitcode regression 16.04

2018-10-13 Thread Guido U. Draheim
No update on this bug within a month. Ubuntu 16.04 LTS will be kept broken? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1791983 Title: kill -TERM exitcode regression 16.04 To manage notification

[Bug 1791983] Re: kill -TERM exitcode regression 16.04

2018-09-11 Thread Guido U. Draheim
The man pages do not work in later docker images for ubuntu but the apt- file search does show that it is always procps. == apt-file bin/kill ubuntu:14.04 APTFILE procps: /bin/kill ubuntu:14.04 MANPAGE procps-ngOctober 2011 KILL(1) ubuntu:16.04

[Bug 1791983] [NEW] kill -TERM exitcode regression 16.04

2018-09-11 Thread Guido U. Draheim
Public bug reported: I had a regression error in one of my testsuites. https://github.com/gdraheim/docker-systemctl-replacement/issues/43 After investigating I did find that the command "kill -TERM" behaves different in Ubuntu 16.04 in comparison to all other Ubuntu versions and in comparison to

Re: [Bug 315196] [NEW] Package sdl-stretch was not built in Ubuntu 8.10 for amd64

2009-02-22 Thread Guido U. Draheim 2007
Adilson Oliveira schrieb: > Public bug reported: > > Due the assembly required, the package sdl-stretch was not built for > amd64 arch in Intrepid (Ubuntu 8.10). > > ** Affects: sdl-stretch (Ubuntu) > Importance: Undecided > Status: New > may be you could try the new version 0.3.

[Bug 159991] Re: libodbc++ linking problems

2008-07-06 Thread Guido U. Draheim
ubuntu-specific packaging error no response => package is unmaintained? -- libodbc++ linking problems https://bugs.launchpad.net/bugs/159991 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.

[Bug 162155] Re: Boost.Test linker error - undefined reference to 'main'

2008-06-21 Thread Guido U. Draheim
The boost documentation is outdated. Please read /usr/include/boost/test/unit_test.hpp which defines "main" (i.e. it is not a real symbol in the lib*.so). You will find the requirement for two precompiler defines if defined(BOOST_TEST_DYN_LINK) && defined(BOOST_TEST_MAIN) Note: earlier boos

[Bug 159991] Re: libodbc++ linking problems

2008-06-16 Thread Guido U. Draheim
The ubuntu package has been compiled with an additional set of DEB_CONFIGURE_EXTRA_FLAGS += --with-unicode --enable-threads The "--with-unicode" will effectivly define -DODBCXX_UNICODE which in turn will compile with ODBCXX_STRING=std::wstring !! However neighter odbc++/config.h nor pkgconfig/lib