Subject: Re: xf86cfg: duplicate symbol...
To: None <tech-x11@netbsd.org>
From: Jukka Salmi <j+nbsd@2005.salmi.ch>
List: tech-x11
Date: 06/29/2005 00:57:40
Tyler Retzlaff --> tech-x11 (2005-06-25 19:45:40 +1000):
> 
> okay, the nm output was useful.  I've fixed this in my tree and I'l  
> just make sure it builds before I commit the fix.  Conveniently I  
> have a build just about to hit src/x11 so this should be within the  
> next few hours.

xf86cfg still fails:

$ xf86cfg
Loading /usr/X11R6/lib/modules/libafb.a
LoadModule: Module afb does not have a afbModuleData data object.
Unloading /usr/X11R6/lib/modules/libafb.a
Failed to load module "afb" (invalid module, 0)
[...]
Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
Duplicate symbol SPropRecValList_add_record in /usr/X11R6/lib/modules/fonts/libfreetype.a:ftsystem.o
Also defined in /usr/X11R6/lib/modules/fonts/libxtt.a
Fatal Error:
Module load failure

$ nm /usr/X11R6/lib/modules/fonts/libxtt.a

xttmodule.o:
         U LoadSubModule
00000034 D xttModuleData

xttcap.o:
000003f4 T SPropRecValList_add_by_font_cap
000000d8 T SPropRecValList_add_record
00000070 T SPropRecValList_delete
00000060 T SPropRecValList_new
00000398 T SPropRecValList_search_record
         U Xfree
         U Xllalloc
00000618 T XttXstrdup
00000594 T mystrcasecmp
         U xf86fprintf
         U xf86isdigit
         U xf86memcpy
         U xf86stderr
         U xf86strchr
         U xf86strcpy
         U xf86strlen
         U xf86strrchr
         U xf86strtod
         U xf86strtol
         U xf86toupper


Regards, Jukka

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~