Your message dated Mon, 27 Oct 2014 06:06:35 +0000
with message-id <[email protected]>
and subject line Bug#766685: fixed in pcl 1.7.2-2
has caused the Debian Bug report #766685,
regarding libpcl-dev: arch-dependent file in "Multi-Arch: same" package
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.)


-- 
766685: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766685
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpcl-dev
Version: 1.7.2-1
Severity: important
User: [email protected]
Usertags: multiarch

libpcl-dev is marked as "Multi-Arch: same", but the following file is architecture-dependent:

/usr/share/pcl-1.7/PCLConfig.cmake

An example diff between i386 and amd64 is attached.

The file is in /usr/share/, so I suspect this is an FHS violation. If this is the case, the serverity should be bumped to serious.

--
Jakub Wilk
diff -ur libpcl-dev_1.7.2-1_i386/usr/share/pcl-1.7/PCLConfig.cmake 
libpcl-dev_1.7.2-1_amd64/usr/share/pcl-1.7/PCLConfig.cmake
--- libpcl-dev_1.7.2-1_i386/usr/share/pcl-1.7/PCLConfig.cmake   2014-10-24 
14:22:39.000000000 +0200
+++ libpcl-dev_1.7.2-1_amd64/usr/share/pcl-1.7/PCLConfig.cmake  2014-10-22 
04:17:07.000000000 +0200
@@ -5,27 +5,27 @@
 # upper cased xxx from : 
 # 
 # - common
-# - octree
-# - io
 # - kdtree
-# - geometry
+# - octree
 # - search
-# - visualization
 # - sample_consensus
 # - filters
-# - tracking
 # - features
+# - io
+# - geometry
+# - visualization
 # - segmentation
-# - surface
+# - people
 # - registration
 # - recognition
+# - tracking
 # - keypoints
-# - people
 # - outofcore
+# - surface
 # - apps
+# - in_hand_scanner
 # - point_cloud_editor
 # - modeler
-# - in_hand_scanner
 #
 # PCL_INCLUDE_DIRS is filled with PCL and available 3rdparty headers
 # PCL_LIBRARY_DIRS is filled with PCL components libraries install directory 
and
@@ -562,7 +562,7 @@
   # Found a PCL installation
   # pcl_message("Found a PCL installation")
   set(PCL_INCLUDE_DIRS 
"${PCL_ROOT}/include/pcl-${PCL_VERSION_MAJOR}.${PCL_VERSION_MINOR}")
-  set(PCL_LIBRARY_DIRS "${PCL_ROOT}/lib/i386-linux-gnu")
+  set(PCL_LIBRARY_DIRS "${PCL_ROOT}/lib/x86_64-linux-gnu")
   if(EXISTS "${PCL_ROOT}/3rdParty")
     set(PCL_ALL_IN_ONE_INSTALLER ON)
   endif(EXISTS "${PCL_ROOT}/3rdParty")
@@ -578,8 +578,8 @@
   # Found PCLConfig.cmake in a build tree of PCL
   # pcl_message("PCL found into a build tree.")
   set(PCL_INCLUDE_DIRS "${PCL_DIR}/include") # for pcl_config.h
-  set(PCL_LIBRARY_DIRS "${PCL_DIR}/lib/i386-linux-gnu")
-  set(PCL_SOURCES_TREE "/build/pcl-q564mh/pcl-1.7.2")
+  set(PCL_LIBRARY_DIRS "${PCL_DIR}/lib/x86_64-linux-gnu")
+  set(PCL_SOURCES_TREE "/tmp/buildd/pcl-1.7.2")
 else(EXISTS 
"${PCL_ROOT}/include/pcl-${PCL_VERSION_MAJOR}.${PCL_VERSION_MINOR}/pcl/pcl_config.h")
   pcl_report_not_found("PCL can not be found on this machine")  
 endif(EXISTS 
"${PCL_ROOT}/include/pcl-${PCL_VERSION_MAJOR}.${PCL_VERSION_MINOR}/pcl/pcl_config.h")
@@ -588,27 +588,27 @@
 set(PCL_DEBUG_SUFFIX "")
 set(PCL_RELEASE_SUFFIX "")
 
-set(pcl_all_components  common octree io kdtree geometry search visualization 
sample_consensus filters tracking features segmentation surface registration 
recognition keypoints people outofcore apps point_cloud_editor modeler 
in_hand_scanner )
+set(pcl_all_components  common kdtree octree search sample_consensus filters 
features io geometry visualization segmentation people registration recognition 
tracking keypoints outofcore surface apps in_hand_scanner point_cloud_editor 
modeler )
 list(LENGTH pcl_all_components PCL_NB_COMPONENTS)
 
 #list each component dependencies IN PCL
-set(pcl_octree_int_dep common )
-set(pcl_io_int_dep common octree )
 set(pcl_kdtree_int_dep common )
-set(pcl_geometry_int_dep common )
+set(pcl_octree_int_dep common )
 set(pcl_search_int_dep common kdtree octree )
-set(pcl_visualization_int_dep common io kdtree geometry search )
 set(pcl_sample_consensus_int_dep common search )
 set(pcl_filters_int_dep common sample_consensus search kdtree octree )
-set(pcl_tracking_int_dep common search kdtree filters octree )
 set(pcl_features_int_dep common search kdtree octree filters )
+set(pcl_io_int_dep common octree )
+set(pcl_geometry_int_dep common )
+set(pcl_visualization_int_dep common io kdtree geometry search )
 set(pcl_segmentation_int_dep common geometry search sample_consensus kdtree 
octree features filters )
-set(pcl_surface_int_dep common search kdtree octree )
+set(pcl_people_int_dep common kdtree search features sample_consensus filters 
io visualization geometry segmentation octree )
 set(pcl_registration_int_dep common octree kdtree search sample_consensus 
features filters )
 set(pcl_recognition_int_dep common io search kdtree octree features filters 
registration sample_consensus )
+set(pcl_tracking_int_dep common search kdtree filters octree )
 set(pcl_keypoints_int_dep common search kdtree octree features filters )
-set(pcl_people_int_dep common kdtree search features sample_consensus filters 
io visualization geometry segmentation octree )
 set(pcl_outofcore_int_dep common io filters octree visualization )
+set(pcl_surface_int_dep common search kdtree octree )
 set(pcl_apps_int_dep common geometry io filters sample_consensus segmentation 
visualization kdtree features surface octree registration keypoints tracking 
search recognition )
 
 

--- End Message ---
--- Begin Message ---
Source: pcl
Source-Version: 1.7.2-2

We believe that the bug you reported is fixed in the latest version of
pcl, 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.
Leopold Palomo-Avellaneda <[email protected]> (supplier of updated pcl 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: SHA256

Format: 1.8
Date: Sun, 26 Oct 2014 09:46:18 +0100
Source: pcl
Binary: libpcl-dev libpcl1.7 libpcl1.7-dbg libpcl-common1.7 libpcl-apps1.7 
libpcl-features1.7 libpcl-filters1.7 libpcl-io1.7 libpcl-kdtree1.7 
libpcl-keypoints1.7 libpcl-octree1.7 libpcl-registration1.7 
libpcl-sample-consensus1.7 libpcl-search1.7 libpcl-segmentation1.7 
libpcl-surface1.7 libpcl-tracking1.7 libpcl-visualization1.7 
libpcl-outofcore1.7 libpcl-people1.7 libpcl-recognition1.7 pcl-tools libpcl-doc
Architecture: source amd64 all
Version: 1.7.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Leopold Palomo-Avellaneda <[email protected]>
Description:
 libpcl-apps1.7 - Point Cloud Library - apps library
 libpcl-common1.7 - Point Cloud Library - common library
 libpcl-dev - Point Cloud Library - development files
 libpcl-doc - Point Cloud Library - documentation
 libpcl-features1.7 - Point Cloud Library - features library
 libpcl-filters1.7 - Point Cloud Library - filters library
 libpcl-io1.7 - Point Cloud Library - I/O library
 libpcl-kdtree1.7 - Point Cloud Library - kdtree library
 libpcl-keypoints1.7 - Point Cloud Library - keypoints library
 libpcl-octree1.7 - Point Cloud Library - octree library
 libpcl-outofcore1.7 - Point Cloud Library - outofcore library
 libpcl-people1.7 - Point Cloud Library - people library
 libpcl-recognition1.7 - Point Cloud Library - recognition library
 libpcl-registration1.7 - Point Cloud Library - registration library
 libpcl-sample-consensus1.7 - Point Cloud Library - sample consensus library
 libpcl-search1.7 - Point Cloud Library - search library
 libpcl-segmentation1.7 - Point Cloud Library - segmentation library
 libpcl-surface1.7 - Point Cloud Library - surface library
 libpcl-tracking1.7 - Point Cloud Library - tracking library
 libpcl-visualization1.7 - Point Cloud Library - visualization library
 libpcl1.7  - Point Cloud Library -- metapackage
 libpcl1.7-dbg - Point Cloud Library - debugging symbols
 pcl-tools  - Point Cloud Library - point cloud processing tools
Closes: 766685
Changes:
 pcl (1.7.2-2) unstable; urgency=medium
 .
   [Leopold Palomo-Avellaneda]
   * Change install place for cmake files. Closes: #766685
   * Added dh-exec (>=0.3) dependecy.
Checksums-Sha1:
 6bca9f7041ab091ed3b6dc8b4db05c4c1c6ad94c 3707 pcl_1.7.2-2.dsc
 acada64a2ea398c18c3d2867f9421ab37ab9387b 30176 pcl_1.7.2-2.debian.tar.xz
 cfab65d39ee339abbded1451ba8bee533105d131 976326 libpcl-dev_1.7.2-2_amd64.deb
 bcda023235a2bc7acec051c8494fc2186e43434c 12202 libpcl1.7_1.7.2-2_amd64.deb
 3e412feab4374066da7fa3d2aa763d9c38df8b50 469245434 
libpcl1.7-dbg_1.7.2-2_amd64.deb
 db9fd45ebfbc6e817a62dab57ccf24c1695e3ad4 224700 
libpcl-common1.7_1.7.2-2_amd64.deb
 58b5a18738fc49a1ce75a8e624309b68b391438d 228592 
libpcl-apps1.7_1.7.2-2_amd64.deb
 7176ef83d705e8fb552ea0e3be9e89e89759940c 2496344 
libpcl-features1.7_1.7.2-2_amd64.deb
 abea3e072fc43fbcde3230a6e0d1f0e02ecc8b2c 918544 
libpcl-filters1.7_1.7.2-2_amd64.deb
 fc9420fe2b3c55a62d43705ee71d8adde1e2fb9b 527610 libpcl-io1.7_1.7.2-2_amd64.deb
 6ecc2d4398393e8dac59b54f66648afb750c4365 205138 
libpcl-kdtree1.7_1.7.2-2_amd64.deb
 23ada8121a262639e3d547086ad7423bc2f5f2ac 255914 
libpcl-keypoints1.7_1.7.2-2_amd64.deb
 7b40cd56506f6e8c5211fc1d490812a2b251ecef 190828 
libpcl-octree1.7_1.7.2-2_amd64.deb
 24cb6cc8a7bec392fc8709cb4fb0fd4b2b8b7c1b 363890 
libpcl-registration1.7_1.7.2-2_amd64.deb
 32a68d010a9de9e93be46d252a172ac14d0f51f3 1012270 
libpcl-sample-consensus1.7_1.7.2-2_amd64.deb
 3f0a1d69cebabbc76273de8b2478259747d38f56 231376 
libpcl-search1.7_1.7.2-2_amd64.deb
 de8f8c45dfcb258affd6425424680e9802303127 1072994 
libpcl-segmentation1.7_1.7.2-2_amd64.deb
 14ed6ee6da2d6ec44f022d745061f7b7a3843aff 681250 
libpcl-surface1.7_1.7.2-2_amd64.deb
 81a0e1c3dfc1fcc57d87de62a20b85d192aa0419 410964 
libpcl-tracking1.7_1.7.2-2_amd64.deb
 2263960e50ce586f5416a19b5668d63abbd6938c 321618 
libpcl-visualization1.7_1.7.2-2_amd64.deb
 9d98ea04eb382b44a8b86a311425961d4e86246d 40330 
libpcl-outofcore1.7_1.7.2-2_amd64.deb
 c70b43b4ea6851c17adfe34d10171275601acd64 19700 
libpcl-people1.7_1.7.2-2_amd64.deb
 b32418d748bfcf3382e81754bf87256397ee44f5 681124 
libpcl-recognition1.7_1.7.2-2_amd64.deb
 f5e7c05e8d96c3de83139e30fb471443595e3180 4707798 pcl-tools_1.7.2-2_amd64.deb
 640b92637d901586c9f6bf80f357b5f23e7f055f 16249690 libpcl-doc_1.7.2-2_all.deb
Checksums-Sha256:
 48d993d4ba831a0b8ddf7d5f2c37f7c6f282a418e8a27e147fae5bcd7e55b1b4 3707 
pcl_1.7.2-2.dsc
 2568a758f660fd40a5722a4ab9dad4b41275dc05ee5901c64478b8c04b5f5c1a 30176 
pcl_1.7.2-2.debian.tar.xz
 24d6981d502255fc27d3ffc5a992fc86a0316aafb1b9587a30b3d53b43b25302 976326 
libpcl-dev_1.7.2-2_amd64.deb
 f5750d60de50e0ea3029eb47654b180df4f7170962df74a2598c6ee729e2bb47 12202 
libpcl1.7_1.7.2-2_amd64.deb
 49be9aa169c880aa955a2d98d3c63f73c658b9d61a6abfe3845c082466d112a7 469245434 
libpcl1.7-dbg_1.7.2-2_amd64.deb
 20998ab948d51d0c893209b08ce6fc1b0957b2937c77f5b107c13a8c4d9f3eac 224700 
libpcl-common1.7_1.7.2-2_amd64.deb
 e41a632c46ddaf9c67b086af2aa6d13212a4fc20251c35fae0d3393ca240faf2 228592 
libpcl-apps1.7_1.7.2-2_amd64.deb
 57c8f25fc728a555a60a8fe29cdeccb6c88f8b2deb3bf4ad151cff1b924ef162 2496344 
libpcl-features1.7_1.7.2-2_amd64.deb
 5df773b7982529560229f1f755792f935ee21eb9b170edc729804be1333ba3b8 918544 
libpcl-filters1.7_1.7.2-2_amd64.deb
 4d2a25b2a8dbe461de9e6d3712055f9925c54a01c84360ca8d33226188044829 527610 
libpcl-io1.7_1.7.2-2_amd64.deb
 86e83f9971cdd29619fb3cd88875993021484277d1c2e964e06da6c2f742a649 205138 
libpcl-kdtree1.7_1.7.2-2_amd64.deb
 c28d60af03fd38ad9570b801049af04632b4d139a382d91d3b1b0729da9774c6 255914 
libpcl-keypoints1.7_1.7.2-2_amd64.deb
 ec9c69bfde9b16fbd592b8db4414963fbef8514b7bd9ce50732a1a862e44b382 190828 
libpcl-octree1.7_1.7.2-2_amd64.deb
 5ad6d40bb5950b0cc2921e7524b631973f957bbc2dcabea59c32ca7fbdc1d0e3 363890 
libpcl-registration1.7_1.7.2-2_amd64.deb
 6fddd142cc7f860be48ce910ae0f692abcee9f9de0543f5a3fcd0ab173a30a42 1012270 
libpcl-sample-consensus1.7_1.7.2-2_amd64.deb
 aad42ce34051da27e95d16915021e1273ef80d0579a5ba89e4c050996b7cf3c5 231376 
libpcl-search1.7_1.7.2-2_amd64.deb
 0156b317cf7963a2ea5317f490a94232c43be063d93ac7e303f0238be2b6cb56 1072994 
libpcl-segmentation1.7_1.7.2-2_amd64.deb
 2827e73c01c92bcb490bd300cf36b38e4b3bb4cb395c2c6473acee8135e8a2d8 681250 
libpcl-surface1.7_1.7.2-2_amd64.deb
 bd5b64c1755f9c9587d5ed6c08a0a4cb4757daf394fbfd93a9777edf6e08b6e0 410964 
libpcl-tracking1.7_1.7.2-2_amd64.deb
 724d658171fedde8240da62eb06807f87bb801a77b6093d7ab6f4f0ecb7be6e8 321618 
libpcl-visualization1.7_1.7.2-2_amd64.deb
 dc37b13db99ea0598b106134940fbfa1e7c45578de3502a5cdd2c252afa53e01 40330 
libpcl-outofcore1.7_1.7.2-2_amd64.deb
 2ccc797f8cb128456ce64c3924b8b9127f086f6fab12a51c75e5c31066775c2e 19700 
libpcl-people1.7_1.7.2-2_amd64.deb
 29a2c50981bf4f198209b6071794b1e3601bc0e12515affa1ad3e9870de196fc 681124 
libpcl-recognition1.7_1.7.2-2_amd64.deb
 5560cde62cc171b5b9e84dc27f7d3f86b4a6d8819237fee456a58e5269fce6c9 4707798 
pcl-tools_1.7.2-2_amd64.deb
 ec0211c3b2ba335d3c7b1023b3b60ef51649fb59b3003c13aba8973b8977add5 16249690 
libpcl-doc_1.7.2-2_all.deb
Files:
 c1913cac1cc1555d095e6f25e29d3719 3707 libs extra pcl_1.7.2-2.dsc
 67cdd180e6c8d3319afecf7e0422a496 30176 libs extra pcl_1.7.2-2.debian.tar.xz
 ae24d5860412f4b76dff54d603cae5b6 976326 libdevel extra 
libpcl-dev_1.7.2-2_amd64.deb
 414fb698ce3410a16fb718842725dfa4 12202 libs extra libpcl1.7_1.7.2-2_amd64.deb
 2e75cb94812d10a39fde8f79cc62acc6 469245434 debug extra 
libpcl1.7-dbg_1.7.2-2_amd64.deb
 7b7801eb9056ccc79012cd62f6503451 224700 libs extra 
libpcl-common1.7_1.7.2-2_amd64.deb
 0b46c7267ee7b6132a38209ead2e12a1 228592 libs extra 
libpcl-apps1.7_1.7.2-2_amd64.deb
 5e7109b067922a40e6ef029d0287181f 2496344 libs extra 
libpcl-features1.7_1.7.2-2_amd64.deb
 bdd0d37e102554862fcd14f14189dc63 918544 libs extra 
libpcl-filters1.7_1.7.2-2_amd64.deb
 20c1013b13ca766db4cf1de022cf55ba 527610 libs extra 
libpcl-io1.7_1.7.2-2_amd64.deb
 152e26b3fadd3ced2de30e9a8d280aa5 205138 libs extra 
libpcl-kdtree1.7_1.7.2-2_amd64.deb
 34e9f11a8525dfd94e8097658a29315e 255914 libs extra 
libpcl-keypoints1.7_1.7.2-2_amd64.deb
 323413f7d4a8e54e8e6c476fd449c671 190828 libs extra 
libpcl-octree1.7_1.7.2-2_amd64.deb
 8e391915ba325cbff368a2a120b7acc5 363890 libs extra 
libpcl-registration1.7_1.7.2-2_amd64.deb
 78c9eae8458fcbfc80be8c50d928be32 1012270 libs extra 
libpcl-sample-consensus1.7_1.7.2-2_amd64.deb
 d292186636c62b92b268a30d5da92a5e 231376 libs extra 
libpcl-search1.7_1.7.2-2_amd64.deb
 5ef40e9b7a6442a395ff7495a807f26c 1072994 libs extra 
libpcl-segmentation1.7_1.7.2-2_amd64.deb
 df129fe44659bd493b9ef9227cb34d3a 681250 libs extra 
libpcl-surface1.7_1.7.2-2_amd64.deb
 e14e99b66ff13514b8838615bd2e7adc 410964 libs extra 
libpcl-tracking1.7_1.7.2-2_amd64.deb
 debe73a0bfedf6db0c0ee6484e7ba82e 321618 libs extra 
libpcl-visualization1.7_1.7.2-2_amd64.deb
 2f9d7030898cdfe216838d34632a7484 40330 libs extra 
libpcl-outofcore1.7_1.7.2-2_amd64.deb
 e75dfd0132ef939a8b5253bcc0164356 19700 libs extra 
libpcl-people1.7_1.7.2-2_amd64.deb
 eb9f5105f760f6cba8901a4896cca0d4 681124 libs extra 
libpcl-recognition1.7_1.7.2-2_amd64.deb
 afd351901977743558401565a701d0ca 4707798 libs extra pcl-tools_1.7.2-2_amd64.deb
 4a92c18caab58f0b327df8dc2ad3c36b 16249690 doc extra libpcl-doc_1.7.2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJUTdZuAAoJEDIkf7tArR+m1Q8P/0k6DLdgcwpltb0KLnE0RIqb
44vXHfF/BKXUTS363G762D5saDDiHid1cUpRreqGA/XVKPW2ikaLQNA+qyXLoNoN
kv9bF6/OabTXE1jKchOhIVXymZHCo9369Tv+D96Q2hlDJpNlVUX1EUY5OjbOUzBy
cOjZDMRjtFc9gjz6vS9C4NOXKvMvPWf1GJtIONsGbAeWZI+Q02x2onYPeCnZtI/X
m0zb1443NnDWxmMo/NOWk3XRSLQqcDvFWo4xhK1ocKdB3I4T5Ut9wb4RObf/cVsz
gIm3MP4fQySy8GWA9FlX9Ke2Po4mD27u5bT13Nt8H1IhrnGN0gPOtdJmpHhq0y5b
ZAModVG+8pLYn4DnDPasQtWugMiirWUobi6C+Q2ERtMLjdwAK2gMbVX7WwtkD416
doZ/olsHIGLdd9QzxEPR76vctLkqhPiqL+qQzTcYUxP7eEsy0csZy+ceSHHbUeAu
yWI8KRebcAlSDbkNYTQHwkhWDjgSpHWxEF4amI7M4RnTIVUp2yVwJS3AAyuD4MqI
O+dl5oOeioo3uYDhyJMJeH+sc+mRHPPV7AaabN80helWCfQRmXpOKe4eR4Dz16EM
TCIhH7KZR1dORCjfWr0NWHcfZIayrhc4etuA9LXmavwkVIfrs3tH2ZbyE0M01np9
MwZ3tssdTpN33T/eqRDF
=YW/B
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to