From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 098491F0469; Mon, 17 Apr 2017 16:44:26 -0400 (EDT) Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::241]) by befuddled.reisers.ca (Postfix) with ESMTPS id 15C631F042C for ; Mon, 17 Apr 2017 16:44:25 -0400 (EDT) Received: by mail-io0-x241.google.com with SMTP id h41so29117362ioi.1 for ; Mon, 17 Apr 2017 13:44:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=K/IbnG1VkfFDf42XaCGefbXNHzGf5jBvQ8CWtarS2aU=; b=mYtHqTSQNUhMmj+y4xeXDs/EFsrdagJro3fFkKhPsgtSj/Z5pM61o/7ORnP/Dp2x81 PUp+MHskDDV7Imgno1geoWXUWm7GsO2qdEihSM4PR51omBvj4eBaSLw1pocpyLGp3Ic/ hIqn9HjaSPmDAZRu6yPxgqoxsyMeKzqdvgdD4hgYqMp942xB6urbxIiieBma8UOZ0+9l 239WdsvKy3XbrbbuhBy8Vp30D+ag3UUq9LcPCYSSPH3hGUcpU4Qi22vyeCZEMMcESnRL qDynRNfiv84koOFexmrB8MATcgmHC2IFLxFsvj18EGCXZLH9PqXnCD51yt+veXRH+/jZ VgHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=K/IbnG1VkfFDf42XaCGefbXNHzGf5jBvQ8CWtarS2aU=; b=FBwrOShR34vdSdQgTkDrFb6SqVRYG2Cd05HD9G+/7h2PkQyr6OPu/5JLkO73yxCYBc i0gVgG4T8Shd9LZSFFkFBzJTaFOjOOUAjy5Uz5ThXvXdErONt4vs0Qz3gnGENqu4Z4Ga cI+J4jkCTCEC3tmhZnnhowRiM0NN87YixW3J7W5uqVjSgRRTaBNjyRzFpJ9JuJBQvkPx aUavEHzaVNaL+ccPtV7K+YQI2BiLX0kruNhcHekz2TzAqoZHHtBnz58f7H4j5dTMo8x0 Lxt2vmgXvdTJw+gIMfsHeW5EPWm4EKcck0NaqoRSU2pS2O0SsUNQjrRbH6gW3rU7+sAL kgWg== X-Gm-Message-State: AN3rC/7p706j2/MbY5kRadMDxEYIqm2pRvP+ZgRJhbHts99iVAIsyz0B jJk8W2UM4s8S7Q+fQUiVVEr9ytAifw== X-Received: by 10.107.9.73 with SMTP id j70mr11725279ioi.211.1492461863629; Mon, 17 Apr 2017 13:44:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.65.88 with HTTP; Mon, 17 Apr 2017 13:44:23 -0700 (PDT) In-Reply-To: <20170417194503.GA11910@gregn.net> References: <20170411065239.GA446@sanghar> <74C77DD7-B2C4-4374-9ACE-EC552FE19A6A@gmail.com> <20170417194503.GA11910@gregn.net> From: Okash Khawaja Date: Mon, 17 Apr 2017 21:44:23 +0100 Message-ID: Subject: Re: DecTalk External (decext) testers wanted! To: "Speakup is a screen review system for Linux." Content-Type: text/plain; charset=UTF-8 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 20:44:27 -0000 Hi Greg, You're right. linux/sched/signal.h is part of a recent change and not in stable 4.10.x. I will need to update staging.tgz. Will update here once I've done that. Thanks, Okash On Mon, Apr 17, 2017 at 8:45 PM, Gregory Nowak wrote: > Hi all, > I tried to build a kernel with Okash's speakup patches following the > instructions at: > > > I got the kernel source from the URL given in the instructions. I > extracted it, got rid of drivers/staging/speakup, and extracted > speakup.tgz in place of that, which gave me back > drivers/staging/speakup. I applied tty-export.patch with no errors, > getting exactly the output Okash gave in the instructions. I put a > .config into place in the linux source tree, and ran make oldconfig > accepting defaults for all new options. > > I then ran make, which seemed to make it almost until the end, before > it came to a halt with this: > > " > drivers/staging/speakup/speakup_soft.c:25:87: fatal error: linux/sched/signal.h: No such file or directory > #include /* schedule(), signal_pending(), TASK_INTERRUPTIBLE */ > ^ > compilation terminated. > scripts/Makefile.build:300: recipe for target 'drivers/staging/speakup/speakup_soft.o' failed > make[3]: *** [drivers/staging/speakup/speakup_soft.o] Error 1 > scripts/Makefile.build:553: recipe for target 'drivers/staging/speakup' failed > make[2]: *** [drivers/staging/speakup] Error 2 > scripts/Makefile.build:553: recipe for target 'drivers/staging' failed > make[1]: *** [drivers/staging] Error 2 > Makefile:988: recipe for target 'drivers' failed > make: *** [drivers] Error 2 > " > > I did some web searching, but couldn't find anything definite about > that particular header file, other than that it seems to be new in the > latest kernel, seemingly a replacement for sched.h. So, what is > supposed to generate that header file, or where am I supposed to get > it from please? This is on a devuan jessie 32-bit x86 system. Thanks. > > Greg > > > On Wed, Apr 12, 2017 at 09:07:23AM +0100, Okash Khawaja wrote: >> Also, these steps can be used to test all the synths and not just decext. The speakup.tgz archive contains all the patches I last submitted. >> >> So please use these steps to test other synths too! >> >> Thanks, >> Okash > > > -- > web site: http://www.gregn.net > gpg public key: http://www.gregn.net/pubkey.asc > skype: gregn1 > (authorization required, add me to your contacts list first) > If we haven't been in touch before, e-mail me before adding me to your contacts. > > -- > Free domains: http://www.eu.org/ or mail dns-manager@EU.org > _______________________________________________ > Speakup mailing list > Speakup@linux-speakup.org > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup