From unknown Sun Jun 22 17:11:35 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#65848 <65848@debbugs.gnu.org> To: bug#65848 <65848@debbugs.gnu.org> Subject: Status: [PATCH 0/1] gnu: Add asl. Reply-To: bug#65848 <65848@debbugs.gnu.org> Date: Mon, 23 Jun 2025 00:11:35 +0000 retitle 65848 [PATCH 0/1] gnu: Add asl. reassign 65848 guix-patches submitter 65848 Simon South severity 65848 normal tag 65848 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 09 19:07:52 2023 Received: (at submit) by debbugs.gnu.org; 9 Sep 2023 23:07:53 +0000 Received: from localhost ([127.0.0.1]:48605 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qf73Q-00086K-Ic for submit@debbugs.gnu.org; Sat, 09 Sep 2023 19:07:52 -0400 Received: from lists.gnu.org ([2001:470:142::17]:48004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qf73N-000863-70 for submit@debbugs.gnu.org; Sat, 09 Sep 2023 19:07:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qf73E-0003d8-Is for guix-patches@gnu.org; Sat, 09 Sep 2023 19:07:40 -0400 Received: from mailout.easymail.ca ([64.68.200.34]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qf73C-0004l0-47 for guix-patches@gnu.org; Sat, 09 Sep 2023 19:07:40 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id D8FE063629 for ; Sat, 9 Sep 2023 23:07:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo09-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo09-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sK8lfxG8PC97 for ; Sat, 9 Sep 2023 23:07:34 +0000 (UTC) Received: from localhost.localdomain (23-233-96-210.cpe.pppoe.ca [23.233.96.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 7307D635E8 for ; Sat, 9 Sep 2023 23:07:34 +0000 (UTC) From: Simon South To: guix-patches@gnu.org Subject: [PATCH 0/1] gnu: Add asl. Date: Sat, 9 Sep 2023 19:06:17 -0400 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=64.68.200.34; envelope-from=simon@simonsouth.net; helo=mailout.easymail.ca X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This patch adds asl, a package for the UNIX version of AS, a macro cross-assembler that targets a wide range of microprocessors and microcontrollers. I've tested this on AArch64 and x86-64 (including cross-building from each platform for the other) and all appears well. --- Simon South (1): gnu: Add asl. gnu/packages/assembly.scm | 61 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) base-commit: 5db78e7c1b06d1b4892bdb3e153b95b21577271e -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 09 19:09:13 2023 Received: (at 65848) by debbugs.gnu.org; 9 Sep 2023 23:09:13 +0000 Received: from localhost ([127.0.0.1]:48610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qf74j-000890-2Q for submit@debbugs.gnu.org; Sat, 09 Sep 2023 19:09:13 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:55620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qf74f-00088k-PX for 65848@debbugs.gnu.org; Sat, 09 Sep 2023 19:09:11 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id CD88E63629 for <65848@debbugs.gnu.org>; Sat, 9 Sep 2023 23:09:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo09-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo09-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HNXxP34T_web for <65848@debbugs.gnu.org>; Sat, 9 Sep 2023 23:08:58 +0000 (UTC) Received: from localhost.localdomain (23-233-96-210.cpe.pppoe.ca [23.233.96.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id DA2C4635E8 for <65848@debbugs.gnu.org>; Sat, 9 Sep 2023 23:08:58 +0000 (UTC) From: Simon South To: 65848@debbugs.gnu.org Subject: [PATCH 1/1] gnu: Add asl. Date: Sat, 9 Sep 2023 19:07:37 -0400 Message-ID: <685beda248a38ba8d3fb9c1db301e0fec4cd0bc5.1694299659.git.simon@simonsouth.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 65848 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/assembly.scm (asl): New variable. --- gnu/packages/assembly.scm | 61 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index 81e38c3f41..f8777ede31 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2021 Guillaume Le Vaillant ;;; Copyright © 2022 Felix Gruber ;;; Copyright © 2022 Andy Tai +;;; Copyright © 2023 Simon South ;;; ;;; This file is part of GNU Guix. ;;; @@ -33,6 +34,7 @@ (define-module (gnu packages assembly) #:use-module (guix build-system meson) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) + #:use-module ((guix build utils) #:select (parallel-job-count)) #:use-module (guix download) #:use-module (guix git-download) #:use-module ((guix licenses) #:prefix license:) @@ -55,10 +57,69 @@ (define-module (gnu packages assembly) #:use-module (gnu packages python) #:use-module (gnu packages sphinx) #:use-module (gnu packages shells) + #:use-module (gnu packages tex) #:use-module (gnu packages xml) #:use-module ((guix utils) #:select (%current-system cc-for-target))) +(define-public asl + (let ((build "247")) + (package + (name "asl") + (version (string-append "1.42-beta-" build)) + (source + (origin + (method url-fetch) + (uri (string-append + "http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/" + "asl-current-142-bld" build ".tar.bz2")) + (sha256 + (base32 "1qgz5yzg50vpwzrjqvw8bgnvm67dqhfb8ldxyqwaqmrj3icshp5s")))) + (build-system gnu-build-system) + (arguments + (list + #:make-flags #~(list "V=1") ; ensures output during "check" phase + #:phases + #~(modify-phases %standard-phases + (delete 'bootstrap) + (replace 'configure + (lambda* (#:key target #:allow-other-keys) + (copy-file "Makefile.def-samples/Makefile.def-unknown-linux" + "Makefile.def") + + ;; Use the cross-compilation tools when cross-compiling. + (when #$(%current-target-system) + (substitute* "Makefile.def" + (("^(TARG_(CC|LD) = ).*" all prefix) + (string-append prefix target "-gcc\n")))) + + ;; Set the output directories appropriately. + (substitute* "Makefile.def" + (("^(DOCDIR = ).*" all prefix) + (string-append prefix #$output:doc "/share/doc/" #$name)) + (("/usr/local") + #$output)))) + (add-after 'check 'build-doc + (lambda* (#:key parallel-build? #:allow-other-keys) + (invoke "make" + "-j" (if parallel-build? + (number->string (parallel-job-count)) + "1") + "docs")))) + #:test-target "test")) + (native-inputs + (list (texlive-updmap.cfg (list texlive-german texlive-hyperref)))) + (outputs '("out" "doc")) + (home-page "http://john.ccac.rwth-aachen.de:8000/as/") + (synopsis + "AS macro cross-assembler for microprocessors and microcontrollers") + (description + "AS is a portable macro cross-assembler targeting a wide range of +microprocessors and microcontrollers, including devices from Intel, Motorola, +MOS Technology, Hitachi, Fujitsu, NEC, Texas Instruments, Zilog and many other +manufacturers.") + (license (list license:gpl2 license:gpl3))))) + (define-public nasm (package (name "nasm") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 18 17:38:40 2023 Received: (at 65848-done) by debbugs.gnu.org; 18 Sep 2023 21:38:40 +0000 Received: from localhost ([127.0.0.1]:54837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiLx1-0002dx-LB for submit@debbugs.gnu.org; Mon, 18 Sep 2023 17:38:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiLwz-0002de-Ut for 65848-done@debbugs.gnu.org; Mon, 18 Sep 2023 17:38:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qiLwm-0003bO-4s; Mon, 18 Sep 2023 17:38:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=NXsV9GYPkIb4YNez2kuK8JrY8F9R4vHiSgdPWpOL79w=; b=XWW3mTldodWgihRzl9+l 4ZY0S3r4vkLd092jT0ppNl/SxQPh7pETACD5pxAyZigla+k7+Mp/SKsMc6VjUb5N7P18GiV0HagzV tSG4ihZHNA3frvDr15AxKoYVCbGieAokScmvxgc53y8OOr6utBI7JSLxilgmSU6BJdeSTUvSPOOv1 beERlGT4UC/DpFYKOmsoSYPyH7cnZsycOI/cIw6Nqd3mdI3HBomTFSn98RQVM7JweHE7NqydNV4bs lGAcgydnDqJn0XOUG74vxe0duZGrxn0tH/6PEncpa0AUiNEGkYtE4mkvkPAfdzuRDqQ/6gtALKJv9 Nl5uSfGQSK5zTw==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Simon South Subject: Re: bug#65848: [PATCH 0/1] gnu: Add asl. References: <685beda248a38ba8d3fb9c1db301e0fec4cd0bc5.1694299659.git.simon@simonsouth.net> Date: Mon, 18 Sep 2023 23:38:18 +0200 In-Reply-To: <685beda248a38ba8d3fb9c1db301e0fec4cd0bc5.1694299659.git.simon@simonsouth.net> (Simon South's message of "Sat, 9 Sep 2023 19:07:37 -0400") Message-ID: <874jjrgo1h.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 65848-done Cc: 65848-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Simon South skribis: > * gnu/packages/assembly.scm (asl): New variable. Applied, thanks! Ludo=E2=80=99. From unknown Sun Jun 22 17:11:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 17 Oct 2023 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator