Your message dated Sun, 26 Feb 2023 11:12:39 -0500
with message-id <[email protected]>
and subject line Re: ring: Fails to build twice in a row an in target clean
has caused the Debian Bug report #1000253,
regarding ring: Fails to build twice in a row and in target clean
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 [email protected]
immediately.)


-- 
1000253: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000253
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ring
Version: 20201217.1.80217fa~ds1-1
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]

Hi,

while trying to address another issue, I noticed that the package fails to
build twice in a row and in the target clean after a failed build.

Please find attached a patch that fixes both issues.

Cheers,
Bruno


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.14.0-4-amd64 (SMP w/8 CPU threads)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.utf-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff --git a/debian/rules b/debian/rules
index 74b39bd5..216ebba0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,7 +80,7 @@ override_dh_auto_configure:
        ## libringclient configure ##
        #############################
        cd lrc && \
-               mkdir build && \
+               mkdir -p build && \
                cd build && \
                cmake  \
                        -DRING_BUILD_DIR=$(CURDIR)/daemon/src \
@@ -92,7 +92,7 @@ override_dh_auto_configure:
        ## gnome client configure ##
        ############################
        cd client-gnome && \
-               mkdir build && \
+               mkdir -p build && \
                cd build && \
                cmake \
                        -DCMAKE_INSTALL_PREFIX=/usr \
@@ -143,6 +143,7 @@ override_dh_auto_clean:
        ########################
        if [ -f client-gnome/build/Makefile ]; then make -C client-gnome/build 
clean; fi
        rm -rfv client-gnome/build
+       mkdir -p daemon/contrib/native/pjproject
 
 override_dh_auto_install:
        #########################

--- End Message ---
--- Begin Message ---
Hi Bruno,

Thanks for your patch, and sorry for the super late reply.

With my recent refactorings of debian/rules I believe this is
no longer needed, and as such I'm closing the bug.  If that's
not the case, please let me know and feel free to reopen the bug.

thanks,
amin

--- End Message ---

Reply via email to