Barry deFreese a écrit :
Ludovic Rousseau wrote:
Barry deFreese a écrit :
Package: muscleframework
Version: 1.1.6-6
Severity: normal
Hi,
Hello,
muscleframework currently fails to build on Debian GNU/Hurd. The
attached patch resolves that. Some of the changes to the configure
files are probably overkill but should not be detrimental.
You also patched the file installBundle:
--- muscleframework-1.1.6.orig/CFlexPlugin/installBundle
+++ muscleframework-1.1.6/CFlexPlugin/installBundle
@@ -34,6 +34,8 @@
hostType="HPUX";;
Tru64) vFlag=1
hostType="Tru64";;
+ GNU) vFlag=1
+ hostType="Linux";;
*) vFlag=0;;
esac
But I don't think this patch is correct.
To check that I need to get the compilation log of pcsc-lite on Hurd.
I could not find it in [1]. Are Debian build log on Hurd available
somewhere?
Bye,
[1] https://buildd.debian.org/build.php?pkg=pcsc-lite
Ludovic,
Yes, but those changes were less intrusive is the only reason I didn't
mention them. The build logs should be available at
http://www.buildd.net. Strange though, I cannot find one for psc-lite.
I found a build log at [1]. And from the log:
"
PC/SC lite has been configured with following options:
Version: 1.5.3
System binaries: /usr/sbin
Configuration files: /etc
Host: i486-pc-gnu
Compiler: gcc
Preprocessor flags: -I${top_srcdir}/src
Compiler flags: -Wall -fno-common -Wall -g -D_REENTRANT -O2
Preprocessor flags: -I${top_srcdir}/src
Linker flags: -lpthread
Libraries:
PTHREAD_CFLAGS:
PTHREAD_LIBS:
PCSC_ARCH: GNU
libhal support: yes
libusb support: no
SCF reader support: false
USB drop directory: /usr/lib/pcsc/drivers
ATR parsing messages: false
confdir: /etc
ipcdir: /var/run/pcscd
"
So the correct value is GNU instead of Linux for Hurd. The correct patch
is to add support of a new value "GNU" in installBundle.
I will try to do that soon.
Bye
[1]
http://buildd.debian-ports.org/fetch.php?&pkg=pcsc-lite&ver=1.5.3-1&arch=hurd-i386&stamp=1243097391&file=log&as=raw
--
Dr. Ludovic Rousseau
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org