Rebuilding the linux kernel quickly

2016-06-02 Thread Mathieu Malaterre
Hi,

I am starring at the documentation for rebuilding the Debian kernel.
I'd like to test a change in a non-module section of the kernel code
(CONFIG_FB_OF=y), to resolve #825840. So I thought I could simply
follows the steps from:

https://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s4.2.5

[...]
# apt-get install build-essential fakeroot
# apt-get build-dep linux
$ mkdir tmp && cd tmp
$ apt-get source linux-image-$(uname -r)
$ cd linux-*
$ fakeroot debian/rules source
$ fakeroot make -f debian/rules.gen binary-arch_powerpc_none_powerpc
[...]
dh_installdocs
dh_installchangelogs
dh_strip
Can't exec "-objcopy": No such file or directory at
/usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 243.
dh_strip: -objcopy --only-keep-debug --compress-debug-sections
debian/linux-image-4.5.0-2-powerpc/usr/lib/linux-image-4.5.0-2-powerpc/hack-coff
debian/.debhelper/linux-image-4.5.0-2-powerpc/dbgsym-root/usr/lib/debug/.build-id/db/692a8d7808bd1b2adc58cd43f114d6fe006303.debug
failed to to execute: No such file or directory
debian/rules.real:194: recipe for target 'install-base' failed
make[2]: *** [install-base] Error 2
make[2]: Leaving directory '/home/mathieu/tmp/linux-4.5.4'
debian/rules.real:376: recipe for target
'install-image_powerpc_none_powerpc' failed
make[1]: *** [install-image_powerpc_none_powerpc] Error 2
make[1]: Leaving directory '/home/mathieu/tmp/linux-4.5.4'
debian/rules.gen:204: recipe for target
'binary-arch_powerpc_none_powerpc_real' failed
make: *** [binary-arch_powerpc_none_powerpc_real] Error 2

I can see objcopy right here:

mathieu@debian:~/tmp/linux-4.5.4$ ls -al /usr/bin/*objcopy
lrwxrwxrwx 1 root root 25 May 12 16:59 /usr/bin/objcopy ->
powerpc-linux-gnu-objcopy
-rwxr-xr-x 1 root root 266200 May 12 16:59 /usr/bin/powerpc-linux-gnu-objcopy

And I am using:

mathieu@debian:~/tmp/linux-4.5.4$ uname -a
Linux debian 4.5.0-2-powerpc #1 Debian 4.5.4-1 (2016-05-16) ppc GNU/Linux

Does anyone know how to build only the powperpc flavor from a powerpc system ?

Thanks much.



Re: Rebuilding the linux kernel quickly

2016-06-02 Thread Ben Hutchings
On Thu, 2016-06-02 at 09:12 +0200, Mathieu Malaterre wrote:

> Hi,
> 
> I am starring at the documentation for rebuilding the Debian kernel.
> I'd like to test a change in a non-module section of the kernel code
> (CONFIG_FB_OF=y), to resolve #825840. So I thought I could simply
> follows the steps from:
> 
> https://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s4.2.5
> 
> [...]
> # apt-get install build-essential fakeroot
> # apt-get build-dep linux
> $ mkdir tmp && cd tmp
> $ apt-get source linux-image-$(uname -r)
> $ cd linux-*
> $ fakeroot debian/rules source
> $ fakeroot make -f debian/rules.gen binary-arch_powerpc_none_powerpc
> [...]
> dh_installdocs
> dh_installchangelogs
> dh_strip
> Can't exec "-objcopy": No such file or directory at
[...]
> Does anyone know how to build only the powperpc flavor from a powerpc system ?

I think there's been a regression somewhere in the rules for setting
architecture variables.  Adding 'dpkg-architecture -apowerpc -c' in
front of the command may help.

Ben.

-- 
Ben Hutchings
All the simple programs have been written, and all the good names
taken.


signature.asc
Description: This is a digitally signed message part


Bug#826111: ITP: srst2 -- Short Read Sequence Typing for Bacterial Pathogens

2016-06-02 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: srst2
  Version : 0.1.8
  Upstream Author : Kathryn Holt 
* URL : https://github.com/katholt/srst2/
* License : BSD
  Programming Lang: Python
  Description : Short Read Sequence Typing for Bacterial Pathogens
 This program is designed to take Illumina sequence data, a MLST database
 and/or a database of gene sequences (e.g. resistance genes, virulence
 genes, etc) and report the presence of STs and/or reference genes.


Remark:  This package is maintained by the Debian Med team at
   svn://anonscm.debian.org/debian-med/trunk/packages/srst2/trunk/



Re: DebConf16: Second call for keys for keysigning in Cape Town, South Africa

2016-06-02 Thread perkins
UNSUBSCRIBE

On Thu, Jun 2, 2016 at 10:17 AM Aníbal Monsalve Salazar 
wrote:

> DebConf16: Second Call for keys for keysigning in Cape Town, South
> Africa
>
> As part of the 17th Debian Conference in Cape Town, South Africa
> there will be OpenPGP (pgp/gpg) keysignings. If you intend to
> participate in the DebConf16 keysignings, please send your ascii
> armored public key as explained at [0] no later than 23:59
> UTC/GMT/Zulu on Tuesday 21 June 2016.
>
> Please note the new date. You have two weeks and a couple of days to
> send your key.
>
> More (and up-to-date) information is available at [0], so keep
> watching it.
>
> [0] http://people.debian.org/~anibal/ksp-dc16/ksp-dc16.html
>
> If you have questions please send them to the mailing list at
> debconf-disc...@lists.debconf.org.  If you don't want to post to the
> mailing list, send your questions to ani...@debian.org,
> d...@debian.org and jul...@debian.org.
>


Bug#826143: ITP: libtest-regexp-perl -- Perl module to test regular expressions

2016-06-02 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libtest-regexp-perl
  Version : 2015110201
  Upstream Author : Abigail 
* URL : https://metacpan.org/release/Test-Regexp
* License : Expat
  Programming Lang: Perl
  Description : Perl module to test regular expressions

Test::Regexp is intended to test regular expressions. Given a subject
string and a regular expression (aka pattern), the module not only
tests whether the regular expression complete matches the subject
string, it performs a utf8::upgrade or utf8::downgrade on the subject
string and performs the tests again, if necessary. Furthermore, given
a pattern with capturing parenthesis, it checks whether all captures
are present, and in the right order. Both named and unnamed captures
are checked.

The package will be maintained under the umbrella of the Debian Perl Group.



Bug#826164: ITP: healpix-java -- HEALPix representation of spherical data - Java library

2016-06-02 Thread Leo Singer
Package: wnpp
Severity: wishlist
Owner: Leo Singer 

* Package name: healpix-java
  Version : 3.30
  Upstream Author : Martin Reinecke 
* URL : http://healpix.sourceforge.net
* License : GPL-2+
  Programming Lang: Java
  Description : HEALPix representation of spherical data - Java library

HEALPix is an acronym for Hierarchical Equal Area isoLatitude
Pixelization of a sphere. As suggested in the name, this pixelization
produces a subdivision of a spherical surface in which each pixel covers
the same surface area as every other pixel. It is commonly used to store
all-sky astronomical images, most famously maps of the cosmic microwave
background.

This package provides the Java language implementation of HEALPix.


Ole Streicher requested a Debian package for healpix-java because it
is a dependency of Aladin Sky Atlas, a popular interactive tool for
exploring astronomical images and databases. I already maintain the
Debian packages for three other HEALPix language flavors (chealpix,
healpix-cxx, healpy) as well as the MacPorts packages for C, C++,
Python, and Java. I would like to contribute a Debian package for
the Java flavor and maintain it under the aegis of the Debian Astro
Team.



Bug#826179: ITP: open-tyrian -- Top-down futuristic fighter game

2016-06-02 Thread Shawn Sörbom
Package: wnpp
Severity: wishlist
Owner: "Shawn Sörbom" 

* Package name: open-tyrian
  Version : 2.1
  Upstream Author : The OpenTyrian Development Team
* URL : https://bitbucket.org/opentyrian/opentyrian/wiki/Home
* License : GPL-2
  Programming Lang: C
  Description : Top-down futuristic fighter game

Open Tyrian is a source port of the original Tyrian2000 (2.1) game.
It is a top-down arcade shooter where you pilot a spaceship to
various quadrants of the galaxy and destroy enemies.

More information is available on the upstream developers FAQ page:
https://bitbucket.org/opentyrian/opentyrian/wiki/FAQ



Work-needing packages report for Jun 3, 2016

2016-06-02 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 724 (new: 2)
Total number of packages offered up for adoption: 173 (new: 0)
Total number of packages requested help for: 48 (new: 0)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   gnomad2 (#826094), orphaned today
 Installations reported by Popcon: 95

   hgsubversion (#825705), orphaned 5 days ago
 Installations reported by Popcon: 131

722 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



No new packages have been given up for adoption, but a total of 173 packages
are awaiting adoption.  See http://www.debian.org/devel/wnpp/rfa_bypackage
for a complete list.



For the following packages help is requested:

   athcool (#278442), requested 4237 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 26

   awstats (#755797), requested 680 days ago
 Description: powerful and featureful web server log analyzer
 Installations reported by Popcon: 4176

   balsa (#642906), requested 1712 days ago
 Description: An e-mail client for GNOME
 Reverse Depends: balsa-dbg
 Installations reported by Popcon: 646

   cardstories (#624100), requested 1865 days ago
 Description: Find out a card using a sentence made up by another
   player
 Installations reported by Popcon: 4

   courier (#823807), requested 24 days ago
 Reverse Depends: courier-faxmail courier-filter-perl courier-imap
   courier-imap-ssl courier-ldap courier-mlm courier-mta
   courier-mta-ssl courier-pcp courier-pop (7 more omitted)
 Installations reported by Popcon: 2289

   cups (#532097), requested 2553 days ago
 Description: Common UNIX Printing System
 Reverse Depends: bluez-cups boomaga chromium
   cinnamon-settings-daemon cloudprint cups cups-backend-bjnp
   cups-browsed cups-bsd cups-client (63 more omitted)
 Installations reported by Popcon: 169560

   cyrus-sasl2 (#799864), requested 253 days ago
 Description: authentication abstraction library
 Reverse Depends: 389-ds-base 389-ds-base-libs 389-dsgw adcli
   autofs-ldap cairo-dock-mail-plug-in claws-mail
   claws-mail-acpi-notifier claws-mail-address-keeper
   claws-mail-archiver-plugin (128 more omitted)
 Installations reported by Popcon: 190903

   developers-reference (#759995), requested 642 days ago
 Description: guidelines and information for Debian developers
 Installations reported by Popcon: 19258

   devscripts (#800413), requested 247 days ago
 Description: scripts to make the life of a Debian Package maintainer
   easier
 Reverse Depends: apt-build apt-listdifferences aptfs arriero
   bzr-builddeb customdeb debci debian-builder debmake debpear (28 more
   omitted)
 Installations reported by Popcon: 13054

   ejabberd (#767874), requested 577 days ago
 Description: distributed, fault-tolerant Jabber/XMPP server written
   in Erlang
 Reverse Depends: ejabberd-contrib ejabberd-mod-cron
   ejabberd-mod-log-chat ejabberd-mod-logsession ejabberd-mod-logxml
   ejabberd-mod-message-log ejabberd-mod-muc-log-http
   ejabberd-mod-post-log ejabberd-mod-rest ejabberd-mod-s2s-log (3 more
   omitted)
 Installations reported by Popcon: 759

   fbcat (#565156), requested 2332 days ago
 Description: framebuffer grabber
 Installations reported by Popcon: 211

   fgetty (#823266), requested 31 days ago
 Description: console-only getty & login (issue with nis)
 Installations reported by Popcon: 2114

   freeipmi (#628062), requested 1834 days ago
 Description: GNU implementation of the IPMI protocol
 Reverse Depends: conman freeipmi freeipmi-bmc-watchdog
   freeipmi-ipmidetect freeipmi-ipmiseld freeipmi-tools ipmitool
   libfreeipmi-dev libfreeipmi16 libipmiconsole-dev (7 more omitted)
 Installations reported by Popcon: 6388

   freerdp (#799759), requested 254 days ago
 Description: RDP client for Windows Terminal Services (X11 client)
 Reverse Depends: freerdp-x11 freerdp-x11-dbg libfreerdp-cache1.1
   libfreerdp-client1.1 libfreerdp-codec1.1 libfreerdp-common1.1.0
   libfreerdp-core1.1 libfreerdp-crypto1.1 libfreerdp-dbg
   libfreerdp-dev (28 more omitted)
 Installations reported by Popcon: 74030

   gnat-gps (#496905), requested 2835 days ago
 Description: co-maintainer needed
 Reverse Depends: gnat-gps gnat-gps-dbg
 Installations reported by Popcon: 551

   gnoki