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
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
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
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
support to handle it.
Thanks,
Eleanor Chen
util-linux-cross.diff
Description: Binary data
=1 is passed during
build.
Thanks,
Eleanor Chen
cracklib2-stage1.diff
Description: Binary data
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
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
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
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
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
Thanks,
Eleanor
--
It is the time you have spent for your rose that makes your rose so important.
file-stage1.diff
Description: Binary data
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
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
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
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
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
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
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
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
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
hanks,
Eleanor
--
It is the time you have spent for your rose that makes your rose so important.
texinfo_cross.diff
Description: Binary data
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
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
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
rules.
Thanks,
Eleanor
tcl8.5_8.5.14-2.diff
Description: Binary data
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
match.
Thanks,
Eleanor
patchutils_0.3.2-2.patch
Description: Binary data
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
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
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
(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
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
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
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
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
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
the default compiler for these new ports.
Thank you.
Eleanor
eglibc-mips64.patch
Description: Binary data
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
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
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
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]
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
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
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
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
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
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]
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
49 matches
Mail list logo