public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] kde-base/pykde4-4.4.5-r1 fails to install
@ 2011-04-20  5:49 Mick
  2011-04-20  6:48 ` Dale
  0 siblings, 1 reply; 4+ messages in thread
From: Mick @ 2011-04-20  5:49 UTC (permalink / raw
  To: gentoo-user

I just installed python 7 on an x86 box.  I switched to it and now
running revdep-rebuild which is asking for a number of packages to be
reinstalled.  It fails on kde-base/pykde4-4.4.5-r1:

===============================================
-- <<< Gentoo configuration >>>
Build type      Gentoo
Install path    /usr
Compiler flags:
C               -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx
-pipe  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align
-Werror-implicit-function-declaration -Wchar-subscripts -Wall -W
-Wpointer-arith -Wwrite-strings -Wformat-security
-Wmissing-format-attribute -fno-common
C++             -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx
-pipe  -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align
-Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security
-fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common
-Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden
-fvisibility-inlines-hidden
Linker flags:
Executable      -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed
Module          -Wl,--enable-new-dtags -Wl,--fatal-warnings
-Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed
Shared          -Wl,--enable-new-dtags -Wl,--fatal-warnings
-Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed

-- Configuring done
-- Generating done
-- Build files have been written to:
/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build
>>> Source configured.
>>> Compiling source in /var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build"
make -j1
>>> Source compiled.
>>> Test phase [not enabled]: kde-base/pykde4-4.4.5-r1

>>> Install pykde4-4.4.5-r1 into /var/tmp/portage/kde-base/pykde4-4.4.5-r1/image/ category kde-base
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build"
make -j1 DESTDIR=/var/tmp/portage/kde-base/pykde4-4.4.5-r1/image/ install
make: *** No rule to make target `install'.  Stop.
emake failed
 * ERROR: kde-base/pykde4-4.4.5-r1 failed (install phase):
 *   died running make install, base_src_install
 *
 * Call stack:
 *     ebuild.sh, line   56:  Called src_install
 *   environment, line 6807:  Called kde4-meta_src_install
 *   environment, line 4240:  Called kde4-base_src_install
 *   environment, line 3845:  Called cmake-utils_src_install
 *   environment, line 1912:  Called _execute_optionaly 'src_install'
 *   environment, line  861:  Called enable_cmake-utils_src_install
 *   environment, line 2236:  Called base_src_install
 *   environment, line 1563:  Called die
 * The specific snippet of code:
 *       emake DESTDIR="${D}" "$@" install || die "died running make
install, $FUNCNAME";
===============================================

Why is this happening?
-- 
Regards,
Mick



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] kde-base/pykde4-4.4.5-r1 fails to install
  2011-04-20  5:49 [gentoo-user] kde-base/pykde4-4.4.5-r1 fails to install Mick
@ 2011-04-20  6:48 ` Dale
  2011-04-21 22:06   ` Mick
  0 siblings, 1 reply; 4+ messages in thread
From: Dale @ 2011-04-20  6:48 UTC (permalink / raw
  To: gentoo-user

Mick wrote:
> I just installed python 7 on an x86 box.  I switched to it and now
> running revdep-rebuild which is asking for a number of packages to be
> reinstalled.  It fails on kde-base/pykde4-4.4.5-r1:
>
> ===============================================
> -- <<<  Gentoo configuration>>>
> Build type      Gentoo
> Install path    /usr
> Compiler flags:
> C               -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx
> -pipe  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align
> -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W
> -Wpointer-arith -Wwrite-strings -Wformat-security
> -Wmissing-format-attribute -fno-common
> C++             -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx
> -pipe  -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security
> -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common
> -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden
> -fvisibility-inlines-hidden
> Linker flags:
> Executable      -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed
> Module          -Wl,--enable-new-dtags -Wl,--fatal-warnings
> -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed
> Shared          -Wl,--enable-new-dtags -Wl,--fatal-warnings
> -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed
>
> -- Configuring done
> -- Generating done
> -- Build files have been written to:
> /var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build
>    
>>>> Source configured.
>>>> Compiling source in /var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5 ...
>>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build"
>>>>          
> make -j1
>    
>>>> Source compiled.
>>>> Test phase [not enabled]: kde-base/pykde4-4.4.5-r1
>>>>          
>    
>>>> Install pykde4-4.4.5-r1 into /var/tmp/portage/kde-base/pykde4-4.4.5-r1/image/ category kde-base
>>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build"
>>>>          
> make -j1 DESTDIR=/var/tmp/portage/kde-base/pykde4-4.4.5-r1/image/ install
> make: *** No rule to make target `install'.  Stop.
> emake failed
>   * ERROR: kde-base/pykde4-4.4.5-r1 failed (install phase):
>   *   died running make install, base_src_install
>   *
>   * Call stack:
>   *     ebuild.sh, line   56:  Called src_install
>   *   environment, line 6807:  Called kde4-meta_src_install
>   *   environment, line 4240:  Called kde4-base_src_install
>   *   environment, line 3845:  Called cmake-utils_src_install
>   *   environment, line 1912:  Called _execute_optionaly 'src_install'
>   *   environment, line  861:  Called enable_cmake-utils_src_install
>   *   environment, line 2236:  Called base_src_install
>   *   environment, line 1563:  Called die
>   * The specific snippet of code:
>   *       emake DESTDIR="${D}" "$@" install || die "died running make
> install, $FUNCNAME";
> ===============================================
>
> Why is this happening?
>    

Did you run python-updater?  If so, you may want to look at this bug:

http://bugs.gentoo.org/265984

It is a different version but appears to be the same problem.  It, at a 
quick glance, appears sip needs to be re-emerged first.

Hope one of those helps.  If not, maybe someone else will have better ideas.

Dale

:-)  :-)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] kde-base/pykde4-4.4.5-r1 fails to install
  2011-04-20  6:48 ` Dale
@ 2011-04-21 22:06   ` Mick
  2011-04-21 22:16     ` Dale
  0 siblings, 1 reply; 4+ messages in thread
From: Mick @ 2011-04-21 22:06 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 946 bytes --]

On Wednesday 20 April 2011 07:48:59 Dale wrote:
> Mick wrote:
> > I just installed python 7 on an x86 box.  I switched to it and now
> > running revdep-rebuild which is asking for a number of packages to be
> > reinstalled.  It fails on kde-base/pykde4-4.4.5-r1:

> Did you run python-updater?  If so, you may want to look at this bug:
> 
> http://bugs.gentoo.org/265984
> 
> It is a different version but appears to be the same problem.  It, at a
> quick glance, appears sip needs to be re-emerged first.
> 
> Hope one of those helps.  If not, maybe someone else will have better
> ideas.

Thanks Dale!  The suggestion in the bug fixed it nicely.  :-)

I am sure I did run python-updater, *however* I completed emerging pykde and 
then run it again - 142 packages or something similarly large then emerged.

I unmerged python-2.6 and then run python-updater again, only 3 packages came 
up this time.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] kde-base/pykde4-4.4.5-r1 fails to install
  2011-04-21 22:06   ` Mick
@ 2011-04-21 22:16     ` Dale
  0 siblings, 0 replies; 4+ messages in thread
From: Dale @ 2011-04-21 22:16 UTC (permalink / raw
  To: gentoo-user

Mick wrote:
> On Wednesday 20 April 2011 07:48:59 Dale wrote:
>    
>> Mick wrote:
>>      
>>> I just installed python 7 on an x86 box.  I switched to it and now
>>> running revdep-rebuild which is asking for a number of packages to be
>>> reinstalled.  It fails on kde-base/pykde4-4.4.5-r1:
>>>        
>    
>> Did you run python-updater?  If so, you may want to look at this bug:
>>
>> http://bugs.gentoo.org/265984
>>
>> It is a different version but appears to be the same problem.  It, at a
>> quick glance, appears sip needs to be re-emerged first.
>>
>> Hope one of those helps.  If not, maybe someone else will have better
>> ideas.
>>      
> Thanks Dale!  The suggestion in the bug fixed it nicely.  :-)
>
> I am sure I did run python-updater, *however* I completed emerging pykde and
> then run it again - 142 packages or something similarly large then emerged.
>
> I unmerged python-2.6 and then run python-updater again, only 3 packages came
> up this time.
>    

Your welcome.  Glad to help.

Dale

:-)  :-)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-21 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-20  5:49 [gentoo-user] kde-base/pykde4-4.4.5-r1 fails to install Mick
2011-04-20  6:48 ` Dale
2011-04-21 22:06   ` Mick
2011-04-21 22:16     ` Dale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox