Bug#623110: Reproduced in Wheezy

2014-07-30 Thread Eleanor Chen
I can reproduce this bug in the current all-updated wheezy. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#721357: cwidget: support cross build

2013-10-10 Thread Eleanor Chen
On Thu, Oct 10, 2013 at 7:36 AM, Colin Watson wrote: > On Sat, Aug 31, 2013 at 12:46:56AM +0800, Eleanor Chen wrote: >> cwidget is needed to crossbuild a working chroot with build-essential, >> so here is a patch to add cross build support to it. > > Hi, > > I'm no

Bug#722088: libx11: add mips64{,el} to symbols for 64 bit

2013-09-07 Thread Eleanor Chen
Package: src:libx11 Version: 2:1.6.1-1 Tags: patch In symbols file of libx11, 64 bit architectures are specified to make it corrected. Here is a patch adding mips64 and mips64el to the 64bit architecture list. Thanks, Eleanor Chen mips64-is-64-bit.diff Description: Binary data

Bug#721365: e2fsprogs: fix for cross build support

2013-08-30 Thread Eleanor Chen
ative arch of the build machine, thus failing the build. This can be fixed by calling: SYS_BLKID_VER := $(shell dpkg-query -W libblkid1:$(DEB_HOST_ARCH) | cut -f 2 | cut -b 1) Thanks, Eleanor Chen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "u

Bug#721359: util-linux: fix cross build

2013-08-30 Thread Eleanor Chen
support to handle it. Thanks, Eleanor Chen util-linux-cross.diff Description: Binary data

Bug#721354: cracklib2: stage1 support

2013-08-30 Thread Eleanor Chen
=1 is passed during build. Thanks, Eleanor Chen cracklib2-stage1.diff Description: Binary data

Bug#721352: ustr: set correct CC when cross build

2013-08-30 Thread Eleanor Chen
patch adds support for it. Thanks, Eleanor -- It is the time you have spent for your rose that makes your rose so important. set-correct-CC-and-NATIVE_CC.diff Description: Binary data

Bug#721358: coreutils: use dummy man when cross build

2013-08-30 Thread Eleanor Chen
Package: src:coreutils During cross build help2man may not run leading FTBFS, it would be good if it uses dummy-man. Here is the patch for it, but I'm not sure if it's an appropriate solution. Thanks, Eleanor Chen coreutils-use-dummy-man-when-cross.diff Description: Binary data

Bug#721357: cwidget: support cross build

2013-08-30 Thread Eleanor Chen
Package: src:cwidget Version: 0.5.16-3.4 Tags: patch User: crossbu...@debian.org Usertags: cross cwidget is needed to crossbuild a working chroot with build-essential, so here is a patch to add cross build support to it. Thanks, Eleanor Chen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#721337: bash: use correct strip command when cross build

2013-08-30 Thread Eleanor Chen
g like the following will do the trick: ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) STRIP=$(DEB_BUILD_GNU_TYPE)-strip else STRIP=strip fi Thanks, Eleanor Chen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe&quo

Bug#720713: sqlite3: support cross build

2013-08-24 Thread Eleanor Chen
Package: src:sqlite3 Version: 3.7.17-1 Tags: patch User: crossbu...@debian.org Usertags: cross Attached patch detects if the build process is cross build, if true it gaves up the generation process of pkgIndex.tcl. Thanks, Eleanor -- It is the time you have spent for your rose that makes your

Bug#720655: file: stage build support

2013-08-24 Thread Eleanor Chen
Thanks, Eleanor -- It is the time you have spent for your rose that makes your rose so important. file-stage1.diff Description: Binary data

Bug#720654: openssl: add mipsn32/mips64 support and enable cross build

2013-08-24 Thread Eleanor Chen
Package: src:openssl Version: 1.0.1e-3 Tags: patch User: crossbu...@debian.org Usertags: cross Hi, Attached patch added mipsn32 and mips64 configurations to openssl, also it added some checks to make it able to be cross built (by comparing DEB_BUILD_ARCH and DEB_HOST_ARCH). Thanks, Eleanor

Bug#719980: libidn: disable java and check when cross build

2013-08-17 Thread Eleanor Chen
Package: src:libidn Version: 1.28-1 Tags: patch User: crossbu...@debian.org Usertags: cross Attached patch disables java and check when cross build, this makes the life of cross bootstrap a lot easier. Thanks, Eleanor -- It is the time you have spent for your rose that makes your rose so

Bug#719978: alsa-lib: fix FTBFS when DSO linking

2013-08-17 Thread Eleanor Chen
Package: src:alsa-lib Version: 1.0.27.2-1 Tags: patch Attached patch fixes the FTBFS issue when DSO linking is used. Thanks, Eleanor -- It is the time you have spent for your rose that makes your rose so important. alsa-dso.diff Description: Binary data

Bug#719962: isl: fix FTBFS when DSO linking

2013-08-17 Thread Eleanor Chen
Package: src:isl Version: 0.11.2-1 Tags: patch Attached patch fixes the FTBFS issue when DSO linking is used. Thanks, Eleanor -- It is the time you have spent for your rose that makes your rose so important. isl_dso.diff Description: Binary data

Bug#719957: cloog: fix FTBFS when DSO linking

2013-08-17 Thread Eleanor Chen
Package: src:cloog Version: 0.18.0-2 Tags: patch Attached patch fixed the FTBFS issue when DSO linking is enabled. Also it would be good if dh_autoreconf is used to regenerate autoconf stuff. Thanks, Eleanor -- It is the time you have spent for your rose that makes your rose so important

Bug#719955: flex: cross build support

2013-08-17 Thread Eleanor Chen
Package: src:flex Version: 2.5.35-10.1 Tags: patch User: crossbu...@debian.org Usertags: cross Attached patch added cross build support for flex, it uses the correct `strip' and added related variables to make cross build go forward. Thanks, Eleanor -- It is the time you have spent for

Bug#719953: numactl: add MIPS64 related archs and multi-arch

2013-08-17 Thread Eleanor Chen
Package: src:numactl Version: 2.0.8-3 Tags: patch Attached patch to debian/control added mipsn32, mipsn32el, mips64, and mips64el to the supported architecture list, and marked the package as Multiarch capable. Thanks, Eleanor -- It is the time you have spent for your rose that makes your rose

Bug#719952: numactl: Fix FTBFS when DSO linking

2013-08-16 Thread Eleanor Chen
Package: src:numactl Version: 2.0.8-3 Tags: patch Attached patch fixes the FTBFS when using DSO linking. Thanks, Eleanor -- It is the time you have spent for your rose that makes your rose so important. numactl-dso.diff Description: Binary data

Bug#719911: realpath: use correct CC when cross build

2013-08-16 Thread Eleanor Chen
Package: src:realpath Version: 1.18-1 Tags: patch User: crossbu...@debian.org Usertags: cross realpath hardcodes `CC := gcc' in common.mk, which causes trouble when cross build. Attached patches fixes this problem. Thanks, Eleanor -- It is the time you have spent for your rose that makes

Bug#719907: texinfo: support cross build

2013-08-16 Thread Eleanor Chen
hanks, Eleanor -- It is the time you have spent for your rose that makes your rose so important. texinfo_cross.diff Description: Binary data

Bug#719906: gawk: disable test when being cross build

2013-08-16 Thread Eleanor Chen
Package: src:gawk Version: 1:4.0.1+dfsg-2 Tags: patch User: crossbu...@debian.org Usertags: cross gawk currently runs tests in dh_auto_test, this should be disabled when being cross build because it cannot run on CPU that does not execute those cross compiled binaries. Thanks, Eleanor -- It is

Bug#719905: tcp-wrappers: Fix FTBFS when DSO linking

2013-08-16 Thread Eleanor Chen
Package: src:tcp-wrappers Version: 7.6.q-24 Tags: patch Attached patch fixes the FTBFS bug when DSO linking is enabled. Thanks, Eleanor -- It is the time you have spent for your rose that makes your rose so important. tcp-wrappers_dso.diff Description: Binary data

Bug#719902: slang2: Fix FTBFS when DSO linking

2013-08-16 Thread Eleanor Chen
Package: src:slang2 Version: 2.2.4-15 Tags: patch Attached bug fixes the FTBFS problem when DSO linking is used. Thanks, Eleanor -- It is the time you have spent for your rose that makes your rose so important. slang2-dso.diff Description: Binary data

Bug#719247: tcl8.5: export special environmental variables when cross build

2013-08-09 Thread Eleanor Chen
rules. Thanks, Eleanor tcl8.5_8.5.14-2.diff Description: Binary data

Bug#719246: fdupes: use correct gcc for cross build

2013-08-09 Thread Eleanor Chen
Package: src:fdupes Version: 1.50-PR2-4 Tags: patch User: crossbu...@debian.org Usertags: cross fdupes uses CC=gcc in its Makefile, attached patches fixes this issue. Thanks, Eleanor fdupes_1.50-PR2-4.patch Description: Binary data fix-hardcode-gcc.patch Description: Binary data

Bug#719239: patchutils: only do check when not being cross compiled

2013-08-09 Thread Eleanor Chen
match. Thanks, Eleanor patchutils_0.3.2-2.patch Description: Binary data

Bug#718618: libwibble: use correct $CC and $CXX when cross build and multi-arch

2013-08-03 Thread Eleanor Chen
variables to pick the correct compilers for generating target code. Also, libwibble is installed directly to /usr/lib, while for cross-build, pkg-config will be configured to find .pc files from /usr/lib// first, so here I make it installs to that path as well. Thank you. Eleanor cros

Bug#715038: Bug #715038: add mips64(el) mipsn32(el) support to eglibc

2013-08-03 Thread Eleanor Chen
Attached is an updated version of this patch. This version changes the way of generating libfake.{a,so} from using ar to use gcc. Sometimes ar generates MIPS64r1 version of the file, using gcc can make sure it is always MIPS64r2. Thanks, Eleanor Chen -- It is the time you have spent for your

Bug#718617: selinux DSO linking

2013-08-03 Thread Eleanor Chen
Package: libselinux Version: 2.1.13-2 Debian has just enabled DSO linking by default. This patch makes selinux does not FTBFS. Thank you. Eleanor libselinux-dso-linking.diff Description: Binary data

Bug#718614: gcc-4.8 libstdcxx use cross-gencontrol

2013-08-02 Thread Eleanor Chen
(HOST) architecture's libstdc++, while it should be of pure HOST architecture without any reference to the BUILD architecture. Regards, Eleanor Chen libstdcxx-cross-gencontrol.diff Description: Binary data

Bug#717965: dash: use $(DEB_HOST_GNU-TYPE)-strip when cross compile

2013-07-27 Thread Eleanor Chen
Package: src:dash Version: 0.5.7-3 Tags: patch The original debian/rules uses strip when cross compile, and this will cause problem building the package. The patch is to let it use $(DEB_HOST_GNU-TYPE)-strip when cross compile. Thank you. Eleanor dash-0.5.7-strip.diff Description: Binary

Bug#717342: Nocheck when cross build

2013-07-19 Thread Eleanor Chen
Package: xz-utils When cross build xz-utils, nocheck should be enabled, or it will fail when running tests. Thank you. Eleanor -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#716795: generated library packages aren't marked Multiarch when cross compiling gcc

2013-07-12 Thread Eleanor Chen
Package: src:gcc-4.8 When using "with_deps_on_target_arch_pkgs=yes" and "with_multiarch_lib=yes" parameters to cross compiling this package, it's expected that the package should produce the very same library packages as being built natively. But currently the produced library packages like libgcc

Bug#715059: Fix hardcode libdir when bootstrapping

2013-07-05 Thread Eleanor Chen
Package: eglibc Version: 2.17-6 This patch fixes the hardcode libdir problem with multilib when bootstrapping. $LIBDIR is hardcode to "lib" before. However, when applied, $LIBDIR will be changed accordingly when bootstrapping with multilib. It may be changed to "lib32", "lib64" or "lib/". fix-h

Bug#715057: Include Makeconfig into locale/Makefile

2013-07-05 Thread Eleanor Chen
Package: eglibc Version: 2.17-6 Severity: wishlist This patch includes Makeconfig into locale/Makefile to make sure that the related files are not installed into the actual system during bootstrap. Thank you. Eleanor locale-include-makeconfig.diff Description: Binary data

Bug#715038: add mips64(el) mipsn32(el) support to eglibc

2013-07-05 Thread Eleanor Chen
the default compiler for these new ports. Thank you. Eleanor eglibc-mips64.patch Description: Binary data

Bug#689632: ITP: fcitx-sayura - sayura wrapper for fcitx

2012-10-04 Thread Eleanor Chen
Package: wnpp Severity: wishlist * Package name: fcitx-sayura Version : 0.1.0 Upstream Author : CSSlayer * URL : http://code.google.com/p/fcitx/ * License : GPL-2 Programming Lang: C Description : sayura wrapper for fcitx -- To UNSUBSCRIBE, email to

Bug#655489: 655489

2012-03-04 Thread Eleanor Chen
tags 655489 + pending thanks Thank you. I have fixed it. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#655489: [ho22bus] It should depends on ho22bus-data

2012-01-14 Thread Eleanor Chen
Yes, I have noticed that. The upstream has just updated. I will update ASAP. Thank you. Best Regards, Eleanor On Saturday, January 14, 2012, Manolo Díaz wrote: > Package: ho22bus > Version: 0.9.1-1 > > --- Please enter the report below this line. --- > > This package i

Bug#209147: Millions of men use this

2008-03-25 Thread Eleanor Pieczynski
Every girl needs a stud with a 9 inch tool to take them hard in bed. http://www.Grutzias.com/ Too hot to handle -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#187391: Weekly Special

2007-07-19 Thread Eleanor
Have you hoped to have a high dollar watch Piece of costly Jewerly? Or even a nice Ink Pen We have the answer for you! We stock all the high scale for a very small fraction of the expense. www.qasswe.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tr

Bug#177604: Weekly Special

2007-07-19 Thread Eleanor Masters
Have you wished for a costly watch Piece of Pricey Jewerly? Or even a nice Ink Pen We have the problem solved for you! We provide all the expinsive brands for a low fraction of the expense. www.pokkwe.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trou

Bug#131404: She needed a shave,

2006-11-10 Thread Eleanor Conley
Hi! He started smoking when he was two. I didn't turn the TV off. Could I have done my homework? Like history and math. You guessed it-on my rear. I feel so very guilty. I didn't do my reading. And when he's done I give him No, I really don't see how. I hope my students don't find out I had asthm

Bug#89523: Cheap software

2005-09-02 Thread Eleanor
Instant download http://bleaches.goodwan.com/ You look after your empire; I'll look after myself. Better late than never. Things are more like they are now than they have ever been. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Conta

Bug#94175: Hey - Don't get ripped off!

2005-07-10 Thread Eleanor
Bigger, harder, and longer - lasting results NOW with a discreet little patch. http://www.felmuh.com/ss/ An idea isn't responsible for the people who believe in it. God loves the world through us. Numberless are the world's wonders, but noneMore wonderful than man. Rise above prin

Bug#259076: Important - OnDemand Consumers

2005-07-05 Thread Eleanor Y. Guy
Starz, Adult Channels, OnDemand, Music Channels, all the "extra" channels without having to pay extra for them! Goto Our Page between the arrows below : -> -> -> -> goodperform.info/ppv <- <- <- <- See you later, Eleanor Y. Guy [EMAIL PROTECTED]

Bug#85088: The spy is around, and... actually the spy is in front of you. It's your PC!

2005-05-27 Thread Eleanor
Protects your Internet Explorer browser from unwanted popups and iframes. http://www.antispywarecash.com/bill/ Every artist was first an amateur. Sanity is a cozy lie. Benson, you are so free of the ravages of intelligence -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi