Your message dated Wed, 03 Mar 2010 19:47:19 +0000
with message-id <e1nmuxp-0000nb...@ries.debian.org>
and subject line Bug#561524: fixed in pyjamas 0.7~+pre2-3
has caused the Debian Bug report #561524,
regarding FTBFS with python 2.6 with "pyjamas-pyjs missing files" error
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 ow...@bugs.debian.org
immediately.)
--
561524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pyjamas
Version: 0.7~+pre2-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch
Hi,
When building pyjamas with python 2.6 in Ubuntu, it FTBFS with the following
error:
dh_install --fail-missing
dh_install: pyjamas-pyjs missing files (usr/lib/python*/site-packages/pyjs),
aborting
make[1]: *** [override_dh_install] Error 1
make[1]: Leaving directory `/build/buildd/pyjamas-0.7~+pre2'
make: *** [binary] Error 2
This can be fixed with changing site-packages by *-packages in the .install
files. This is what is done in the patch.
Thanks,
Fabrice
*** /tmp/tmpIFLMjn
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/*.install: changed site-packages to *-packages. This fix a FTBFS
with python2.6
We thought you might be interested in doing the same.
-- System Information:
Debian Release: squeeze/sid
APT prefers karmic-updates
APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-16-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -u pyjamas-0.7~+pre2/debian/pyjamas-desktop.install pyjamas-0.7~+pre2/debian/pyjamas-desktop.install
--- pyjamas-0.7~+pre2/debian/pyjamas-desktop.install
+++ pyjamas-0.7~+pre2/debian/pyjamas-desktop.install
@@ -1 +1 @@
-usr/lib/python*/site-packages/pyjd
+usr/lib/python*/*-packages/pyjd
diff -u pyjamas-0.7~+pre2/debian/pyjamas-pyjs.install pyjamas-0.7~+pre2/debian/pyjamas-pyjs.install
--- pyjamas-0.7~+pre2/debian/pyjamas-pyjs.install
+++ pyjamas-0.7~+pre2/debian/pyjamas-pyjs.install
@@ -1,4 +1,4 @@
usr/share/pyjamas
-usr/lib/python*/site-packages/pyjs
-usr/lib/python*/site-packages/Pyjamas-*.egg-info
+usr/lib/python*/*-packages/pyjs
+usr/lib/python*/*-packages/Pyjamas-*.egg-info
bin/pyjsbuild usr/bin
--- End Message ---
--- Begin Message ---
Source: pyjamas
Source-Version: 0.7~+pre2-3
We believe that the bug you reported is fixed in the latest version of
pyjamas, which is due to be installed in the Debian FTP archive:
pyjamas-canvas_0.7~+pre2-3_all.deb
to main/p/pyjamas/pyjamas-canvas_0.7~+pre2-3_all.deb
pyjamas-desktop_0.7~+pre2-3_all.deb
to main/p/pyjamas/pyjamas-desktop_0.7~+pre2-3_all.deb
pyjamas-doc_0.7~+pre2-3_all.deb
to main/p/pyjamas/pyjamas-doc_0.7~+pre2-3_all.deb
pyjamas-gchart_0.7~+pre2-3_all.deb
to main/p/pyjamas/pyjamas-gchart_0.7~+pre2-3_all.deb
pyjamas-gmap_0.7~+pre2-3_all.deb
to main/p/pyjamas/pyjamas-gmap_0.7~+pre2-3_all.deb
pyjamas-pyjs_0.7~+pre2-3_all.deb
to main/p/pyjamas/pyjamas-pyjs_0.7~+pre2-3_all.deb
pyjamas-ui_0.7~+pre2-3_all.deb
to main/p/pyjamas/pyjamas-ui_0.7~+pre2-3_all.deb
pyjamas_0.7~+pre2-3.diff.gz
to main/p/pyjamas/pyjamas_0.7~+pre2-3.diff.gz
pyjamas_0.7~+pre2-3.dsc
to main/p/pyjamas/pyjamas_0.7~+pre2-3.dsc
pyjamas_0.7~+pre2-3_all.deb
to main/p/pyjamas/pyjamas_0.7~+pre2-3_all.deb
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 561...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Philip Hands <p...@hands.com> (supplier of updated pyjamas 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 19 Jan 2010 22:11:29 +0000
Source: pyjamas
Binary: pyjamas-ui pyjamas pyjamas-pyjs pyjamas-desktop pyjamas-doc
pyjamas-canvas pyjamas-gmap pyjamas-gchart
Architecture: source all
Version: 0.7~+pre2-3
Distribution: unstable
Urgency: low
Maintainer: Philip Hands <p...@hands.com>
Changed-By: Philip Hands <p...@hands.com>
Description:
pyjamas - Python web widget toolkit and Python-to-Javascript compiler
pyjamas-canvas - Pyjamas Python port of GWTCanvas SVG Library
pyjamas-desktop - Python web widget toolkit (Desktop version)
pyjamas-doc - Python web widget set
pyjamas-gchart - Pyjamas Python port of GWT GChart Charting and Graph Widget
Libra
pyjamas-gmap - Pyjamas Google Maps (v3) Wrapper Library
pyjamas-pyjs - Pyjamas Python-to-Javascript compiler
pyjamas-ui - Python Pyjamas Web Widget Set library
Closes: 561524
Changes:
pyjamas (0.7~+pre2-3) unstable; urgency=low
.
* fix install paths for Ubuntu building (closes: 561524)
(thanks to Fabrice Coutadeur <fabric...@ubuntu.com>)
Checksums-Sha1:
0b90dce282b5b82529791cc8d06123999edcb7fc 1801 pyjamas_0.7~+pre2-3.dsc
e11eb22d5135b77e68b80dd963f90294bcf4a519 15186 pyjamas_0.7~+pre2-3.diff.gz
b3e989273840fe99f3a519b23860a15a329191cb 95142 pyjamas-ui_0.7~+pre2-3_all.deb
d28ceb22f834a1b88891d3127b3a96d6cf18d277 1470 pyjamas_0.7~+pre2-3_all.deb
b4123354c140573c6ff4757130a1417587a80348 236432
pyjamas-pyjs_0.7~+pre2-3_all.deb
113c967c6ae79a712bdbadfd8f2e3395dd8a7561 65814
pyjamas-desktop_0.7~+pre2-3_all.deb
9b4ce9298277d85177e0bb67581350025032ef45 392388 pyjamas-doc_0.7~+pre2-3_all.deb
a38220589dc5c5fd4ccf82dc09a2f2e16554c214 16952
pyjamas-canvas_0.7~+pre2-3_all.deb
9177c816fefc747c33a349c84f5cfe41b10332bb 5274 pyjamas-gmap_0.7~+pre2-3_all.deb
c8966bdc2bebe08d869e628b5ff95395074a3ec4 145484
pyjamas-gchart_0.7~+pre2-3_all.deb
Checksums-Sha256:
a06f37b4dc1b2327f48481ab0be970672b26823a967fdf4797d877f840c93578 1801
pyjamas_0.7~+pre2-3.dsc
f848f7bc0598390262067429149eaa4d4e0a2cdd1e22a5c050ae7fc6023c558d 15186
pyjamas_0.7~+pre2-3.diff.gz
5e58032fb0285e1b4d967b94aa0096f4e89336f6c8df7e1237700eea0cf97f2d 95142
pyjamas-ui_0.7~+pre2-3_all.deb
36ae85759fe4b428f66a42bf2f9f876f44baf23e79994555705d735f97200a0c 1470
pyjamas_0.7~+pre2-3_all.deb
c8919fc4b9f3ed5c3a21c239125caa86543f742db5743e2683fc9e14204006c1 236432
pyjamas-pyjs_0.7~+pre2-3_all.deb
31a02e99faf700a6e6f1f48961a1737e813ff04042cb3d12c7f169eac398a70b 65814
pyjamas-desktop_0.7~+pre2-3_all.deb
7683c74d5cd34fe3027934464a83c535e7032f3c6d3e0f5f2c9ed22c31dd509d 392388
pyjamas-doc_0.7~+pre2-3_all.deb
e5b44c59e9ab03c9bdf2b895d429f6c06dbc887bec2ddb86ffda36a9a1802133 16952
pyjamas-canvas_0.7~+pre2-3_all.deb
4e16f9e1f58c08bec0a348a2b66731156b1060ce2c98c90d35c333b9873a62ee 5274
pyjamas-gmap_0.7~+pre2-3_all.deb
660e5c8ec7c38b9cca89358058228810f37ad138fc1e3e400f1cb2196b0e22ea 145484
pyjamas-gchart_0.7~+pre2-3_all.deb
Files:
5394b862cd53abad26db55b4385b300a 1801 python extra pyjamas_0.7~+pre2-3.dsc
ef6abbe23912cc4f1375dde367c94c64 15186 python extra pyjamas_0.7~+pre2-3.diff.gz
00e92d2419722384d7f736d0871049e1 95142 python extra
pyjamas-ui_0.7~+pre2-3_all.deb
b1c333e890a039a643e4e43e23108918 1470 python extra pyjamas_0.7~+pre2-3_all.deb
31e08a7f25159bc8597a4c610dc7d787 236432 python extra
pyjamas-pyjs_0.7~+pre2-3_all.deb
922beac3f7b66693f474b1b0afffe811 65814 python extra
pyjamas-desktop_0.7~+pre2-3_all.deb
1210dd279ecc7ae40a9d1d1defa02dda 392388 doc extra
pyjamas-doc_0.7~+pre2-3_all.deb
0a8162939f8c20c5bd6a5451a1971cc0 16952 python extra
pyjamas-canvas_0.7~+pre2-3_all.deb
1cb5e409cd7354cf28e81d0a3c14f3c9 5274 python extra
pyjamas-gmap_0.7~+pre2-3_all.deb
f311a7bccfcaa61d7ab996d6e7bffe8c 145484 python extra
pyjamas-gchart_0.7~+pre2-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJLjrj+AAoJENBLo6ABJdXAxZ4P/i7gmLKN7B5HDSFUc6XYzdjl
4cMfRlTxZgTHcjXz9UWz3BQA+vXwECGZ6OUVN1UnAHY6rDFuqEUtQfHKwJ9vcmVZ
rc9uwAEMLXNuH/Qv9IywXcldEZwbRnGjYhZydZqPuIt24Kif+1q5y6aR+4cpVXlG
IMEq1UMPfPbd5p7J7idh6MtxDyAIPEL9PUKhOET3gXp6L7YKCdmMzVypJ5MISFVE
6FgKq2A70AqkdnUchIH92Q88RMSdGJVeBUv08kZ94n2uL862GbJ7sszgRdJVPqu1
0njO26BRiO1t3Vtccqs+dhf6Ajn2C27LaS/GpqMCjBAu2S+9vqyyD04zE7YeeuiJ
wfBTXX9wQ+q1GT7aoL6AakhyUak20xstCKf3g5TonGWjzG6VKyGF8AFv/7aYeScS
30Q3hZK3W3W0vqIC15slegFoDvcvLiPifiJDKy7Y4EChm6Cg0MEQS0qr5hxk9gnp
ngn0J2NkfiBY+yw+93+WZbRUCpAPpwwycf0Sy7OoihZ5Qf0uzPV7enNBDVW9bgZT
EZIABXGqtHDrveTPSBlX9mdQdffphcJUeO9jaVW3LNoxHMCh7XOagbx2G/+9GXhW
XZz235vijOjPHUXfRoNyO+qq+8vMd9Cr/upfOlIFrOZGpWiwoZhuWtgYvVwEhAiI
eUgiGAefdwouCXxwfndO
=Dnka
-----END PGP SIGNATURE-----
--- End Message ---