From owner-freebsd-current Mon Mar 11 7:37:21 2002 Delivered-To: freebsd-current@freebsd.org Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by hub.freebsd.org (Postfix) with ESMTP id BCD1E37B41D for ; Mon, 11 Mar 2002 07:37:15 -0800 (PST) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.2/8.12.2) with SMTP id g2BFb4P1057583; Mon, 11 Mar 2002 10:37:05 -0500 (EST) (envelope-from ak03@gte.com) Date: Mon, 11 Mar 2002 10:37:04 -0500 From: Alexander Kabaev To: Marcin CIE_LAK Cc: kalts@estpak.ee, freebsd-current@FreeBSD.ORG Subject: Re: gvim weird linkage - NOT ONLY Message-Id: <20020311103704.5291d541.ak03@gte.com> In-Reply-To: References: <20020309211155.GA17562@myhakas.estpak.ee> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.7.3claws2 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The stack trace below shows exactly the symptoms of the binutils DT_TEXTREL bug, which has been fixed by the latest vendor import. Rebuilding world IS NOT ENOUGH to solve the problem. You will need to rebuild all the incorrect libraries which have been built with broken binutils before. Libpng is the only such library I found so far. Programs, linked with imlib are crashing when trying to dynamically load libppng, most likely. > #0 0x280530be in reloc_non_plt () /usr/libexec/ld-elf.so.1 > #1 0x28050b00 in find_symdef () from /usr/libexec/ld-elf.so.1 > #2 0x28051097 in dlopen () from /usr/libexec/ld-elf.so.1 > #3 0x28252bbb in sys_dl_open () from /usr/local/lib/libltdl.so.1 > #4 0x2825313e in tryall_dlopen () from /usr/local/lib/libltdl.so.1 > #5 0x282540c0 in lt_dlopen () from /usr/local/lib/libltdl.so.1 > #6 0x28254395 in lt_dlopenext () from /usr/local/lib/libltdl.so.1 > #7 0x28076558 in __imlib_ProduceLoader () from > /usr/X11R6/lib/libImlib2.so.1#8 0x28076bf7 in __imlib_LoadAllLoaders > () from /usr/X11R6/lib/libImlib2.so.1#9 0x28076b69 in > __imlib_RescanLoaders () from /usr/X11R6/lib/libImlib2.so.1#10 > 0x28076f28 in __imlib_LoadImage () from > /usr/X11R6/lib/libImlib2.so.1#11 0x28084d64 in imlib_load_image () > from /usr/X11R6/lib/libImlib2.so.1#12 0x804b167 in > imlib_context_set_color ()#13 0x80496e6 in imlib_context_set_color () > #14 0x804963d in imlib_context_set_color () To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message