Package: antpm / 1.16-8

Metadata

Package Version Patches format
antpm 1.16-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gant no devname.patch | (download)

src/gant/gant.c | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

---
link boost atomic.patch | (download)

src/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
04 fix missing IUCLC.patch | (download)

src/SerialTty.cpp | 3 3 + 0 - 0 !
src/gant/antlib.c | 4 4 + 0 - 0 !
2 files changed, 7 insertions(+)

---
01 include cstdint | (download)

src/stdintfwd.hpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 include cstdint
 Include cstdint to fix FTBFS.
 .
 antpm (1.16-1) UNRELEASED; urgency=low
 .
   [ RALOVICH, Kristof ]
   * Merge tag 'upstream/20140302'
   * debian/copyright: document removal of GPLv2 only code
02 try fixing FTBFS under hurd i386 kfreebsd amd64 kfre | (download)

src/Log.hpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 1/2] try fixing ftbfs under hurd-i386, kfreebsd-amd64,
 kfreebsd-i386
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

                from /PKGBUILDDIR/src/common.cpp:20:
/PKGBUILDDIR/src/Log.hpp: In constructor 'antpm::Log::Log(const char*)':
/PKGBUILDDIR/src/Log.hpp:176:8: error: '::access' has not been declared
     if(::access(logFileName, 0x00) != -1)
        ^
make[4]: *** [CMakeFiles/antpm.dir/common.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/PKGBUILDDIR/cmake-build'
make[3]: *** [CMakeFiles/antpm.dir/all] Error 2
make[3]: Leaving directory `/PKGBUILDDIR/cmake-build'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/PKGBUILDDIR/cmake-build'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/PKGBUILDDIR'
make: *** [build-arch] Error 2

03 gant try fixing FTBFS under hurd i386 | (download)

src/gant/antlib.c | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 [patch] gant: try fixing ftbfs under hurd-i386
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

> /PKGBUILDDIR/src/gant/antlib.c:415:73: error: 'IUCLC' undeclared (first use in this function)

link boost atomic2.patch | (download)

src/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---