Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved]Portage forcing kdenlive downgrade ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
spidark
Tux's lil' helper
Tux's lil' helper


Joined: 01 Sep 2011
Posts: 147

PostPosted: Thu Feb 09, 2017 9:49 pm    Post subject: [Solved]Portage forcing kdenlive downgrade ? Reply with quote

Hi all.
Just ran a sync and portage wants to downgrade the kdenlive package 8O
What i have is
Code:
eix kdenlive
[I] kde-apps/kdenlive
     Available versions:  (5) 16.08.3 ~16.12.0 ~16.12.1 (~)16.12.1-r1
       {debug freesound gles2 +handbook jogshuttle semantic-desktop v4l}
     Installed versions:  16.12.1-r1(5)(22:32:02 01/22/17)(freesound handbook jogshuttle v4l -debug -gles2 -semantic-desktop)
     Homepage:            https://www.kdenlive.org/
     Description:         Non-linear video editing suite by KDE


My keyword
Code:
=kde-apps/kdenlive-16.12.1-r1 ~amd64



And portage says.

Code:
# emerge -avuDN --with-bdeps=y @world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     UD ] kde-apps/kdenlive-16.08.3:5::gentoo [16.12.1-r1:5::gentoo] USE="freesound handbook jogshuttle v4l -debug -gles2 -semantic-desktop" 0 KiB

Total: 1 package (1 downgrade), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No]


Am i missing something ??
Looks as if it want to downgrade from my unstable kdenlive version to the stable one !

Thanks in advanced.
_________________
Laptop HP Pavilion G6 2310-SD Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz


Last edited by spidark on Fri Feb 10, 2017 8:12 am; edited 1 time in total
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21431

PostPosted: Fri Feb 10, 2017 2:17 am    Post subject: Reply with quote

What is the output of emerge --pretend --verbose =kde-apps/kdenlive-16.12.1-r1?
Back to top
View user's profile Send private message
spidark
Tux's lil' helper
Tux's lil' helper


Joined: 01 Sep 2011
Posts: 147

PostPosted: Fri Feb 10, 2017 7:52 am    Post subject: Reply with quote

Hu wrote:
What is the output of emerge --pretend --verbose =kde-apps/kdenlive-16.12.1-r1?


Hi Hu
strange 8O
Code:
emerge --pretend --verbose =kde-apps/kdenlive-16.12.1-r1

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "=kde-apps/kdenlive-16.12.1-r1".

_________________
Laptop HP Pavilion G6 2310-SD Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30822
Location: here

PostPosted: Fri Feb 10, 2017 8:03 am    Post subject: Reply with quote

spidark wrote:
Hi Hu
strange 8O

It's correct nwe version in portage is 16.12.2, try to unmask this version
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3519

PostPosted: Fri Feb 10, 2017 8:05 am    Post subject: Reply with quote

Maybe you have a typo in /etc/portage/package.keywords/*;
or maybe multiple line for kdenlive...
or multiple files matching kdenlive?
Another clue could be that portage tree and eix cache are outsynced: please resync running
Code:
eix-update
For the record, reported version isn't in tree anymore:rsync could help.
Thks 4 ur attention.
Back to top
View user's profile Send private message
saboya
Guru
Guru


Joined: 28 Nov 2006
Posts: 552
Location: Brazil

PostPosted: Fri Feb 10, 2017 8:08 am    Post subject: Reply with quote

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3f8f3233dfb492018ed0b34590c9462973558d

16.12.1 ebuild was removed yesterday, and you have a specific version unmasked, and not a general keyword unmask.
Back to top
View user's profile Send private message
spidark
Tux's lil' helper
Tux's lil' helper


Joined: 01 Sep 2011
Posts: 147

PostPosted: Fri Feb 10, 2017 8:11 am    Post subject: Reply with quote

fedeliallalinea wrote:
spidark wrote:
Hi Hu
strange 8O

It's correct nwe version in portage is 16.12.2, try to unmask this version


:oops: I'm using eix, forgot to run eix-update :D
Code:
 eix kdenlive                       
[?] kde-apps/kdenlive
     Available versions:  (5) 16.08.3 ~16.12.0 ~16.12.2
       {debug freesound gles2 +handbook jogshuttle semantic-desktop v4l}
     Installed versions:  16.12.1-r1(5)(22:32:02 01/22/17)(freesound handbook jogshuttle v4l -debug -gles2 -semantic-desktop)
     Homepage:            https://www.kdenlive.org/
     Description:         Non-linear video editing suite by KDE



Noob error :oops:
Thanks fedeliallalinea and Hu for your help.
cheers.
Marking this one as solved.
_________________
Laptop HP Pavilion G6 2310-SD Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
Back to top
View user's profile Send private message
spidark
Tux's lil' helper
Tux's lil' helper


Joined: 01 Sep 2011
Posts: 147

PostPosted: Fri Feb 10, 2017 8:15 am    Post subject: Reply with quote

Our post crossed i think :?
But it was caused by not running eix-update :oops:
Thanks CaptainBlood and saboya
cheers.
_________________
Laptop HP Pavilion G6 2310-SD Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
Back to top
View user's profile Send private message
spidark
Tux's lil' helper
Tux's lil' helper


Joined: 01 Sep 2011
Posts: 147

PostPosted: Fri Feb 10, 2017 8:17 am    Post subject: Reply with quote

saboya wrote:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3f8f3233dfb492018ed0b34590c9462973558d

16.12.1 ebuild was removed yesterday, and you have a specific version unmasked, and not a general keyword unmask.

yes i do mask a specific version,maybe i should do a general unmask :D
_________________
Laptop HP Pavilion G6 2310-SD Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3519

PostPosted: Fri Feb 10, 2017 8:51 am    Post subject: Reply with quote

spidark wrote:
I'm using eix, forgot to run eix-update :D

Here "eix-update" command is "automagically" triggered within "eix-sync" command final steps.
Please make sure you experience the same.
Thks 4 ur attention, interest & support.
Back to top
View user's profile Send private message
spidark
Tux's lil' helper
Tux's lil' helper


Joined: 01 Sep 2011
Posts: 147

PostPosted: Fri Feb 10, 2017 9:25 am    Post subject: Reply with quote

CaptainBlood wrote:
spidark wrote:
I'm using eix, forgot to run eix-update :D

Here "eix-update" command is "automagically" triggered within "eix-sync" command final steps.
Please make sure you experience the same.
Thks 4 ur attention, interest & support.


Yes indeed, i had issues with eix-sync before so i switched to emerge --sync, never checked it again, but your right, it does work.
Thanks for the tip CaptainBlood . :wink:
_________________
Laptop HP Pavilion G6 2310-SD Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum