vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello folks, I have Slackware on one partition; and Gentoo on another. I was able to upgrade Slackware to Gnome 2.6 no problems. On Gentoo when I was trying upgrade to Gnome 2.6 using emerge ; the update process failed on pango; when I downloaded the same pango for Gnome 2.6; when I configured, make, # make install -- absolutely no errors - what is causing the emerge pango errors? If you need specific version numbers - I can boot back into my Gentoo partition and try to emerge Gnome 2.6 again and get the error message and version number. Regards, Honorato Echavez |
| |||
| Honorato Echavez wrote: > I have Slackware on one partition; and Gentoo on another. I was able to > upgrade Slackware to Gnome 2.6 no problems. On Gentoo when I was trying > upgrade to Gnome 2.6 using emerge ; the update process failed on pango; > when I downloaded the same pango for Gnome 2.6; when I configured, make, > # make install -- absolutely no errors - what is causing the emerge pango > errors? If you need specific version numbers Specific error messages would be great, too. Anno. |
| |||
| On Thu, 06 May 2004 08:15:11 +0200, Anno v. Heimburg wrote: > Honorato Echavez wrote: > >> I have Slackware on one partition; and Gentoo on another. I was able to >> upgrade Slackware to Gnome 2.6 no problems. On Gentoo when I was trying >> upgrade to Gnome 2.6 using emerge ; the update process failed on pango; >> when I downloaded the same pango for Gnome 2.6; when I configured, make, >> # make install -- absolutely no errors - what is causing the emerge pango >> errors? If you need specific version numbers > > Specific error messages would be great, too. > > Anno. Here is the emerge problem the pango-1.40: pangoft2.c: In function `pango_ft2_font_get_face': pangoft2.c:205: error: `FC_HINT_STYLE' undeclared (first use in this function) pangoft2.c:205: error: (Each undeclared identifier is reported only once pangoft2.c:205: error: for each function it appears in.) pangoft2.c:206: error: `FC_HINT_FULL' undeclared (first use in this function) pangoft2.c:208: error: `FC_HINT_NONE' undeclared (first use in this function) pangoft2.c:212: error: `FC_HINT_SLIGHT' undeclared (first use in this function) pangoft2.c:213: error: `FC_HINT_MEDIUM' undeclared (first use in this function) make[4]: *** [pangoft2.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory `/var/tmp/portage/pango-1.4.0/work/pango-1.4.0/pango' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/pango-1.4.0/work/pango-1.4.0/pango' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/pango-1.4.0/work/pango-1.4.0/pango' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/pango-1.4.0/work/pango-1.4.0' make: *** [all] Error 2 !!! ERROR: x11-libs/pango-1.4.0 failed. !!! Function gnome2_src_compile, Line 39, Exitcode 2 !!! compile failure Here is the successful compile of pango-1.40 when I compile myself on my gentoo side: Writing a pango.modules file to use when running examples before installing Pango. make[2]: Leaving directory `/home/terrio/pango-1.4.0/examples' Making all in docs make[2]: Entering directory `/home/terrio/pango-1.4.0/docs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/terrio/pango-1.4.0/docs' Making all in tools make[2]: Entering directory `/home/terrio/pango-1.4.0/tools' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/terrio/pango-1.4.0/tools' Making all in tests make[2]: Entering directory `/home/terrio/pango-1.4.0/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/terrio/pango-1.4.0/tests' make[2]: Entering directory `/home/terrio/pango-1.4.0' make[2]: Leaving directory `/home/terrio/pango-1.4.0' make[1]: Leaving directory `/home/terrio/pango-1.4.0' bash-2.05b$ Any help would be appreciated. Best regards, Honorato Echavez |
| ||||
| Honorato Echavez <hechavez@comcast.net> writes: > >> I have Slackware on one partition; and Gentoo on another. I was able to > >> upgrade Slackware to Gnome 2.6 no problems. On Gentoo when I was trying > >> upgrade to Gnome 2.6 using emerge ; the update process failed on pango; > >> when I downloaded the same pango for Gnome 2.6; when I configured, make, > >> # make install -- absolutely no errors - what is causing the emerge pango > >> errors? ... The undefined symbols in your error messages relate to a patch taken from Redhat relating to fonts somehow (I don't know how). I just (re)emerged pango-1.40 and had no problems. So there must be some problem on your machine -- but what? Perhaps try re-emerging any packages which have anything to do with fonts? For example: 'emerge fontconfig' first and if that doesn't help then 'emerge xfree'. These suggestions are not very helpful, I know, but if I had the same problem that is what I would do: shotgun debugging :-/ |