Summary: | Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o": No symbols found | ||
---|---|---|---|
Product: | xorg | Reporter: | Stefan Dirsch <sndirsch> |
Component: | Driver/other | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | ||
Version: | 6.8.2 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Stefan Dirsch
2005-03-09 07:38:32 UTC
*** Bug 2685 has been marked as a duplicate of this bug. *** *** Bug 2683 has been marked as a duplicate of this bug. *** Already fixed in CVS Head by Egbert this way: --- programs/Xserver/hw/xfree86/loader/loader.c 29 Aug 2004 21:06:00 -0000 1.3 +++ programs/Xserver/hw/xfree86/loader/loader.c 11 Mar 2005 15:20:35 -0000 @@ -1146,7 +1146,9 @@ lseek(arfd, 1, SEEK_CUR); /* make it an even boundary */ if (tmp->private == (void *)-1L) { - ErrorF("Skipping \"%s\": No symbols found\n", tmp->name); + xf86Msg(X_INFO, "Skipping \"%s\": " + "object file contains no symbols\n", + tmp->name); continue; } else ret = tmp->private; |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.