Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 323519 - app-text/poppler-0.14.0-r1 preserves wrong lib versions, should be 0.12.x, is 0.14.0
Summary: app-text/poppler-0.14.0-r1 preserves wrong lib versions, should be 0.12.x, is...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tomáš Chvátal (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-11 06:49 UTC by Patrick
Modified: 2010-06-21 15:32 UTC (History)
5 users (show)

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 Patrick 2010-06-11 06:49:53 UTC
the final message shows me to revdev-rebuild libpoppler-glib.so.5 and libpoppler.so.6, that belongs to the current version? 






Reproducible: Always

Steps to Reproduce:
1. revdep-rebuild --library libpoppler-glib.so.5
2. revdep-rebuild --library libpoppler.so.6
3. ...

Actual Results:  
it rebuilds the same packages (and itself) everytime
- app-text/poppler-0.14.0-r1
- app-text/evince-2.30.1
- media-gfx/gimp-2.6.8



$ equery b libpoppler-glib.so.5 libpoppler.so.6
 * Searching for libpoppler-glib.so.5,libpoppler.so.6 ... 
app-text/poppler-0.14.0-r1 (/usr/lib/libpoppler.so.6 -> libpoppler.so.6.0.0)
app-text/poppler-0.14.0-r1 (/usr/lib/libpoppler-glib.so.5 -> libpoppler-glib.so.5.0.0)

$ ls /usr/lib/libpoppler*
/usr/lib/libpoppler-cpp.so        
/usr/lib/libpoppler-glib.so        
/usr/lib/libpoppler-qt4.so        
/usr/lib/libpoppler.so
/usr/lib/libpoppler-cpp.so.0      
/usr/lib/libpoppler-glib.so.5      
/usr/lib/libpoppler-qt4.so.3      
/usr/lib/libpoppler.so.6
/usr/lib/libpoppler-cpp.so.0.1.0  
/usr/lib/libpoppler-glib.so.5.0.0  
/usr/lib/libpoppler-qt4.so.3.3.0  
/usr/lib/libpoppler.so.6.0.0
Comment 1 thanasis 2010-06-13 21:04:35 UTC
same here (~amd64)
after removing /usr/lib64/libpoppler-glib.so.5 and /usr/lib64/libpoppler.so.6 as the log suggests, revdep-rebuild reinstalls app-text/poppler-0.14.0-r1 and the same files are created and message reappears.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-06-21 15:32:23 UTC
  21 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
  poppler-0.14.0-r1.ebuild:
  Fix preserve_old_lib wrt #323519. Remove USE="doc" (only for this release)
  wrt #323409. Restrict media-libs/lcms depend to old version.