From avleen@silverwraith.com  Mon Jun 30 07:15:50 2003
Return-Path: <avleen@silverwraith.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 84BC037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Jun 2003 07:15:50 -0700 (PDT)
Received: from mail.silverwraith.com (66-214-182-79.la-cbi.charterpipeline.net [66.214.182.79])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6930C43FBF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Jun 2003 07:15:49 -0700 (PDT)
	(envelope-from avleen@silverwraith.com)
Received: from avleen by mail.silverwraith.com with local (Exim 4.20)
	id 19Wz3N-000FJb-27
	for FreeBSD-gnats-submit@freebsd.org; Mon, 30 Jun 2003 06:50:45 -0700
Message-Id: <E19Wz3N-000FJb-27@mail.silverwraith.com>
Date: Mon, 30 Jun 2003 06:50:45 -0700
From: Avleen Vig <lists-freebsd@silverwraith.com>
Sender: Avleen Vig <avleen@silverwraith.com>
Reply-To: Avleen Vig <lists-freebsd@silverwraith.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Eterm port breaks Esetroot
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53926
>Category:       ports
>Synopsis:       Eterm port breaks Esetroot
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 30 07:20:08 PDT 2003
>Closed-Date:    Sun Jul 06 03:43:51 PDT 2003
>Last-Modified:  Sun Jul 06 03:43:51 PDT 2003
>Originator:     Avleen Vig
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
none
>Environment:
FreeBSD banana 4.8-STABLE FreeBSD 4.8-STABLE #0: Sun Jun  8 06:32:15 PDT 2003 username@banana:/usr/src/sys/compile/BANANA  i386

>Description:
	Compiling Etrem from scratch, which install Imlib2, causes Esetroot to break.

The end of the ktrace only shows:
  1455 Esetroot CALL  open(0x804f100,0,0x1b6)
  1455 Esetroot NAMI  "/usr/X11R6/lib/loaders/image/xpm.la"
  1455 Esetroot RET   open -1 errno 2 No such file or directory
  1455 Esetroot CALL  open(0x804f100,0,0x1b6)
  1455 Esetroot NAMI  "/usr/X11R6/lib/loaders/image/tiff.la"
  1455 Esetroot RET   open -1 errno 2 No such file or directory
  1455 Esetroot CALL  open(0x804f100,0,0x1b6)
  1455 Esetroot NAMI  "/usr/X11R6/lib/loaders/image/tga.la"
  1455 Esetroot RET   open -1 errno 2 No such file or directory
  1455 Esetroot CALL  open(0x804f100,0,0x1b6)
  1455 Esetroot NAMI  "/usr/X11R6/lib/loaders/image/pnm.la"
  1455 Esetroot RET   open -1 errno 2 No such file or directory
  1455 Esetroot CALL  open(0x804f100,0,0x1b6)
  1455 Esetroot NAMI  "/usr/X11R6/lib/loaders/image/png.la"
  1455 Esetroot RET   open -1 errno 2 No such file or directory
  1455 Esetroot CALL  open(0x804f100,0,0x1b6)
  1455 Esetroot NAMI  "/usr/X11R6/lib/loaders/image/jpeg.la"
  1455 Esetroot RET   open -1 errno 2 No such file or directory
  1455 Esetroot CALL  open(0x804f100,0,0x1b6)
  1455 Esetroot NAMI  "/usr/X11R6/lib/loaders/image/gif.la"
  1455 Esetroot RET   open -1 errno 2 No such file or directory
  1455 Esetroot CALL  open(0x804f100,0,0x1b6)
  1455 Esetroot NAMI  "/usr/X11R6/lib/loaders/image/bmp.la"
  1455 Esetroot RET   open -1 errno 2 No such file or directory
  1455 Esetroot CALL  open(0x804f100,0,0x1b6)
  1455 Esetroot NAMI  "/usr/X11R6/lib/loaders/image/argb.la"
  1455 Esetroot RET   open -1 errno 2 No such file or directory
  1455 Esetroot CALL  write(0x2,0xbfbfef18,0x48)
  1455 Esetroot GIO   fd 2 wrote 72 bytes
       "Esetroot:  Unable to load image file "foo/bitmaps/thetismoon-1280.jpg".
       "
  1455 Esetroot RET   write 72/0x48
  1455 Esetroot CALL  exit(0x1)

Installing the Eterm pkg works, when it installs Imlib2 and other dependant packages.

>How-To-Repeat:
	Install Eterm2 from ports.
>Fix:
	Unsure.
>Release-Note:
>Audit-Trail:

From: Pav Lucistnik <cvs@oook.cz>
To: Avleen Vig <lists-freebsd@silverwraith.com>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/53926: Eterm port breaks Esetroot
Date: 03 Jul 2003 22:11:12 +0200

 V po, 30. 06. 2003 v 15:50, Avleen Vig napsal:
 
 > 	Compiling Etrem from scratch, which install Imlib2, causes Esetroot to break.
 
 > Installing the Eterm pkg works, when it installs Imlib2 and other dependant packages.
 
 This same problem was fixed by upgrading libltdl to 1.5
 Can you check if the problem is still there with updated libtool and
 libltdl ports?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
 What do we know about love? Love is like a pear. Pear is sweet and have
 a specific shape. Try to exactly define the shape of a pear.
   -- Marigold: 50 Years Of Poetry

From: Avleen Vig <lists-freebsd@silverwraith.com>
To: pav@oook.cz
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/53926: Eterm port breaks Esetroot
Date: Sun, 6 Jul 2003 01:25:34 -0700

 On Thu, Jul 03, 2003 at 10:11:12PM +0200, Pav Lucistnik wrote:
 > This same problem was fixed by upgrading libltdl to 1.5
 > Can you check if the problem is still there with updated libtool and
 > libltdl ports?
 
 Upgrading to libtool15 works perfectly.
 I uninstalled the old libtool and libltdl and installed the new libltdl
 from ports.
 Everything came up right the first time. Thanks!
State-Changed-From-To: open->closed 
State-Changed-By: osa 
State-Changed-When: Sun Jul 6 03:42:45 PDT 2003 
State-Changed-Why:  
Close PR. 
Upgrading to libtool15 resolve this problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53926 
>Unformatted:
