Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214093 - app-arch/bzip2-1.0.5 should not need bzip2-1.0.3-shared-largefile-support.patch
Summary: app-arch/bzip2-1.0.5 should not need bzip2-1.0.3-shared-largefile-support.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-20 21:35 UTC by Gilles Espinasse
Modified: 2008-03-21 05:02 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 Gilles Espinasse 2008-03-20 21:35:01 UTC
Makefile-libbz2_so already contain

BIGFILES=-D_FILE_OFFSET_BITS=64
CFLAGS=-fpic -fPIC -Wall -Winline -O2 -g $(BIGFILES)

So bzip2-1.0.3-shared-largefile-support.patch is no more needed (and patch should fail to install).

I don't know enought portage to understand why patch installation did not fail to install.
ebuild log show a success
 * Applying bzip2-1.0.3-shared-largefile-support.patch ...
  [ ok ]
Comment 1 SpanKY gentoo-dev 2008-03-21 05:02:08 UTC
it's needed due to an earlier patch.  ive simply merged the patches in question.