The glib-mkmenus installation was wrong. There is a line at the top of the script: #!/usr/bin/env/perl -w That does not exist. This is a broken installation issue since env is an executable in a standard /usr/bin directory. I started from a clean disk with a standard gentoo stage 2 install. Changing the line to #!/usr/bin/perl -w fixed the problem
head -1 /usr/bin/glib-mkenums #!/usr/bin/perl -w qpkg -v -f /usr/bin/glib-mkenums dev-libs/glib-2.2.3 * Could you please specify what version of glib you have installed?
there's another bug like this somewhere...
see 20555 rebuild glib-2 see if it is reproducable what stage2 install did you use exactly and are you certain you correctly followed all instructions ?
waiting for reply
*** Bug 39623 has been marked as a duplicate of this bug. ***