Ok, I think I'm running into the issue mentioned in comment #31.

I removed some perl virtuals and now the emerge simply wants to
downgrade perl:


Code:
--------------------
    salmon phoebian # emerge -pvt media-sound/logitechmediaserver-bin
  
  These are the packages that would be merged, in reverse order:
  
  Calculating dependencies... done!
  [ebuild  N    ~] media-sound/logitechmediaserver-bin-7.7.3::squeezebox  
103,214 kB
  [ebuild  N     ]  dev-perl/Data-UUID-1.217.0  0 kB
  [ebuild     UD ]   dev-lang/perl-5.12.4-r1:0/0 [5.16.3:0/5.16] USE="berkdb 
gdbm ithreads -build% -debug -doc" 12,069 kB
  [ebuild  N     ]    sys-devel/libperl-5.10.1:1  0 kB
  
  Total: 4 packages (1 downgrade, 3 new), Size of downloads: 115,283 kB
  
--------------------


The RDEPEND looks like this:


Code:
--------------------
    RDEPEND="
  !prefix? ( >=sys-apps/baselayout-2.0.0 )
  !prefix? ( virtual/logger )
  >=dev-lang/perl-5.8.8[ithreads]
  x86? ( <=dev-lang/perl-5.16[ithreads] )
  amd64? ( <=dev-lang/perl-5.14[ithreads] )
  >=dev-perl/Data-UUID-1.202
  "
--------------------


which actually exclude the current perl-5.16.3 package for x86 arch.

That at least explains why emerge wants to downgrade.

When I try to locally modify the ebuild it complains:


Code:
--------------------
    salmon phoebian # emerge -pvt media-sound/logitechmediaserver-bin
  
  These are the packages that would be merged, in reverse order:
  
  Calculating dependencies \ * Digest verification failed:
  * 
/var/lib/layman/squeezebox/media-sound/logitechmediaserver-bin/logitechmediaserver-bin-7.7.3.ebuild
  * Reason: Filesize does not match recorded size
  * Got: 51757
  * Expected: 51755                                                             
                                              ... done!
  [ebuild  N    ~] media-sound/logitechmediaserver-bin-7.7.2-r2::squeezebox  0 
kB
  [ebuild  N     ]  dev-perl/Data-UUID-1.217.0  0 kB
  [ebuild     UD ]   dev-lang/perl-5.12.4-r1:0/0 [5.16.3:0/5.16] USE="berkdb 
gdbm ithreads -build% -debug -doc" 12,069 kB
  [ebuild  N     ]    sys-devel/libperl-5.10.1:1  0 kB
  
  Total: 4 packages (1 downgrade, 3 new), Size of downloads: 12,069 kB
  
--------------------


How can I go around that until Stuart fix the ebuild?
Or can I fix it myself somehow?


------------------------------------------------------------------------
phoebian's Profile: http://forums.slimdevices.com/member.php?userid=35394
View this thread: http://forums.slimdevices.com/showthread.php?t=97562

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to