Created attachment 470446 [details] emerge --info I have an EPREFIXed Gentoo installation (RAP). cd-discid fails to install: * QA Notice: the following files are outside of the prefix: * /usr * /usr/bin * /usr/bin/cd-discid * /usr/share * /usr/share/man * /usr/share/man/man1 * /usr/share/man/man1/cd-discid.1 Changing the emake line in the ebuild from this: emake DESTDIR="${D}" PREFIX=/usr STRIP=/bin/true install To this: emake DESTDIR="${ED}" PREFIX=/usr STRIP=${EPREFIX}/bin/true install makes the ebuild work well. The installed files looks fine (my prefix is /home/evidgbo/usr/roots/gentoo): $ qlist cd-discid /home/evidgbo/usr/roots/gentoo/usr/share/doc/cd-discid-1.4/changelog.bz2 /home/evidgbo/usr/roots/gentoo/usr/share/doc/cd-discid-1.4/README.bz2 /home/evidgbo/usr/roots/gentoo/usr/share/man/man1/cd-discid.1.bz2 /home/evidgbo/usr/roots/gentoo/usr/bin/cd-discid