Bug#408407: Problem solved but Ekiga on Debian AMD64 still needs a fix

2007-02-02 Thread Ton van Oostveen
Like Sven said strace did solve my problem.
This strace line explains it all (strace /usr/bin/ekiga):

open("/usr/lib64/pwlib/", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOENT
(No such file or directory)

The Debian 'libpt-plugins-alsa' package installs the pwlib to..

/usr/lib/pwlib

I fixed this by making a link to this (as root):

cd /usr/lib64/  
ln -s /usr/lib/pwlib .

Now Ekiga runs fine on my Debian AMD64 machine.

This is great.. but (I think) the problem still is Ekiga does not run
out of the Box on Debian AMD64 unstable. 
Although I am an experienced technical user this problem did took me
quite some time to find out. 

This is wat I would like to ask the Debian maintainers and Ekiga
developers (to who I have great respect), please:

1) @Debian: Can the Ekiga or (libpt-plugins-alsa) package for AMD64
users be fixed, for example to configure this link ?
2) @Ekiga: Can this Ekiga error message be made more informative on
those important things (like including the plugin directory where it
searches).

Regards,

Ton van Oostveen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#408407: Problem solved but Ekiga on Debian AMD64 still needs a fix

2007-02-02 Thread Loïc Minier
severity 408407 important
retitle 408407 ekiga uses /usr/lib64 on powerpc64, s390x, sparc64, and x86_64
stop

Hi,

On Fri, Feb 02, 2007, Ton van Oostveen wrote:
> open("/usr/lib64/pwlib/", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOENT
> (No such file or directory)

 Interesting, this seems to be a consequence of this snippet of
 configure.in:
case $host_cpu:$ekiga_cv_cc_64bit_output in
powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
libname="lib64"  
;;
*:*)  
libname="lib"  
;;
esac

 I don't think this change comes from a Debian specific patch.

 I agree we should use /usr/lib instead.

 This was added in:
2004-02-17 Damien Sandras  <[EMAIL PROTECTED]>

* configure.in, lib/Makefile.am, lib/widgets/Makefile.am,
lib/xdap/Makefile.am: Added patch from FrÃ<83>©dÃ<83>©ric Crozat 
<[EMAIL PROTECTED]> for lib64 support. Fixed things so that
it compiles fine with latest CVS of openh323 and pwlib.

 The libc should create a /usr/lib64 -> /usr/lib symlink, so it
 shouldn't have been a problem for you or anyone else.  I don't know why
 you miss the symlink, and the usage of /usr/lib64 should be changed,
 but the program remains usable.

   Bye,
-- 
Loïc Minier <[EMAIL PROTECTED]>



Processed: Re: Bug#408407: Problem solved but Ekiga on Debian AMD64 still needs a fix

2007-02-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 408407 important
Bug#408407: ekiga: no audio plugins are detected on AMD64 (32bit chroot does 
work)
Severity set to `important' from `grave'

> retitle 408407 ekiga uses /usr/lib64 on powerpc64, s390x, sparc64, and x86_64
Bug#408407: ekiga: no audio plugins are detected on AMD64 (32bit chroot does 
work)
Changed Bug title.

> stop
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]