media-libs/pdflib-7.0.2 fails during install due to a double prefix QA notice. Reproducible: Always Steps to Reproduce: 1. emerge =media-libs/pdflib-7.0.2 The problem is just an ${ED} instead of a ${D} in src_install. Here's where: src_install() { for binding in perl python tcl ; do sed -i \ - -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${ED}/\2:" \ + -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \ "${S}/bind/pdflib/${binding}/Makefile" \ || die "sed bind/pdflib/${binding}/Makefile failed" done Thanks for all of your support! Philipp
indeed, thanks! I applied your fix