Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44858 - xmingw-gcc patch failed
Summary: xmingw-gcc patch failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Stefan Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-16 09:12 UTC by Nguyen Thai Ngoc Duy (RETIRED)
Modified: 2004-03-17 07:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2004-03-16 09:12:34 UTC
Here is the output:

>>> emerge (2 of 4) dev-util/xmingw-gcc-3.3.1 to /
>>> md5 src_uri ;-) gcc-3.3.1.tar.bz2
>>> md5 src_uri ;-) gcc-3.3.1-20030804-1-src.diff.gz
>>> md5 src_uri ;-) mingw-runtime-3.2-src.tar.gz
>>> md5 src_uri ;-) w32api-2.4-src.tar.gz
>>> Unpacking source...
>>> Unpacking gcc-3.3.1.tar.bz2 to /var/tmp/portage/xmingw-gcc-3.3.1/work
>>> Unpacking mingw-runtime-3.2-src.tar.gz to /var/tmp/portage/xmingw-gcc-3.3.1/work
>>> Unpacking w32api-2.4-src.tar.gz to /var/tmp/portage/xmingw-gcc-3.3.1/work
patching file boehm-gc/win32_threads.c
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file boehm-gc/win32_threads.c.rej
patching file boehm-gc/include/gc.h
Hunk #1 FAILED at 895.
1 out of 1 hunk FAILED -- saving rejects to file boehm-gc/include/gc.h.rej
patching file config/mh-mingw32
patching file gcc/Makefile.in

The compilation runs well. But i think there's no harm to file a bug about this ;)
Comment 1 Stefan Jones (RETIRED) gentoo-dev 2004-03-17 07:01:09 UTC
Ok, here is the info:

./gcc-3.3.1/boehm-gc/include/gc.h.rej
is a white space change ( a single space was added ).

./gcc-3.3.1/boehm-gc/win32_threads.c.rej
is a already applied.

This came about because the patch at mingw.org was not form the 3.3.1 release, but a couple of chages off!

A info message will be added to the ebuild to inform the user that the warning / errors are expected.

Thanks,

Stefan