From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.7 required=5.0 tests=DATE_IN_PAST_24_48, DMARC_REJECT,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from mail.clearsail.net ([207.252.227.3]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15sxrY-0002zG-00 for gentoo-dev@cvs.gentoo.org; Sun, 14 Oct 2001 20:52:21 -0600 Received: from there (A030-0410.MINN.splitrock.net [63.253.193.156]) by mail.clearsail.net (8.9.3/8.9.3) with SMTP id VAA33699 for ; Sun, 14 Oct 2001 21:47:59 -0500 (CDT) Message-Id: <200110150247.VAA33699@mail.clearsail.net> Content-Type: text/plain; charset="iso-8859-1" From: Dan Nelson To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] another kdemultimedia bug? X-Mailer: KMail [version 1.3.1] References: <20011010153859.H2138@red.ces.clemson.edu> <01101023294101.00805@desktop.dan.net> In-Reply-To: <01101023294101.00805@desktop.dan.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org X-Reply-To: dan.nelson@pobox.com List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sun Oct 14 20:53:02 2001 X-Original-Date: Sun, 14 Oct 2001 21:52:10 -0500 X-Archives-Salt: cfcd7ebf-ddce-4cd7-acb4-79456f26007f X-Archives-Hash: 2f28ee7ac9b136a366bc5c8691226a21 On Wednesday 10 October 2001 4:29, you wrote: > This same error was reported by chadh recently, thread "KDE Problems", but > remains unresolved. I (the primary kde packager) haven't encountered it, so > there's little I can do. > > Suggestion: post diff for your mods that bypassed the problem. Let chadh > test it and see if it helps, and I can test it to see it doesn't create any > problems where there aren't any. If everything's OK, we can add the diff to > portage. > > However, it'd be much nicer to find out what's actually causing this. ;-) > > The kdemultimedia ebuild has optional fnuctionality for the folloing USE > flags: alsa, nas, esd, motif, gtk, slang. > I have these on: motif, gtk, slang > You: alsa, esd, motif, gtk, slang > > So it might well be due either to alsa or to esd optional functionality. Okay, I have the same problem Grant has. It is probably related to Alsa. I modified the motif _p source file to include sys/errno.h. The later errors are as follows: alsa_a.cpp: In function `int set_playback_info(void *, uint32 *, uint32 *, const long int *)': alsa_a.cpp:287: ANSI C++ forbids implicit conversion from `void *' in argument passing alsa_a.cpp:429: ANSI C++ forbids implicit conversion from `void *' in argument passing alsa_a.cpp:435: ANSI C++ forbids implicit conversion from `void *' in argument passing alsa_a.cpp:451: ANSI C++ forbids implicit conversion from `void *' in argument passing alsa_a.cpp:459: ANSI C++ forbids implicit conversion from `void *' in argument passing alsa_a.cpp:469: ANSI C++ forbids implicit conversion from `void *' in argument passing make[3]: *** [alsa_a.o] Error 1 I'm an RPG programmer on the AS400. I can pursue this further, but I am hoping someone else may know what the problem is.