Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47373 - easytag 0.31_pre2 fails to compile
Summary: easytag 0.31_pre2 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Seemant Kulleen (RETIRED)
URL: http://easytag.sf.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-09 12:06 UTC by Jordan
Modified: 2004-04-09 15:40 UTC (History)
2 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 Jordan 2004-04-09 12:06:12 UTC
intl/$file; \
  done; \
  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c"; \
  for file in $dists; do \
    rm -f /var/tmp/portage/easytag-0.31_pre2/image//usr/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory `/var/tmp/portage/easytag-0.31_pre2/work/easytag-0.30.2/intl'
Making install in po
make[1]: Entering directory `/var/tmp/portage/easytag-0.31_pre2/work/easytag-0.30.2/po'
/bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac` /var/tmp/portage/easytag-0.31_pre2/image//usr/share
../.././mkinstalldirs: ../.././mkinstalldirs: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/var/tmp/portage/easytag-0.31_pre2/work/easytag-0.30.2/po'
make: *** [install-recursive] Error 1
 
!!! ERROR: media-sound/easytag-0.31_pre2 failed.
!!! Function einstall, Line 388, Exitcode 2
!!! einstall failed

this is the new easytag with the gtk2 patch.
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2004-04-09 12:17:35 UTC
Are you merging with USE=nls or USE=-nls?
(please check with the output of emerge -vp)

Comment 2 Andreas Proschofsky (RETIRED) gentoo-dev 2004-04-09 13:08:18 UTC
Have the same problem, only happens when "nls" is in the use flags, works with -nls
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2004-04-09 14:58:57 UTC
Fix and updated ebuild in bug 45479.

Thanks for reporting the issue
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2004-04-09 15:40:27 UTC
fixed in -r1, thanks Daniel for the fix. Thanks jordan for finding the issue.