X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WgEmsE31nBPk6Y7ZeZWWX4DjTaN3OT9WHRGd+VZGOOs=; b=NWGp2r+YTUiCPAmIE/qmmm05ctXfPFyAYP5uH7+YNcbq352yvVWCE8CqKGEBeCDvWq YdanLP0IrMPDJJzgAIOUtKl6v7IAiPTD6PJwu0NzsRl51l7vfO/nDIbSca9soep8YqqR Ro88xqmPaxN+MyYLtj9BWSy5vx4fhwk6ciVhBbHEFC5gKWpSRfqGUUKnCv02nzp986QR NdM1x0BbKKc47qZpvXiqzv6RzKUrND1uQ5ROpxIrJCQdEFV7CEVnK52+ZRt0TowTIjEe CoH0rFXMpT61xZ8KMjEf+EjnP+u+D0yJJoPsXVOe9RPCc74UqfEq1SUbS+qOjtCuCxjA 1LFw== MIME-Version: 1.0 X-Received: by 10.43.172.5 with SMTP id nw5mr26354632icc.10.1411726021911; Fri, 26 Sep 2014 03:07:01 -0700 (PDT) In-Reply-To: References: Date: Fri, 26 Sep 2014 11:07:01 +0100 Message-ID: Subject: [geda-help] Fwd: [Bug] gschem exits when adding a component From: Gilberto Jorge To: geda-help AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I didn't update properly. Everything is ok. Best, Gilberto ---------- Forwarded message ---------- From: Gilberto Jorge Date: 2014-09-25 17:19 GMT+01:00 Subject: [Bug] gschem exits when adding a component To: geda-help AT delorie DOT com Hi all, I am using gEDA in Fedora 20. I have compiled geda-gaf from repository git://git.geda-project.org/geda-gaf.git (updated sources today). gschem version option outputs "gEDA 1.9.1 (gf45be69) ...". When I start gschem, with either a new or existing file, and try to add a component from a library (menu Add->Component or via shortcut key) the program exits with a console message: "** ERROR:x_compselect.c:766:populate_component_store: assertion failed: (strncmp(name, prefix, strlen(prefix)) == 0) Aborted" Seems to fail because "name" variable has the string value "local" and "prefix" variable has "/" and should be the same(?). I have disabled my custom resource files (gafrc and gschemrc) but problem persists. Should I bug report this, or am I doing something wrong? I can see x_compselect.c file has been updated often lately. Thank you. Best regards, Gilberto