Your message dated Sun, 10 Mar 2013 20:47:34 +0000 with message-id <[email protected]> and subject line Bug#699717: fixed in arduino-mk 0.8-5 has caused the Debian Bug report #699717, regarding arduino-mk: User libraries not picked up by make 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.) -- 699717: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699717 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: arduino-mk Version: 0.8-4 Severity: normal Dear Maintainer, The arduino-mk build system does not pick up user libraries correctly. This is because of the following bug in /usr/share/arduino/Arduino.mk: USER_LIB_CPP_SRC = $(wildcard $(patsubst %,%/*.cpp,$(USER_LIBS))) USER_LIB_C_SRC = $(wildcard $(patsubst %,%/*.c,$(USER_LIBS))) LIB_OBJS = $(patsubst $(ARDUINO_LIB_PATH)/%.c,$(OBJDIR)/libs/%.o,$(LIB_C_SRCS)) \ $(patsubst $(ARDUINO_LIB_PATH)/%.cpp,$(OBJDIR)/libs/%.o,$(LIB_CPP_SRCS)) \ $(patsubst $(USER_LIB_PATH)/%.cpp,$(OBJDIR)/libs/%.o,$(USER_LIB_CPP_SRCS)) \ $(patsubst $(USER_LIB_PATH)/%.c,$(OBJDIR)/libs/%.o,$(USER_LIB_C_SRCS)) I believe that the two USER_LIB defines should be replaced by these: USER_LIB_CPP_SRCS = $(wildcard $(patsubst %,%/*.cpp,$(USER_LIBS))) USER_LIB_C_SRCS = $(wildcard $(patsubst %,%/*.c,$(USER_LIBS))) to be picked up by LIB_OBJS below. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages arduino-mk depends on: ii arduino-core 1:1.0.1+dfsg-7 ii libconfig-yaml-perl 1.42-2 ii perl-doc 5.14.2-15 arduino-mk recommends no packages. arduino-mk suggests no packages. -- no debconf information -- debsums errors found: debsums: changed file /usr/share/arduino/Arduino.mk (from arduino-mk package) -- John
--- End Message ---
--- Begin Message ---Source: arduino-mk Source-Version: 0.8-5 We believe that the bug you reported is fixed in the latest version of arduino-mk, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Scott Howard <[email protected]> (supplier of updated arduino-mk package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 10 Mar 2013 16:20:53 -0400 Source: arduino-mk Binary: arduino-mk Architecture: source all Version: 0.8-5 Distribution: unstable Urgency: low Maintainer: Debian Science Maintainers <[email protected]> Changed-By: Scott Howard <[email protected]> Description: arduino-mk - Program your Arduino from the command line Closes: 699717 Changes: arduino-mk (0.8-5) unstable; urgency=low . * Fixed typo to allow user libraries to be found by make (Closes: #699717) Checksums-Sha1: d26db8248d508a82fc00f7d7645ea72d80bbe72e 1344 arduino-mk_0.8-5.dsc 515978143c20009d9a60a5f2673379ed1c75a0a6 21210 arduino-mk_0.8-5.debian.tar.gz c5c2c2af98c0b41872ca21801e80c05e1110a1fd 27598 arduino-mk_0.8-5_all.deb Checksums-Sha256: 1baed1adf6681440b5933dd7f20235f84a31e53e499f8c73497b963f163a8de8 1344 arduino-mk_0.8-5.dsc 0f008c146078a5d6119be39104cd46240de9fe43ef888ff8d1e1e01b9497d803 21210 arduino-mk_0.8-5.debian.tar.gz 531132034b7535083f258ab1b33e6b30ff09fe5507a5b820eed61668039fb1a1 27598 arduino-mk_0.8-5_all.deb Files: 219f3dbc9b1eb571e57d305090557c86 1344 electronics extra arduino-mk_0.8-5.dsc 3d3f09691b0adf45ffd80469b036be05 21210 electronics extra arduino-mk_0.8-5.debian.tar.gz b6c348543045c521ce6479923595493a 27598 electronics extra arduino-mk_0.8-5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlE87IgACgkQuqVp0MvxKmoUlQCeOHfL9kegL9DBCBaNeFmToTz5 4aIAnRwNXctqGT0xlYXCRqKcVAy0rHAg =jb0K -----END PGP SIGNATURE-----
--- End Message ---

