Bug#718761: flash-kernel: 'root=' kernel param ignored when flash-kernel package is installed

2013-11-12 Thread Loïc Minier
out. Also do you have a /proc/device-tree/model file? How did you install Debian on the device and what's the expected root device? Cheers -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Cont

Bug#711759: flash-kernel: FTBFS in test_db due to sorting vs. locale issues

2013-06-10 Thread Loïc Minier
and updating the order of fields in the test), isn't that enough in the backport? Cheers, -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130610090211.ga3...@bee.dooz.org

Bug#693839: debian-installer: kernel install fails on armel buffalo linkstation pro, missing uboot-mkimage

2013-06-05 Thread Loïc Minier
re some hits? Yeah, I've pushed a test_db script which currently only tests for unknown fields (case sensitively) Thanks all for the report and patches, -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe"

Bug#667681: Updated patches for Dreamplug / Marvell Kirkwood FDT

2012-06-21 Thread Loïc Minier
e here that kind of scared me away of it. It's probably all fixable, but the serious issues in the kernel and userspace tools led me to think it wasn't a good option when compared to SD card. -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org w

Bug#667681: Updated patches for Dreamplug / Marvell Kirkwood FDT

2012-06-19 Thread Loïc Minier
7 @@ elif [ -n "$FK_MACHINE" ]; then > machine="$FK_MACHINE" > [ "x$machine" = "xnone" ] && exit > else > - machine="$(get_cpuinfo_hardware)" > + machine="$(get_machine)" > fi > > if [ "x$1" = "x--supported" ]; then This looks good! Ideally we'd expand the testsuite -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120619121006.ga3...@bee.dooz.org

Bug#667681: flash-kernel: Please add support for Dreamplug / Marvell Kirkwood FDT

2012-04-11 Thread Loïc Minier
there is a drawback that fsck might not be run automatically for that filesystem, but since it's shared with the bootloader it's probably a good idea so I'd prefer if you could use Boot-Device: whatever, Boot-Kernel-Path: uImage and Boot-Initrd-Path: uInitrd Hope this helps

Re: oldsys-preseed: Convert to confmodule instead of using a preseed file to allow overrides

2011-08-24 Thread Loïc Minier
_missing_firmware" "false" add "partconf/already-mounted" "false" So maybe one setting to not read anything from a previous installation (such as network setup) would be enough, but oldsys-preseed doesn't need to be skipped entirely. I'll have a go a

Re: oldsys-preseed: Convert to confmodule instead of using a preseed file to allow overrides

2011-08-24 Thread Loïc Minier
to achieve the same thing as debconf-set-selections I've pushed the patches now -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110824093102.ga28...@bee.dooz.org

Re: oldsys-preseed: Convert to confmodule instead of using a preseed file to allow overrides

2011-08-22 Thread Loïc Minier
Ok to commit and upload? I've tested this successfully on Thecus N2100 with yesterday's daily sid network-console image (just replaced oldsys-preseed and its functions in the initrd.gz). -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a

[PATCH 2/7] Set output preseed file globally

2011-08-16 Thread Loïc Minier
on to cleanup the description of add() and add_or_set_seen(), and to use consistent quoting. Signed-off-by: Loïc Minier --- functions | 63 +++- oldsys-preseed | 36 +++--- tests/arm/dns323-dhcp

[PATCH 4/7] New lower level functions for debconf questions

2011-08-16 Thread Loïc Minier
d-off-by: Loïc Minier --- functions | 26 ++-- tests/arm/dns323-dhcp.preseed | 16 ++-- tests/arm/dns323-static.preseed | 16 ++-- tests/arm/kuroboxpro_dhcp.preseed |

[PATCH 3/7] Introduce OLDSYS_PRESEED_FILE and _TEST_OUTPUT

2011-08-16 Thread Loïc Minier
From: Loïc Minier Rename FILE to OLDSYS_PRESEED_FILE to avoid potential clashes and use a new OLDSYS_PRESEED_TEST_OUTPUT specifically for the output of tests, since some tests don't actually relate to preseeding. Signed-off-by: Loïc Minier --- functions|2 +- o

[PATCH 5/7] Use debconf rather than a preseed file

2011-08-16 Thread Loïc Minier
-installer-startup.d/S30env-preseed does to import environment (passed to init which is busybox) into debconf. Thanks Colin Watson for the advice! Remove all mentions of "preseed file" from comments, variables, and function names. Signed-off-by: Loïc Mi

oldsys-preseed: Convert to confmodule instead of using a preseed file to allow overrides

2011-08-16 Thread Loïc Minier
need for it, we could implement either config sources - similarly, it might make sense to add a way to skip oldsys-preseed entirely; maybe there's a feature to do that in d-i that I don't know about? otherwise, we could add some new debconf question just for this Cheers,

[PATCH 7/7] Add logging of preseeded debconf questions

2011-08-16 Thread Loïc Minier
Log along the way as there is no preseed file to debug anymore. Signed-off-by: Loïc Minier --- functions |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/functions b/functions index 634926d..26e2e16 100644 --- a/functions +++ b/functions @@ -179,6 +179,7

[PATCH 1/7] Drop unused support for output to stdout

2011-08-16 Thread Loïc Minier
Signed-off-by: Loïc Minier --- functions | 14 +- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/functions b/functions index 582564e..57cdd40 100644 --- a/functions +++ b/functions @@ -172,23 +172,19 @@ parse_sib_conf() { # Generating # Output a variable to a

[PATCH 6/7] Stop tracking type of debconf questions

2011-08-16 Thread Loïc Minier
Introduce new skip_debconf_note function and stop tracking the type of debconf questions. Signed-off-by: Loïc Minier --- functions | 54 +++-- oldsys-preseed| 18 tests/arm/dns323

Re: [PATCH] Remove armeb netboot config

2011-06-23 Thread Loïc Minier
Thanks, committed -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110623123713.ga10...@bee.dooz.org

Re: [PATCH] Add Freescale i.MX serial consoles, /dev/ttymxc*

2011-06-22 Thread Loïc Minier
Thanks, committed -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110623004936.gb...@bee.dooz.org

Re: [PATCH] Remove armeb netboot config

2011-06-22 Thread Loïc Minier
t this file was left behind. -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110623004810.ga...@bee.dooz.org

Re: [PATCH] armel: Check whether fb0 has a sysfs driver

2011-06-20 Thread Loïc Minier
So turns out it's indeed a driver problem; https://bugs.launchpad.net/linux-linaro/+bug/799795 we can go either way for d-i; if we keep the warning, it will look ugly on bogus platforms and might hint / push at fixing it -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot

[PATCH] armel: Check whether fb0 has a sysfs driver

2011-06-20 Thread Loïc Minier
--- .../S40framebuffer-module-linux-armel |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Hey, I was seeing some busybox output (Usage: basename FILE [SUFFIX] etc.) when starting d-i under QEMU emulating armel+vexpress. Turns out that under vexpress kernels,

[PATCH] Remove armeb netboot config

2011-06-20 Thread Loïc Minier
--- Hey It seems this file is a leftover from the armeb removal; ok to remove? Thanks, build/pkg-lists/netboot/armeb.cfg | 12 1 files changed, 0 insertions(+), 12 deletions(-) delete mode 100644 build/pkg-lists/netboot/armeb.cfg diff --git a/build/pkg-lists/netboo

[PATCH] Add Freescale i.MX serial consoles, /dev/ttymxc*

2011-06-20 Thread Loïc Minier
--- src/lib/debian-installer/detect-console-linux |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lib/debian-installer/detect-console-linux b/src/lib/debian-installer/detect-console-linux index 79dde91..404a4e7 100644 --- a/src/lib/debian-installer/detect-console-lin

rootskel: Add Freescale i.MX serial consoles, /dev/ttymxc*

2011-06-20 Thread Loïc Minier
Hi While checking how framebuffer gets set, I saw that the list of serial consoles in rootskel missed the Freescale i.MX ones, /dev/ttymxc[0-9]. According to etc/securetty, these seem to be the only missing ones as the other devices start with a capital letter. ok to commit? Chee

Bug#621137: Random exec failures on ARM; breaks boot -- /init: exec: line 306: run-init: Unknown error 2372692

2011-04-07 Thread Loïc Minier
On Fri, Apr 08, 2011, Loïc Minier wrote: >It seems gbp only autodetects the compression from pristine-tar > branches; I've now filed a bug about this. Debian #621701, with patch(es) now -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a

Re: Bug#621137: Random exec failures on ARM; breaks boot -- /init: exec: line 306: run-init: Unknown error 2372692

2011-04-07 Thread Loïc Minier
git-buildpackage and non-gbp use in a README.source; in the process I've noticed that my patch missed a call spot of tryexec (this is what happens when you redo a patch locally before sending it!) and fixed that; let me know if that's ok. -- Loïc Minier -- To UNSUBSCRIBE, email t

Bug#621137: Random exec failures on ARM; breaks boot -- /init: exec: line 306: run-init: Unknown error 2372692

2011-04-06 Thread Loïc Minier
gcc-4.5 bug is Debian #621420. -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110407010240.ga5...@bee.dooz.org

Bug#621137: Random exec failures on ARM; breaks boot -- /init: exec: line 306: run-init: Unknown error 2372692

2011-04-06 Thread Loïc Minier
tags 621137 + patch stop See attached patch (I didn't test this actual debdiff as I prepared the debdiff on my laptop, but I did confirm that this fixes the issue). -- Loïc Minier diff -Nru busybox-1.18.4/debian/changelog busybox-1.18.4/debian/changelog --- busybox-1.18.4/debian/chan

Bug#621137: Random exec failures on ARM; breaks boot -- /init: exec: line 306: run-init: Unknown error 2372692

2011-04-06 Thread Loïc Minier
this patch anyway. I've filed a bug against gcc-4.5 to track this; this does affect FSF GCC 4.5, but not FSF GCC 4.6. Thanks! -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.deb

Bug#621137: Random exec failures on ARM; breaks boot -- /init: exec: line 306: run-init: Unknown error 2372692

2011-04-06 Thread Loïc Minier
upload: - either some issues were introduced during refresh - or the patch was always broken I didn't look at why the patch breaks (yet) and I don't have a smaller test case than the above, which is quite painful. Cheers, -- Loïc Minier -- To UNSUBSCRIBE, email to debi

Re: Debian ARM architectures and subarchitectures

2011-04-04 Thread Loïc Minier
) - orion5x (matches mach-orion5x, no plat-orion5x I think it's also plat-orion) - versatile (matches mach-versatile and plat-versatile) So mach-* has been very consistent in Debian ARM kernel flavors. Cheers, -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110404150906.gd6...@bee.dooz.org

Bug#612376: flash-kernel: please include efikamx support

2011-04-04 Thread Loïc Minier
ort (Closes: #612376): please amend the currently UNRELEASED changelog entry Othewise looked good; thanks! I'm also in favor of a boot.scr. Outside of Martin's remarks, we need to agree on whether this is meant for installation of Debian to PATA, to SD card, or both and wheth

Bug#593235: Upstream references

2011-03-14 Thread Loïc Minier
/2010-September/076588.html http://lists.denx.de/pipermail/u-boot/2010-September/076548.html Cheers, -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Arc

Bug#593235: Unarchive to add upstream references

2011-03-14 Thread Loïc Minier
unarchive 593235 unarchive 584166 stop -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110314154956.ga4...@bee.dooz.org

Bug#618029: Uses gzip compression for the uInitrd which is already zipped

2011-03-13 Thread Loïc Minier
unzip as I initially feared, hence lowering severity. We could look at boot speed and various compression options to make the best compromise of size of the U-Boot images and boot time. Bye, On Sun, Mar 13, 2011, Loïc Minier wrote: > flash-kernel currently calls mkimage -C gzip whe

Bug#618029: Uses gzip compression for the uInitrd which is already zipped

2011-03-13 Thread Loïc Minier
. Cheers, -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110313152452.ga24...@bee.dooz.org

Bug#550584: Initial triggers patch and tracking of highest kernel

2011-03-10 Thread Loïc Minier
I'm pretty sure qemu-arm works though. > I have been using 'make deb-pkg' target recommended by kernel team, > which indeed does not create those hooks, not sure if make-kpkg > creates them. But it might make sense to add a safety check in the > flash-kernel package.

Bug#550584: Initial triggers patch and tracking of highest kernel

2011-03-10 Thread Loïc Minier
you mean; I understand that cross-compiled kernel .debs should follow the same interface (/etc/kernel*) as described in the kernel packaging handbook. Maybe the tool you use doesn't generate the proper postinsts and needs to be fixed? Cheers, -- Loïc Minier -- To UNSUBSCRIB

Bug#550584: Initial triggers patch and tracking of highest kernel

2011-03-10 Thread Loïc Minier
in, some boards use redboot or other bootloaders so I'm not sure whether it's something we can apply across all boards. We would definitely want to offer boot.scr for SD boot though, but that's future. -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@list

Bug#550584: Initial triggers patch and tracking of highest kernel

2011-03-09 Thread Loïc Minier
"$a" $cmp "$b" return $? } version_find_latest () { local a="" for i in $@ ; do if version_test_gt "$i" "$a" ; then a="$i" fi done echo "$a" } -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110309191844.gc6...@bee.dooz.org

Bug#550584: Initial triggers patch and tracking of highest kernel

2011-03-09 Thread Loïc Minier
gt; team upload new kernels with an ABI of "trunk" during development > phases? I guess we can add extra logic to cope with that if necessary. Not sure why we'd need to do anything special there? -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.d

Bug#550584: Initial triggers patch and tracking of highest kernel

2011-03-08 Thread Loïc Minier
On Wed, Mar 09, 2011, Loïc Minier wrote: > I'm attaching a naive implementation which doesn't deal with removals > and only keeps track of the latest initrd ABI (not of the kernel one). I had forgotten the actual flash-kernel call. I've also added a --supported test

Bug#550584: Initial triggers patch and tracking of highest kernel

2011-03-08 Thread Loïc Minier
a /var/lib/flash-kernel/ file and use that in the trigger to select the highest still installed version we should flash. Does this make sense? Any issue with this proposal? Cheers, -- Loïc Minier diff -Nru flash-kernel-2.39/debian/changelog flash-kernel-2.40/debian/changelog --- flash-kernel-

Re: Emdebian sprint - flash-kernel discussion

2011-02-23 Thread Loïc Minier
art + linaro-image-tools computer part + user specified part). Did you have something specific in mind? -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110223173229.ga26...@bee.dooz.org

Re: Emdebian sprint - flash-kernel discussion

2011-02-23 Thread Loïc Minier
n infer from the config). Hwpacks seem like a convenient vehicle for grouping these things together in a daily build which you can download and verify easily. -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Re: Emdebian sprint - flash-kernel discussion

2011-02-23 Thread Loïc Minier
mation of the exact board relatively early because you need to setup DDR, access the MMC and serial console etc. -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110223102815.gb4...@bee.dooz.org

Re: Emdebian sprint - flash-kernel discussion

2011-02-22 Thread Loïc Minier
tained as to allow reuse in other places. -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2011015438.ga3...@bee.dooz.org

Re: Emdebian sprint - flash-kernel discussion

2011-02-22 Thread Loïc Minier
On Tue, Feb 22, 2011, Amit Kucheria wrote: > On Tue, Feb 22, 2011 at 3:59 PM, Loïc Minier wrote: > >  * moves board support data into a database (currently inline for > >   convenience of testing, but will be split out in its own file) > Does it make sense to move this 

Emdebian sprint - flash-kernel discussion

2011-02-22 Thread Loïc Minier
annel. Cheers, [1] branch at http://git.debian.org/?p=users/lool/d-i/flash-kernel.git * adds a testsuite * consolidates code into functions * moves board support data into a database (currently inline for convenience of testing, but will be split out in its own file) -- Loïc Minier --

Bug#612639: debootstrap log

2011-02-10 Thread Loïc Minier
see he uploaded 0.8.11.1 with some related changes. Try again? -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110210134409.gb21...@bee.dooz.org

Bug#612632: crc32c-intel optimized module

2011-02-09 Thread Loïc Minier
optimized implementation. It's only available on x86 though, so I guess the entry should be: crc32c-intel ? Thanks -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.or

Bug#607614: uboot-mkimage -> u-boot

2010-12-21 Thread Loïc Minier
is mini-transition is happening in unstable, preventing further updates to testing via unstable once it's done (I don't expect we will switch to u-boot's mkimage before release). I guess that's ok if you upload d-i to tpu I'll send a patch for mv2120-utils in a separat

Bug#607614: uboot-mkimage -> u-boot

2010-12-20 Thread Loïc Minier
is an attempt to use this new package name while still supporting backports of flash-kernel to older releases. Cheers, -- Loïc Minier diff -Nru flash-kernel-2.37/debian/changelog flash-kernel-2.38/debian/changelog --- flash-kernel-2.37/debian/changelog 2010-11-18 18:09:21.0 +0100 +++

Bug#603353: dummy dpkg status file entry causes warnings

2010-11-13 Thread Loïc Minier
://bugs.launchpad.net/ubuntu/+source/debootstrap/+bug/674146 Thanks! -- Loïc Minier --- debootstrap-1.0.25/debian/changelog 2010-09-26 19:18:45.0 +0200 +++ debootstrap-1.0.25ubuntu1/debian/changelog 2010-11-13 12:36:58.0 +0100 @@ -1,3 +1,10 @@ +debootstrap (1.0.26) UNRELEASED; urgency=low

Bug#598281: Needs porting to vte 0.26

2010-09-27 Thread Loïc Minier
ed it; would love if someone could try it out. Thanks! -- Loïc Minier diff -Nru cdebconf-terminal-0.8/debian/changelog cdebconf-terminal-0.8ubuntu1dooz1/debian/changelog --- cdebconf-terminal-0.8/debian/changelog 2010-07-11 10:29:39.0 +0200 +++ cdebconf-terminal-0.8ubuntu1dooz1/debian/chan

Bug#596889: flash-kernel: please add ARM-Versatile Express CA9x4 support

2010-09-24 Thread Loïc Minier
g only a single kernel; there is not menu whatsoever. So including some name doesn't matter too much IMHO. > Even if it's not zero padded it doesn't hurt u-boot. U-boot reads > the size of the initrd from the header and only copies the correct > size. So no calculatio

Bug#596889: flash-kernel: please add ARM-Versatile Express CA9x4 support

2010-09-19 Thread Loïc Minier
... " >&2 > > + dd if=/dev/zero of=$kmtd bs=$kmtdsize count=1 2>/dev/null > > How large is this partition? The reason I ask is because I wonder why > you don't pad the file on disk before writing it, but maybe that's a > bad idea when the mtd

Re: [xml/sgml-pkgs] Bug#583767: Add udeb

2010-05-30 Thread Loïc Minier
t one adding a separate pass for the udeb. I didn't actually test the runtime lib, but I did testbuild it and it produced the expected smaller files. Unfortunately, it probably conflicts with the python-dbg support changes. Thanks -- Loïc Minier >From 8591035f6635d01cd60db542f7804dbf

Re: [xml/sgml-pkgs] Bug#583767: Add udeb

2010-05-30 Thread Loïc Minier
On Sun, May 30, 2010, Mike Hommey wrote: > Is there something in d-i that requires such a udeb ? Not in Debian; we use it for an udeb called migration-assistant which imports documents and settings from existing operating systems (e.g. Windows). Thanks, -- Loïc Minier -- To UNSUBSCR

Re: [xml/sgml-pkgs] Bug#583767: Add udeb

2010-05-30 Thread Loïc Minier
l of them in the latest upload to Ubuntu maverick (2.7.7.dfsg-2ubuntu1); thanks -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100530150640.ga23...@bee.dooz.org

Re: [xml/sgml-pkgs] Bug#583767: Add udeb

2010-05-30 Thread Loïc Minier
t mind the extra build pass. -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100530144623.ga23...@bee.dooz.org

Re: Thai support in framebuffer d-i

2010-02-10 Thread Loïc Minier
Wouldn't pango's pango-thai-lang.so module be required for Thai support in g-i (directfb or xorg based)? Currently, it's not included in the pango udeb, we would need libthai and libdatrie udebs to include this module. -- Loïc Minier -- To UNSUBSCRIBE, email to d

Keeping support for directfb in g-i?

2010-02-07 Thread Loïc Minier
y desire to keep g-i/directfb support in parallel to g-i/xorg, or whether the directfb udebs should just be switched over to xorg ones? Thanks, -- Loïc Minier -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#504111: Missing dep on perl causes Use of uninitialized value $uni in pattern match (m//) at /usr/bin/ckbcomp line 3109.

2008-10-31 Thread Loïc Minier
at /usr/share/perl/5.10/utf8_heavy.pl line 243. Use of uninitialized value in pattern match (m//) at -e line 1. Use of uninitialized value in pattern match (m//) at -e line 1. the warnings go away when installing perl + perl-modules. Bye -- Loïc Minier -- To UNSUBSCRIBE, email to [EMAIL PRO

Re: Please allow an upload of vte to unstable (was: Possible updates to ncurses, vte and ttf-dejavu packages for d-i)

2008-08-06 Thread Loïc Minier
On Tue, Aug 05, 2008, Adeodato Simó wrote: > Ok. Aside from autostuff, patch is not that big, so let's get this into > unstable, and see if somebody spots any regressions. Just uploaded to unstable. Cheers, -- Loïc Minier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#414408: add arj and p7zip to gnome-desktop-environment

2007-08-01 Thread Loïc Minier
and people can uninstall the recommend if they so wish. -- Loïc Minier

Re: Reworking the GTK+ cdebconf frontend

2007-07-02 Thread Loïc Minier
nable this detection for all situations. IOW: how do keymap-changing programs inform the DirectFB layer that the keymap has changed and it should reload it (transparently for any higher layer)? -- Loïc Minier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#402127: Can we depend on --enable-d-i configure option to enable keymap reloading in g-i ?

2007-06-28 Thread Loïc Minier
i > configuration switch is used (which, i guess, is turned on when building > for the d-i), and depend on it to compile in keymap reloading and > possibily other d-i specific options in the GTK frontend. Sounds like a good idea to have if you have directfb or x11 calls in your code anyway. -- Loïc Minier

Re: Reworking the GTK+ cdebconf frontend

2007-06-28 Thread Loïc Minier
oic, what's your opinion on this > issue? I don't see the problem in including the directfb headers from one of the file used to build cdebconf/gtk: can't you have cdebconf/gtk/common.c, directfb.c, and x11.c? -- Loïc Minier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#428749: Upstream bug and IRC conversation

2007-06-14 Thread Loïc Minier
Attached is an IRC conversation on this bug. Bug being discussed upstream at: <http://bugzilla.gnome.org/show_bug.cgi?id=447498> -- Loïc Minier 12:00 -!- lool [EMAIL PROTECTED] has joined #debian-boot 12:00 -!- Topic for #debian-boot: http://www.debian.org/devel/debian-installer

Choice of default browser for etch

2007-01-16 Thread Loïc Minier
mentation note, the default browser could be sensible-browser would the patch in #351901 be applied (will soon hit its first anniversary!). Or we could move to gnome-www-browser, but I prefer the former. Bye, -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL

Re: Bug#403639: Fix committed in svn repo

2007-01-11 Thread Loïc Minier
and since d-i is the main consumer of this code, I think this is ok to go. In fact, I don't have anything better to offer. :) I've uploaded these debs to unstable. -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Bug#403639: Fix committed in svn repo

2007-01-09 Thread Loïc Minier
tions. :-/ I've applied the patch by hand the best I could, it built, could you please try the packages at: <http://people.dooz.org/~lool/debian/gtk+2.0/2.8.20-4/sid-pbuilder/> -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

Bug#402127: GTK frontend should build on and X target too

2006-12-08 Thread Loïc Minier
tfb by simply setting PKG_CONFIG_PATH since the gtk module uses pkg-config. Since this all sounds like post-etch stuff, and since I think there's a clean solution for Gtk 2.10, I'm not sure the patch is needed. Bye, PS: if you use X-Debbugs-Cc instead of Cc:, I get the bug number -- Loïc Minier <[EMAIL PROTECTED]> "I have no strong feelings one way or the other." -- Neutral President

Re: Previously working LVM setup mysteriously broken.

2006-12-08 Thread Loïc Minier
t something else? -- Loïc Minier <[EMAIL PROTECTED]> "I have no strong feelings one way or the other." -- Neutral President -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#388290: Reopening 388290 which was closed erroneously by debbugs

2006-11-03 Thread Loïc Minier
# debbugs closed this cloned bug erroneously... reopen 388290 stop -- Loïc Minier <[EMAIL PROTECTED]>

Re: http://wiki.debian.org/SvenLutherAndDI (Was: Open Letter to Anthony Towns about the d-i mediation ...)

2006-10-31 Thread Loïc Minier
what they are reading is written by SvenL, and not the position of the project for example. It would also leave room for AJsPOV and FJPsPOV if they wish commenting as involved parties (I'm not saying they should do it, but that it would make it easier). EOD for me, -- Loïc Minier &l

Re: Rebuilding all etch packages inside etch, round 2

2006-10-18 Thread Loïc Minier
his > globally. I got python-central installation failures in my logs as well, this is because debhelper was not available in a sufficiently high version, but should be fixed now. -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o

Re: [D-I] Migrating packages for the graphical installer

2006-10-18 Thread Loïc Minier
rom experimental, as he said in private mail that if gtk 2.10 isn't going for etch, he would prefer not enabling the pdf+ps outputs in libcairo/dfb for now. But Frans is correct that Gtk now FTBFS ... in experimental. :) -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, e

Re: [G-I] testresults using new gtk2-engines udeb

2006-10-14 Thread Loïc Minier
7;d be nice if we could drop it > again from the udeb. No real rush though. I've uploaded gtk+2.0 2.8.20-3 which drops this engines again, and adds the strdup() fix which seems required here as well. -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMA

Re: [G-I] testresults using new gtk2-engines udeb

2006-10-13 Thread Loïc Minier
e). > We can always move it back once the theme is mature for our needs. I've uploaded gtk2-engines 1:2.8.1-3 to unstable, and dropped the gtkrc; you should now include it in rootskel. -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: [G-I] testresults using new gtk2-engines udeb

2006-10-13 Thread Loïc Minier
in a patch for gtk2-engines which only affects the g-i build . add a log handler to filter out these events in the patch But let us explore the backport of gtk2-engines 2.8 first. :-P > BTW, are these messages also written to a logfile somewhere? No. -- Loïc Minier <[EMAIL PROTEC

Re: [G-I] testresults using new gtk2-engines udeb

2006-10-13 Thread Loïc Minier
rewrite to Cairo of some engines which exposed some glitches in particular combinations of Cairo based engines + Xorg architecture (EXA/XAA) + ATI driver, and it seems there's a patch upstream for the ati driver.) -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMA

Re: [G-I] testresults using new gtk2-engines udeb

2006-10-13 Thread Loïc Minier
f you need a gnome-themes udeb as well, but it would be easier to grab a copy from the relevant files and ship them in rootskel for now.) I didn't look into the Bladr theme. I'm not sure how you'll switch theme when someone wants the accessibility mode of the installer, do you hav

Re: [Debian Installer] General release plan for RC1

2006-10-08 Thread Loïc Minier
On Sun, Oct 08, 2006, Attilio Fiandrotti wrote: > Just today mike emmel fixed the "boom" bug, it should technically > possible switching to GTK+ 2.10.x. Repeating this here for other readers: 2.10.6-2 in experimental was uploaded today with the fix. -- Loïc Minier &

Re: [directfb-dev] [g-i] Issues with directfb input devices handling

2006-09-30 Thread Loïc Minier
.deb and unpack it? -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Releasing G-I with RC1 - one RC issue remaining

2006-09-26 Thread Loïc Minier
d of the tar-in-tar orig.tar.gz), so I can't apply your patch to the directfb build only. Since your patch adds a mem leak, I don't want to include it right now. I'm willing to try to fix the underlying bug though, or else I will try to change the patch to only be effective w

Re: Gtk 2.10 availability

2006-09-24 Thread Loïc Minier
t easy to debug the graphical problem; perhaps there's a virtual output for DirectFB (like Xvfb)? I think I will setup a qemu or vmware to debug this. Thanks for the hints! Bye, -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Gtk 2.10 availability

2006-09-24 Thread Loïc Minier
o nor the directfb nor the glitz backends > will work :( -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Gtk 2.10 availability

2006-09-23 Thread Loïc Minier
to try re-backporting from scratch > the HEAD GDKDFB to 2.8.20 (current DFB backend in debian unstable is > dated around May 2006). I checked with Joss, and he said you did the backporting. Would you provide a similar patch or explain the process you followed to make it? --

Re: Gtk 2.10 availability

2006-09-23 Thread Loïc Minier
objects are built with both flavors, I'm not sure whether the debug symbols are for both or only one particular flavor. Perhaps you simply want a build with DEB_BUILD_OPTIONS="nostrip noopt" of the udeb? -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email

Re: Gtk 2.10 availability

2006-09-23 Thread Loïc Minier
nse (didn't update the kernel modules to 2.6.17 though). Thanks in advance for your help! Please don't feel obliged to document this in great length, I don't want to waste *your* time. -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: [g-i] patch for the lines problem

2006-09-23 Thread Loïc Minier
On Thu, Sep 21, 2006, Attilio Fiandrotti wrote: > FYI, Mathias Classen said GTK+ 2.10.4 is going to be presumably released > at the end of this week. I'm preparing 2.10.4, and it has some bug fixes, but it doesn't seem to change anything related to DFB. -- Loïc Minier &

Re: Bug#381979: keymap not changed in g-i after selection in kbd-chooser

2006-09-23 Thread Loïc Minier
ve in my TODO to patch the DirectFB pkg-config files to achieve this, but I didn't have the time to do that yet. -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Processed: Re: Bug#387049: closed by Loic Minier <[EMAIL PROTECTED]> (Bug#387049: fixed in meta-gnome2 1:2.14.3.1)

2006-09-21 Thread Loïc Minier
rticular issue on [EMAIL PROTECTED] I was part of the drift towards a flamewar myself, and don't wish that to happen anymore. -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#388549: Please pull avahi-daemon with a GNOME desktop installation (for Rhythmbox)

2006-09-21 Thread Loïc Minier
commends no packages. -- debconf information: tasksel/title: tasksel/first: manual package selection tasksel/tasks: -- Loïc Minier <[EMAIL PROTECTED]> "better late than sorry" :-P

Re: Processed: Re: Bug#387049: closed by Loic Minier <[EMAIL PROTECTED]> (Bug#387049: fixed in meta-gnome2 1:2.14.3.1)

2006-09-21 Thread Loïc Minier
if ...". > If the desktop task should be installing avahi, and isn't, that can be > addressed entirely independently of the recommends situation. I've just filed a bug against tasksel now. Thanks for suggesting that it's still an option, and that it isn't too late. -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [g-i] patch for the lines problem

2006-09-20 Thread Loïc Minier
of september, I don't know why it wasn't, so I expect it is imminent. -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [g-i] patch for the lines problem

2006-09-20 Thread Loïc Minier
g in days. > I think GTK+ 2.10.2 is a good choice (2.10.1 had some issues, while > 2.10.3 may not compile without the patch) for g-i, i feel backporting > patches to 2.0.9 or 2.8.x would be a real pain. Hmm, 2.10.3 did build, but I can't claim the directfb flavor isn't bro

  1   2   >