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

Bug#604639: marked as done (flac fails to cross build using xdeb)



Your message dated Thu, 20 Oct 2022 10:04:08 +0200
with message-id <Y1EA+EODO4oP9Kjl@alf.mars>
and subject line Re: Bug#604639: flac fails to cross build using xdeb
has caused the Debian Bug report #604639,
regarding flac fails to cross build using xdeb
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.)


-- 
604639: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604639
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Subject: flac fails to cross build using xdeb
Package: flac
Version: 1.2.1
Severity: wishlist

Package needs to be configured with target ogg includes & libraries when cross
building,
as per patch below
---
diff -purN maverick/flac-1.2.1//debian/rules
ppa/dputted/flac-1.2.1-3//debian/rules
--- maverick/flac-1.2.1//debian/rules   2010-11-23 09:54:58.000000000 +0000
+++ ppa/dputted/flac-1.2.1-3//debian/rules      2010-11-23 09:58:53.000000000
+0000
@@ -30,8 +30,9 @@ endif
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
        cp -f /usr/share/misc/config.sub .
 endif
-
        CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" ./configure $(CONFIGURE_ARGS) \
+               --with-ogg-includes=/usr/$(DEB_HOST_GNU_TYPE)/usr/include
\
+               --with-ogg-libraries=/usr/$(DEB_HOST_GNU_TYPE)/usr/lib
\
                --prefix=/usr --mandir=/usr/share/man --disable-rpath \
                --disable-xmms-plugin \
                --disable-asm-optimizations



-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'),
(500, 'maverick-proposed'), (500, 'maverick-backports'), (500,
'maverick')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-22-generic-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
On Tue, Nov 23, 2010 at 10:12:35AM +0000, Peter Pearse wrote:
> Subject: flac fails to cross build using xdeb
> Package: flac
> Version: 1.2.1
> Severity: wishlist
> 
> Package needs to be configured with target ogg includes & libraries when cross
> building,

I think xdeb no longer is a thing and cross building flac with sbuild or
pbuilder just works. Thus closing the bug.

Helmut

--- End Message ---

Reply to: