On Sun, 23 Apr 2006 the mental interface of
Kurt Roeckx told:

> Package: alsa-lib
> Version: 1.0.11-1
> Severity: serious
> 
> Hi,
> 
> Your package is failing to build on amd64 with the following
> error:
> make[1]: Leaving directory `/build/buildd/alsa-lib-1.0.11/bibuild/src'
> mkdir -p debian/lib32asound2/emul/ia32-linux/usr/lib
> cp -a debian/bitmp/usr/lib/libasound.so.* \
>             debian/lib32asound2/emul/ia32-linux/usr/lib /
> cp: cannot create symbolic link `/libasound.so.2': Permission denied
> cp: cannot create regular file `/libasound.so.2.0.0': Permission denied
> cp: preserving times for `/lib': Operation not permitted
> make: *** [install-arch] Error 1
> 
> I'm guessing that / at the end should get removed.

Hmm,

....
   ifeq ($(DEB_HOST_ARCH),amd64)
      bilibdir = emul/ia32-linux/usr/lib # amd64 unstable only!
    endif
....
      cp -a debian/bitmp/usr/lib/libasound.so.* \
      debian/lib$(bi)asound2/$(bilibdir)/
                                       ^^
                                       Can't find a blank here?

Elimar

Maybe we should try
      debian/lib$(bi)asound2/$(bilibdir)
instead?

Elimar
-- 
  We all know Linux is great... it does infinite loops in 5 seconds.
        -- Linus Torvalds


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to