[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#900076: marked as done (ruli FTCBFS: uses the build architecture compiler)



Your message dated Sun, 26 Dec 2021 17:25:44 +0100
with message-id <CAO9NP959_vz4e5yO6gXTM+WjK_v=vFD+dqUdHkS00O3Gwhuxvw@mail.gmail.com>
and subject line Re: ruli FTCBFS: uses the build architecture compiler
has caused the Debian Bug report #900076,
regarding ruli FTCBFS: uses the build architecture compiler
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
900076: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900076
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ruli
Version: 0.33-1.1
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

ruli fails to cross build from source, because it uses the build
architecture compiler. The easiest way to pass cross tools to make is
using dh_auto_build. After doing so, ruli cross builds successfully.
Please consider applying the attached patch.

Helmut
diff -u ruli-0.33/debian/changelog ruli-0.33/debian/changelog
--- ruli-0.33/debian/changelog
+++ ruli-0.33/debian/changelog
@@ -1,3 +1,10 @@
+ruli (0.33-1.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_ato_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Fri, 25 May 2018 19:53:46 +0200
+
 ruli (0.33-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u ruli-0.33/debian/rules ruli-0.33/debian/rules
--- ruli-0.33/debian/rules
+++ ruli-0.33/debian/rules
@@ -35,8 +35,7 @@
 build-stamp: configure-stamp 
 	dh_testdir
 
-	# Add here commands to compile the package.
-	$(MAKE)
+	dh_auto_build
 
 	touch build-stamp
 
diff -u ruli-0.33/debian/control ruli-0.33/debian/control
--- ruli-0.33/debian/control
+++ ruli-0.33/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Everton da Silva Marques <evertonsm@yahoo.com.br>
-Build-Depends: debhelper (>= 5.0.0), liboop-dev (>= 1.0)
+Build-Depends: debhelper (>= 7), liboop-dev (>= 1.0)
 Standards-Version: 3.8.3
 
 Package: libruli4-dev

--- End Message ---
--- Begin Message ---
Source: ruli
Version: 0.36-1

Package was updated by Boyuan Yang, to use debhelper 13 and to use dh
sequencer. Has successfully cross built since 0.36-1.

Håvard

--- End Message ---

Reply to: