Your message dated Sat, 27 May 2017 15:11:03 +0000 with message-id <[email protected]> and subject line Bug#863446: fixed in lepton 1.2.1+20170405-2 has caused the Debian Bug report #863446, regarding lepton: Please make "Architecture: any" 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 [email protected] immediately.) -- 863446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863446 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: lepton Version: 1.2.1+20170405-1 I was able to build it on arm64 with just a few changes: 1. Change to "Architecture: any" in debian/control, obviously. 2. In debian/rules, use: CPPFLAGS="-DUSE_SYSTEM_MD5_DEPENDENCY" dh_auto_configure -- --enable-system-dependencies --disable-vectorization Note 2.1: The "USE_SYSTEM_MD5_DEPENDENCY" might fix bug #835108 for you. I saw a similar problem where the local "md5.h" was used together with the system library. Note 2.2: You should make the "--disable-vectorization" conditional on the Debian architecture, of course. Don't disable it on Intel architectures. 3. Add the obvious pair of lines in srcio/Seccomp.cc: #elif defined(__aarch64__) # define ARCH_NR AUDIT_ARCH_AARCH64 4. In src/lepton/jpgcoder.cc replace "#ifndef _ARCH_PPC" with something like "#if defined(__i386__) || defined(__x86_64__)". Probably the same or similar changes would make this package build on most architectures, so please try it some time.
--- End Message ---
--- Begin Message ---Source: lepton Source-Version: 1.2.1+20170405-2 We believe that the bug you reported is fixed in the latest version of lepton, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. ChangZhuo Chen (陳昌倬) <[email protected]> (supplier of updated lepton 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 27 May 2017 22:46:57 +0800 Source: lepton Binary: lepton Architecture: source Version: 1.2.1+20170405-2 Distribution: unstable Urgency: medium Maintainer: Debian PhotoTools Maintainers <[email protected]> Changed-By: ChangZhuo Chen (陳昌倬) <[email protected]> Description: lepton - tool to compress JPEGs losslessly Closes: 835108 863446 Changes: lepton (1.2.1+20170405-2) unstable; urgency=medium . * Add patches to support non-Intel architecture (Closes: #835108, #863446). Thanks Edmund Grimley Evans. Checksums-Sha1: 09fd89805c9e14a91a8533bc95c03e00ffce347b 2074 lepton_1.2.1+20170405-2.dsc ed7368dd2b08bf7edcd87d1498fced430721be4d 6108 lepton_1.2.1+20170405-2.debian.tar.xz ae89604ca40a5fbe590bdcf38499321bead5ed07 6304 lepton_1.2.1+20170405-2_source.buildinfo Checksums-Sha256: ad335292c12208c163071f23bee43b13583daa628f737a6bd4a012d3d179c260 2074 lepton_1.2.1+20170405-2.dsc 411e15bc5dbc15145176a329298ffe8747da7da0b125897411e072f15ca1a020 6108 lepton_1.2.1+20170405-2.debian.tar.xz 79686c42cb77b8d0896b301d31ca45348b3896f2fbb376a7269ec3f2b1f4be7b 6304 lepton_1.2.1+20170405-2_source.buildinfo Files: 65cda67432727f3e9a2ac2faddf1085f 2074 graphics optional lepton_1.2.1+20170405-2.dsc 21181a982dc63a34fa7865b1c8625329 6108 graphics optional lepton_1.2.1+20170405-2.debian.tar.xz c55bddcde08d00e4bb1dfbc990a93516 6304 graphics optional lepton_1.2.1+20170405-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEE5H9tOJ8ReWWaF1PGrc2MXdaTaQFAlkpkX4ACgkQGrc2MXda TaR/ow//TBSnUatD9O/m4YfqsOrvEo3NPd519wxGLErafqwhTF8fLf+h8g49M6j/ AzEGozuI99rH6kTFvv7XX6+8Ve61Bh62PSXu9NLjsE2Hsj6avrNyB361cIsaiT8t oivkrqbNc5zhYQmAnN8CStJ5rhzChHPR0lSo4caUHc79+1VTXuC6iXBvfQ7XrxZz 7hl1XxuYLifYU4vc1mt5P9wmTou3HftpydFPTmCRMhAUlIOpxaG731qTtkZ618kQ OBF4nAMnx51WkJYozknQ0fwICHUqgsefHPDwvVtreIGUndbOrtVqyecfPU7NklOc AApprt0LDcs0dByF6WdPGBkt9VlPOqxsH0Cgs0JdokdrA8DRrnwuf7DHGf+oIfme PTR3CctPiCtpf2CDKzjmDofeU/woqyFIYBX32izmNvns4YYchiTMg2trKnx20V/h nBLmaYRdooFi/91fA9JfWs1jFph91apFs3Nvoi0m+pmAdFFCvp3sseqt4OqIw4Rs IEfDDkWNTa1uFFM170MaNWsiYY3DU3n4K1KRYYtJa8Rt4AgsmNG3LaPELyQVOvM5 5mPJYPXYDeYxtKVp5WIi3WYH2dLzCnwgPg/9uWM3K+I1VnWn+moePGHX3CyoK9fP BBrExxogKZ/VzRpJGwxdg7TZ1aIoyNs9dSI6lBJsL3LFDi7JxZc= =bqUt -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Pkg-phototools-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-phototools-devel
