maestrogerardo / i3-gaps-deb

Tool to create and install Debian (or Ubuntu) packages of i3-gaps.
GNU General Public License v3.0
313 stars 46 forks source link

dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 #14

Closed tuv7041 closed 5 years ago

tuv7041 commented 5 years ago

Hi, I'm trying to install i3-gaps-deb on a debian sid system. I first install i3, and then clone the full repo and do ./i3-gaps-deb from my root account. Here's the end of the crash log.

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "i3"
#define PACKAGE_TARNAME "i3"
#define PACKAGE_VERSION "4.16.1"
#define PACKAGE_STRING "i3 4.16.1"
#define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
#define PACKAGE_URL ""
#define PACKAGE "i3"
#define VERSION "4.16.1"
#define I3_VERSION "4.16.1-1-g341fcf99 (2019-01-27, branch \"gaps\")"
#define MAJOR_VERSION 4
#define MINOR_VERSION 16
#define PATCH_VERSION 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE__BOOL 1
#define HAVE_MODE_T 1
#define HAVE_OFF_T 1
#define HAVE_PID_T 1
#define HAVE_SIZE_T 1
#define HAVE_SSIZE_T 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_ATEXIT 1
#define HAVE_DUP2 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETCWD 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LOCALTIME_R 1
#define HAVE_MEMCHR 1
#define HAVE_MEMSET 1
#define HAVE_MKDIR 1
#define HAVE_RMDIR 1
#define HAVE_SETLOCALE 1
#define HAVE_SOCKET 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRNDUP 1
#define HAVE_STRRCHR 1
#define HAVE_STRSPN 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1

configure: exit 1
dh_auto_configure: cd build && ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --docdir=/usr/share/doc/i3-wm returned exit code 1
make[1]: *** [debian/rules:18: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/home/thor/tools/i3-gaps-deb/i3-gaps'
make: *** [debian/rules:25: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
maestrogerardo commented 5 years ago

Hi,

I'm currently on holiday w/o (real) computer access. I'll have a look at this as soon as I'm back home (in about 3 weeks). Stay tuned...

maestrogerardo commented 5 years ago

Hi,

I just checked on a freshly created Debian sid chroot and everything worked w/o any issues.

So, I guess there is nothing I can do for you (as it seems that you are struggling with sth. specific to your setup). Try to check on a (re)fresh(ed) system (if possible)...

Regards, Gerardo