From daniel.dehennin at baby-gnu.org Mon Aug 3 18:47:58 2015 From: daniel.dehennin at baby-gnu.org (Daniel Dehennin) Date: Mon, 03 Aug 2015 20:47:58 +0200 Subject: NQP 2015.07.2 Message-ID: <87k2tcqkdd.fsf@hati.baby-gnu.org> Hello, I have integrated the NQP 2015.07.2 tar.gz. I pushed the upstream/2015.07.2 tag with pristin-tar, upstream and master branches. I think we could provide ?nqp-m? and ?nqp-j? with a ?nqp? metapackage which "Depends: nqp-m | nqp-j". If you agree I can cleanup my changes[1] and merge them in master. About the libtommath issue[2], waiting the fix[3] could be long, instead of disabling the failing tests[4] in NQP, I see two options: - use the MoarVM in-tree libtommath - patch the debian libtommath package Regards. Footnotes: [1] rework the -common package https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-rakudo/nqp.git;a=shortlog;h=refs/heads/feature/moarvm-and-jvm-backends [2] https://github.com/perl6/nqp/issues/234 [3] https://github.com/libtom/libtommath/issues/35 [4] https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-rakudo/nqp.git;a=commit;h=8ea857c1d7d699eceb8b7a6661a7ee5c3fb28a89 -- Daniel Dehennin R?cup?rer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF Fingerprint: 3E69 014E 5C23 50E8 9ED6 2AAD CC1E 9E5B 7A6F E2DF -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 342 bytes Desc: not available URL: From daniel.dehennin at baby-gnu.org Tue Aug 4 07:30:07 2015 From: daniel.dehennin at baby-gnu.org (Daniel Dehennin) Date: Tue, 04 Aug 2015 09:30:07 +0200 Subject: NQP 2015.07.2 In-Reply-To: <87k2tcqkdd.fsf@hati.baby-gnu.org> (Daniel Dehennin's message of "Mon, 03 Aug 2015 20:47:58 +0200") References: <87k2tcqkdd.fsf@hati.baby-gnu.org> Message-ID: <87k2tbpl34.fsf@hati.baby-gnu.org> Daniel Dehennin writes: [...] > I think we could provide ?nqp-m? and ?nqp-j? with a ?nqp? metapackage > which "Depends: nqp-m | nqp-j". > > If you agree I can cleanup my changes[1] and merge them in master. It looks like all the files provided my nqp-m and nqp-j are architecture independent. I looked to make some ?nqp-libs-moarvm? and ?nqp-libs-java? but in fact, the ?nqp-m? and ?nqp-j? are just shell scripts: cat /usr/bin/nqp-m #!/bin/sh exec /usr/bin/moar --libpath=/usr/share/nqp/lib /usr/share/nqp/lib/nqp.moarvm "$@" cat /usr/bin/nqp-j #!/bin/sh exec java -Xss1m -Xmx512m -Xbootclasspath/a:/usr/share/nqp/runtime/nqp-runtime.jar:/usr/share/nqp/runtime/asm-4.1.jar:/usr/share/nqp/runtime/jline-1.0.jar:/usr/share/nqp/lib/nqp.jar -cp /usr/share/nqp/lib nqp "$@" Could we make the ?nqp-m? and ?nqp-j? packages ?Architecture: all? or should we stick with the same architectures as their respective backend? Regards. -- Daniel Dehennin R?cup?rer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF Fingerprint: 3E69 014E 5C23 50E8 9ED6 2AAD CC1E 9E5B 7A6F E2DF -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 342 bytes Desc: not available URL: From daniel.dehennin at baby-gnu.org Tue Aug 4 08:19:08 2015 From: daniel.dehennin at baby-gnu.org (Daniel Dehennin) Date: Tue, 04 Aug 2015 10:19:08 +0200 Subject: NQP 2015.07.2 In-Reply-To: <87k2tbpl34.fsf@hati.baby-gnu.org> (Daniel Dehennin's message of "Tue, 04 Aug 2015 09:30:07 +0200") References: <87k2tcqkdd.fsf@hati.baby-gnu.org> <87k2tbpl34.fsf@hati.baby-gnu.org> Message-ID: <874mkfpitf.fsf@hati.baby-gnu.org> Daniel Dehennin writes: > Could we make the ?nqp-m? and ?nqp-j? packages ?Architecture: all? or > should we stick with the same architectures as their respective backend? According to the policy[1]: Specifying only all indicates that the source package will only build architecture-independent packages. Peter Green on #debian-mentor confirmed that we should use ?Architecture: all? if we only have arch indep files in packages. Regards. NB: I didn't see that NQP was part of the ongoing testing transition known as auto-icu[2], I hope pushing into master will not cause any kind of trouble. Footnotes: [1] https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Architecture [2] https://tracker.debian.org/pkg/nqp -- Daniel Dehennin R?cup?rer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF Fingerprint: 3E69 014E 5C23 50E8 9ED6 2AAD CC1E 9E5B 7A6F E2DF -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 342 bytes Desc: not available URL: From paul at liekut.de Thu Aug 6 08:35:08 2015 From: paul at liekut.de (Paul Cochrane) Date: Thu, 6 Aug 2015 10:35:08 +0200 Subject: NQP 2015.07.2 In-Reply-To: <874mkfpitf.fsf@hati.baby-gnu.org> References: <87k2tcqkdd.fsf@hati.baby-gnu.org> <87k2tbpl34.fsf@hati.baby-gnu.org> <874mkfpitf.fsf@hati.baby-gnu.org> Message-ID: <20150806083507.GC3141@avon.driftnoise.com> On Tue, Aug 04, 2015 at 10:19:08AM +0200, Daniel Dehennin wrote: > Daniel Dehennin writes: > > NB: I didn't see that NQP was part of the ongoing testing transition > known as auto-icu[2], I hope pushing into master will not cause any > kind of trouble. I don't think this will cause trouble. As far as I understand it, the information on [1] refers mostly to the now obsolete nqp version which was based on Parrot[2] (which would be the reason for the icu dependency you're seeing on [1]). Cheers, Paul [1] https://tracker.debian.org/pkg/nqp [2] http://www.parrot.org From paul at liekut.de Thu Aug 6 08:39:12 2015 From: paul at liekut.de (Paul Cochrane) Date: Thu, 6 Aug 2015 10:39:12 +0200 Subject: NQP 2015.07.2 In-Reply-To: <87k2tcqkdd.fsf@hati.baby-gnu.org> References: <87k2tcqkdd.fsf@hati.baby-gnu.org> Message-ID: <20150806083912.GD3141@avon.driftnoise.com> On Mon, Aug 03, 2015 at 08:47:58PM +0200, Daniel Dehennin wrote: > I have integrated the NQP 2015.07.2 tar.gz. > > I pushed the upstream/2015.07.2 tag with pristin-tar, upstream and > master branches. Awesome! Thanks :-) > About the libtommath issue[2], waiting the fix[3] could be long, instead > of disabling the failing tests[4] in NQP, I see two options: > > - use the MoarVM in-tree libtommath > > - patch the debian libtommath package I think it would be cleaner (and faster) to patch the Debian libtommath package, however that's just my 2 cents... Cheers, Paul > Footnotes: > [1] rework the -common package > https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-rakudo/nqp.git;a=shortlog;h=refs/heads/feature/moarvm-and-jvm-backends > > [2] https://github.com/perl6/nqp/issues/234 > > [3] https://github.com/libtom/libtommath/issues/35 > > [4] https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-rakudo/nqp.git;a=commit;h=8ea857c1d7d699eceb8b7a6661a7ee5c3fb28a89 From ftpmaster at ftp-master.debian.org Thu Aug 20 11:18:06 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 20 Aug 2015 11:18:06 +0000 Subject: Processing of moarvm_2015.07-1_amd64.changes Message-ID: moarvm_2015.07-1_amd64.changes uploaded successfully to localhost along with the files: moarvm_2015.07-1.dsc moarvm_2015.07.orig.tar.gz moarvm_2015.07-1.debian.tar.xz moarvm-dbg_2015.07-1_amd64.deb moarvm_2015.07-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Aug 20 11:19:23 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 20 Aug 2015 11:19:23 +0000 Subject: moarvm_2015.07-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 26 Jul 2015 15:19:35 +0200 Source: moarvm Binary: moarvm moarvm-dbg Architecture: source amd64 Version: 2015.07-1 Distribution: unstable Urgency: medium Maintainer: Debian Rakudo Maintainers Changed-By: Daniel Dehennin Description: moarvm - virtual machine for Rakudo Perl 6 and NQP moarvm-dbg - virtual machine for Rakudo Perl 6 and NQP - debug symbols Closes: 789187 Changes: moarvm (2015.07-1) unstable; urgency=medium . * Imported Upstream version 2015.07 * Enable mipsel architecture (Closes: #789187) Thanks to Arturo Borrero Gonzalez Checksums-Sha1: f01f7689d104f945f3ae26a2d20038bcb90b944c 2345 moarvm_2015.07-1.dsc 773b9d02a0055d93ce8c7cb400965863ed34bc83 3225835 moarvm_2015.07.orig.tar.gz d681777293c41f272884341c001fbd4f63501ffd 11952 moarvm_2015.07-1.debian.tar.xz 730f511f01ab7b622a56617f507ab023c5e4d4df 2741992 moarvm-dbg_2015.07-1_amd64.deb 9c023b71744b3e18c341e9eaaa937f53cc19720c 712542 moarvm_2015.07-1_amd64.deb Checksums-Sha256: 154935cd70b534eee3e566142ea874f55a199d48c037c62f0b2699edfb013d1e 2345 moarvm_2015.07-1.dsc 310a4ea6dbaacaf1837606edf6c42170143f60c8e29eb94c7e6fea810b6af10b 3225835 moarvm_2015.07.orig.tar.gz 13764b65dd6af568e949e5cbe21d9bf1aa333da05103f15779b5f46a8c9b3513 11952 moarvm_2015.07-1.debian.tar.xz c8eff41c0c375e1b2d0ccc726bd36efc213526bd1f2c6dfab4d5f2abee9e8afc 2741992 moarvm-dbg_2015.07-1_amd64.deb 3ba07e92a4d5ccbd861c4515df518d5c9263fa9293cf9d2c5a21162e0349d4fa 712542 moarvm_2015.07-1_amd64.deb Files: 5779567fe5ce682bb1f97be9fc1ad632 2345 interpreters optional moarvm_2015.07-1.dsc 99aae56ecee1df294078c821f1d118aa 3225835 interpreters optional moarvm_2015.07.orig.tar.gz afde2c489a8241350360bc25d58f1ddc 11952 interpreters optional moarvm_2015.07-1.debian.tar.xz 9b88caa45eba6fb80bb0b24ad78f99af 2741992 debug extra moarvm-dbg_2015.07-1_amd64.deb c64c7214dc3dc511f969c4bef293ace4 712542 interpreters optional moarvm_2015.07-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJV1bYgAAoJEMMfT9lJqyts6xkP/iBh/A7k4nNIdZ4JhKg2UgTh OsoS/yj52Fkt3QZWReizoQYIPOtCAN9F1csvf+t0NTQy49vXTtOujhSz0RN3uYWF 76v2IetQ9rWFysxiBYmyhPfe2En3kdbIuVGFWvuYzbi74wL3Q2vcMb87LZFKcEXK fDRTGbqTi/Oh1DFWfw1xWo4XzV59UDaXfF+Xftzw/gQ+96BkhRrwG+EBHJ6fOaHU MSX8EVAt/qkIU2/rlrjh8tN8kDPW/qPKFdr6nPZ+3hm8JqFqL1c/W0BlfDLE29cX hcDoIlY1onEpUG4xVPD7MaKLDNnU2sKVEPiFyDZzU7j9EtOZq3iMaUJA4EKSqz6u AD67JCOj63yyiJuRb1fRTOUcMVn70Kxoo9tQiZFoeLUv2o1CPGvjhUBqpYOrBdnG lI7OMbfvJ/1I4I2gNOqTicMHlvtOjEyPdZMIEMB8wtF80F9oKecjbytjWaBzaulH HKCIOC5XhMIS2rFK/JVT5+zT+Ku1Y5+B3xeqv+ej2ZI+fcVO2UoF0H+TPp+faBVO 8P64mk2y6Ve+YMYfNE9CRf0hb2rDIe3gJE/4tfYg5c+V1P83EBGfvr2WKXEL3TZE vggZnOFAkvyIHMjE3bpSakp8LcYR9QzbdBK+KSWQzXl9BG6WCt2c0cSPFbyL0VLt QkmUW6nYm3GRJ1xDkIxt =jdcD -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Thu Aug 20 11:21:07 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 20 Aug 2015 11:21:07 +0000 Subject: Bug#789187: marked as done (moarvm: FTBFS on mipsel) References: <20150618181121.9451.17805.reportbug@nostromo> Message-ID: Your message dated Thu, 20 Aug 2015 11:19:23 +0000 with message-id and subject line Bug#789187: fixed in moarvm 2015.07-1 has caused the Debian Bug report #789187, regarding moarvm: FTBFS on mipsel 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 owner at bugs.debian.org immediately.) -- 789187: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789187 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Arturo Borrero Gonzalez Subject: moarvm: FTBFS on mipsel Date: Thu, 18 Jun 2015 20:11:21 +0200 Size: 2059 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Dehennin Subject: Bug#789187: fixed in moarvm 2015.07-1 Date: Thu, 20 Aug 2015 11:19:23 +0000 Size: 5832 URL: From noreply at release.debian.org Wed Aug 26 16:39:09 2015 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 26 Aug 2015 16:39:09 +0000 Subject: moarvm 2015.07-1 MIGRATED to testing Message-ID: FYI: The status of the moarvm source package in Debian's testing distribution has changed. Previous version: 2015.06-2 Current version: 2015.07-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From donald.ferrell at static-193-180-115-71-cust.crystone.se Thu Aug 27 06:40:22 2015 From: donald.ferrell at static-193-180-115-71-cust.crystone.se (State Court) Date: Thu, 27 Aug 2015 06:40:22 +0000 Subject: Notice to Appear Message-ID: <923d36d48a7a9e6a6311704652231284@static-193-180-115-71-cust.crystone.se> Notice to Appear, This is to inform you to appear in the Court on the September 02 for your case hearing. You are kindly asked to prepare and bring the documents relating to the case to Court on the specified date. Note: If you do not come, the case will be heard in your absence. The copy of Court Notice is attached to this email. Yours faithfully, Donald Ferrell, Clerk of Court. -------------- next part -------------- A non-text attachment was scrubbed... Name: Court_Notification_00000500026.zip Type: application/zip Size: 1997 bytes Desc: not available URL: From dod at debian.org Sat Aug 29 18:49:21 2015 From: dod at debian.org (Dominique Dumont) Date: Sat, 29 Aug 2015 20:49:21 +0200 Subject: NQP 2015.07.2 In-Reply-To: <87k2tcqkdd.fsf@hati.baby-gnu.org> References: <87k2tcqkdd.fsf@hati.baby-gnu.org> Message-ID: <2255017.v1vG3X20Qo@ylum> On Monday 03 August 2015 20:47:58 Daniel Dehennin wrote: > About the libtommath issue[2], waiting the fix[3] could be long, instead > of disabling the failing tests[4] in NQP, I see two options: > > - use the MoarVM in-tree libtommath > > - patch the debian libtommath package I've just uploaded a fixed version of libtommath with a nmu (non maintainer upload). While I was at it, I've also fixed the remaining bugs (including a FTBS) and the lintian warnings... All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org From paul at liekut.de Sat Aug 29 19:06:05 2015 From: paul at liekut.de (Paul Cochrane) Date: Sat, 29 Aug 2015 21:06:05 +0200 Subject: NQP 2015.07.2 In-Reply-To: <2255017.v1vG3X20Qo@ylum> References: <87k2tcqkdd.fsf@hati.baby-gnu.org> <2255017.v1vG3X20Qo@ylum> Message-ID: <20150829190553.GA5687@avon.driftnoise.com> Hi Dominique, On Sat, Aug 29, 2015 at 08:49:21PM +0200, Dominique Dumont wrote: > On Monday 03 August 2015 20:47:58 Daniel Dehennin wrote: > > About the libtommath issue[2], waiting the fix[3] could be long, instead > > of disabling the failing tests[4] in NQP, I see two options: > > > > - use the MoarVM in-tree libtommath > > > > - patch the debian libtommath package > > I've just uploaded a fixed version of libtommath with a nmu (non maintainer > upload). > > While I was at it, I've also fixed the remaining bugs (including a FTBS) and > the lintian warnings... that's awesome news! So we can build nqp and rakudo packages now? Cheers, Paul From dod at debian.org Sat Aug 29 19:21:01 2015 From: dod at debian.org (Dominique Dumont) Date: Sat, 29 Aug 2015 21:21:01 +0200 Subject: NQP 2015.07.2 In-Reply-To: <20150829190553.GA5687@avon.driftnoise.com> References: <87k2tcqkdd.fsf@hati.baby-gnu.org> <2255017.v1vG3X20Qo@ylum> <20150829190553.GA5687@avon.driftnoise.com> Message-ID: <1583951.HXS3FJ3TCz@ylum> On Saturday 29 August 2015 21:06:05 Paul Cochrane wrote: > that's awesome news! So we can build nqp and rakudo packages now? Only if all their [build-]dependencies are available in sid with the new libstdc++6 (version >= 5) and new libicu (libicu55). See https://release.debian.org/transitions/html/libstdc++6.html and https://release.debian.org/transitions/html/auto-icu.html for the list of impacted packages. All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org From daniel.dehennin at baby-gnu.org Sat Aug 29 21:49:40 2015 From: daniel.dehennin at baby-gnu.org (Daniel Dehennin) Date: Sat, 29 Aug 2015 23:49:40 +0200 Subject: NQP 2015.07.2 In-Reply-To: <2255017.v1vG3X20Qo@ylum> (Dominique Dumont's message of "Sat, 29 Aug 2015 20:49:21 +0200") References: <87k2tcqkdd.fsf@hati.baby-gnu.org> <2255017.v1vG3X20Qo@ylum> Message-ID: <87lhctkbnv.fsf@hati.baby-gnu.org> Dominique Dumont writes: > I've just uploaded a fixed version of libtommath with a nmu (non maintainer > upload). > > While I was at it, I've also fixed the remaining bugs (including a FTBS) and > the lintian warnings... Thanks a lot. So we can remove the patch that disable the failing test. Regards. -- Daniel Dehennin R?cup?rer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF Fingerprint: 3E69 014E 5C23 50E8 9ED6 2AAD CC1E 9E5B 7A6F E2DF -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 342 bytes Desc: not available URL: From dod at debian.org Sun Aug 30 13:58:52 2015 From: dod at debian.org (Dominique Dumont) Date: Sun, 30 Aug 2015 15:58:52 +0200 Subject: NQP 2015.07.2 In-Reply-To: <1583951.HXS3FJ3TCz@ylum> References: <87k2tcqkdd.fsf@hati.baby-gnu.org> <20150829190553.GA5687@avon.driftnoise.com> <1583951.HXS3FJ3TCz@ylum> Message-ID: <1901276.3AfitNbAdB@gandalf> Le samedi 29 ao?t 2015, 21:21:01 21:21:01 Dominique Dumont a ?crit : > Only if all their [build-]dependencies are available in sid with the new > libstdc++6 (version >= 5) and new libicu (libicu55). nqp depends on gmp which is listed in libstdc++6 transtion. But according to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791053 , this is a false positive. rakudo depends on gmp and libicu. libicu55 is available in sid. So we're goot to go. All the best -- https://github.com/dod38fr/config-model/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org From lyne.bousquet29 at corbeilelectro.ca Sun Aug 30 18:07:22 2015 From: lyne.bousquet29 at corbeilelectro.ca (COLAS CHRISTIAN) Date: Sun, 30 Aug 2015 14:07:22 -0400 Subject: AVIS DE PROPOSITION Message-ID: Bonjour Vous avez besoin d'un pr?t d'argent pour une raison quelconque ? Vous ?tes fich?s en banque ? Votre banque refuse de vous pr?ter de l'argent ? Vous ne savez plus vers qui vous tourner parce que les institutions financi?res rejettent votre dossier de pr?t ? J'ai la solution pour vous. Je suis consultant fran?ais en investissement et je pourrais vous aider a trouver un investisseur ou une institution financi?re pouvant vous octroyer des pr?ts d'argent ou investir dans vos diff?rents projets fiables. - Pret entre particulier - Possibilit? d'aide financi?re de plusieurs millions d'euros Veuillez me contacter si vous ?tes int?ress?. E-mail : colaschristianfr at gmail.com,colaschristianfr at outlook.fr TEL:+13156776230 Salutations cordiale COLAS CHRISTIAN