Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258679 - kde-base/kdelibs-4.2.0-r2 apply patches out of unpack phase
Summary: kde-base/kdelibs-4.2.0-r2 apply patches out of unpack phase
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-12 05:45 UTC by Sandro Bonazzola
Modified: 2009-06-13 23:44 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 Sandro Bonazzola 2009-02-12 05:45:49 UTC
#  ebuild /usr/portage/kde-base/kdelibs/kdelibs-4.2.0-r2.ebuild compile
>>> Existing ${T}/environment for 'kdelibs-4.2.0-r2' will be sourced. Run
>>> 'clean' to start with a fresh environment.
 * kdelibs-4.2.0.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                                                   [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                       [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                      [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                     [ ok ]
 * checking kdelibs-4.2.0.tar.bz2 ;-) ...                                                                                                                                  [ ok ]
>>> Checking kdelibs-4.2.0.tar.bz2's mtime...
>>> WORKDIR is up-to-date, keeping...
 * Applying 4.2.0-kded.patch ...                                                                                                                                            [ ok ]
 * Applying 4.2.0-kio_copy.patch ...                                                                                                                                        [ ok ]
 * Applying 4.2.0-klauncher.patch ...                                                                                                                                       [ ok ]
 * Applying 4.2.0-klauncher_konsole.patch ...                                                                                                                               [ ok ]
 * Applying 4.2.0-kode_crash.patch ...                                                                                                                                      [ ok ]
 * Applying 4.2.0-kio_http.patch ...                                                                                                                                        [ ok ]
>>> Configuring source in /var/tmp/portage/kde-base/kdelibs-4.2.0-r2/work/kdelibs-4.2.0 ...
 * Enabling debug flag ...                                                                                                                                                  [ ok ]
loading initial cache file /var/tmp/portage/kde-base/kdelibs-4.2.0-r2/temp/gentoo_common_config.cmake
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found



After the compilation it become impossible to do the install phase because it fails trying to patch again the sources.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-06-13 23:44:30 UTC
The double patching was issue when we wrongly inherited one eapi2 ed eclass without being aware of that.
This issue is already fixed.

Just slight note with eapi2 patches are applied in prepare phase :]