Logan Rosen
2015-12-08 05:48:04 UTC
Public bug reported:
Imported from Debian bug http://bugs.debian.org/788740:
Source: hexer
Version: 0.1.8-1
Severity: normal
...
dh_auto_build
make -j1
make[1]: Entering directory '/tmp/buildd/hexer-0.1.8'
cc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DHE_DEFAULT_PAGER=\"pager\" -DHEXER_VERSION=\"0.1.8\" -c -o buffer.o buffer.c
cc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DHE_DEFAULT_PAGER=\"pager\" -DHEXER_VERSION=\"0.1.8\" -c -o tio.o tio.c
tio.c: In function 'tio_init':
tio.c:819:17: error: incompatible types when assigning to type '__sigset_t {aka struct <anonymous>}' from type 'int'
act.sa_mask = 0;
^
tio.c: In function 'tio_set_colors':
tio.c:1779:1: warning: type of 'fg' defaults to 'int' [-Wimplicit-int]
tio_set_colors(fg, bg)
^
tio.c:1779:1: warning: type of 'bg' defaults to 'int' [-Wimplicit-int]
tio.c: In function 'tio_raw_readwait':
tio.c:2177:1: warning: type of 'tmout' defaults to 'int' [-Wimplicit-int]
tio_raw_readwait(tmout)
^
<builtin>: recipe for target 'tio.o' failed
make[1]: *** [tio.o] Error 1
make[1]: Leaving directory '/tmp/buildd/hexer-0.1.8'
dh_auto_build: make -j1 returned exit code 2
debian/rules:31: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--
Daniel Schepler
** Affects: hexer (Ubuntu)
Importance: High
Status: New
** Affects: hexer (Debian)
Importance: Undecided
Status: New
** Tags: ftbfs
** Bug watch added: Debian Bug tracker #788740
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788740
** Changed in: hexer (Debian)
Remote watch: None => Debian Bug tracker #788740
** Description changed:
Imported from Debian bug http://bugs.debian.org/788740:
- <<class 'SOAPpy.Types.arrayType'> attachments at 140618678971664>: []
+ Source: hexer
+ Version: 0.1.8-1
+ Severity: normal
+
+ From my pbuilder build log, using a setup preferring glibc and gcc-
+ defaults packages from experimental:
+
+ ...
+ dh_auto_build
+ make -j1
+ make[1]: Entering directory '/tmp/buildd/hexer-0.1.8'
+ cc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DHE_DEFAULT_PAGER=\"pager\" -DHEXER_VERSION=\"0.1.8\" -c -o buffer.o buffer.c
+ cc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DHE_DEFAULT_PAGER=\"pager\" -DHEXER_VERSION=\"0.1.8\" -c -o tio.o tio.c
+ tio.c: In function 'tio_init':
+ tio.c:819:17: error: incompatible types when assigning to type '__sigset_t {aka struct <anonymous>}' from type 'int'
+ act.sa_mask = 0;
+ ^
+ tio.c: In function 'tio_set_colors':
+ tio.c:1779:1: warning: type of 'fg' defaults to 'int' [-Wimplicit-int]
+ tio_set_colors(fg, bg)
+ ^
+ tio.c:1779:1: warning: type of 'bg' defaults to 'int' [-Wimplicit-int]
+ tio.c: In function 'tio_raw_readwait':
+ tio.c:2177:1: warning: type of 'tmout' defaults to 'int' [-Wimplicit-int]
+ tio_raw_readwait(tmout)
+ ^
+ <builtin>: recipe for target 'tio.o' failed
+ make[1]: *** [tio.o] Error 1
+ make[1]: Leaving directory '/tmp/buildd/hexer-0.1.8'
+ dh_auto_build: make -j1 returned exit code 2
+ debian/rules:31: recipe for target 'build' failed
+ make: *** [build] Error 2
+ dpkg-buildpackage: error: debian/rules build gave error exit status 2
+ --
+ Daniel Schepler
** Changed in: hexer (Ubuntu)
Importance: Undecided => High
** Tags added: ftbfs
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1523767
Title:
hexer: FTBFS with glibc-2.21 and gcc-5
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hexer/+bug/1523767/+subscriptions
Imported from Debian bug http://bugs.debian.org/788740:
Source: hexer
Version: 0.1.8-1
Severity: normal
From my pbuilder build log, using a setup preferring glibc and gcc-
defaults packages from experimental:...
dh_auto_build
make -j1
make[1]: Entering directory '/tmp/buildd/hexer-0.1.8'
cc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DHE_DEFAULT_PAGER=\"pager\" -DHEXER_VERSION=\"0.1.8\" -c -o buffer.o buffer.c
cc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DHE_DEFAULT_PAGER=\"pager\" -DHEXER_VERSION=\"0.1.8\" -c -o tio.o tio.c
tio.c: In function 'tio_init':
tio.c:819:17: error: incompatible types when assigning to type '__sigset_t {aka struct <anonymous>}' from type 'int'
act.sa_mask = 0;
^
tio.c: In function 'tio_set_colors':
tio.c:1779:1: warning: type of 'fg' defaults to 'int' [-Wimplicit-int]
tio_set_colors(fg, bg)
^
tio.c:1779:1: warning: type of 'bg' defaults to 'int' [-Wimplicit-int]
tio.c: In function 'tio_raw_readwait':
tio.c:2177:1: warning: type of 'tmout' defaults to 'int' [-Wimplicit-int]
tio_raw_readwait(tmout)
^
<builtin>: recipe for target 'tio.o' failed
make[1]: *** [tio.o] Error 1
make[1]: Leaving directory '/tmp/buildd/hexer-0.1.8'
dh_auto_build: make -j1 returned exit code 2
debian/rules:31: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--
Daniel Schepler
** Affects: hexer (Ubuntu)
Importance: High
Status: New
** Affects: hexer (Debian)
Importance: Undecided
Status: New
** Tags: ftbfs
** Bug watch added: Debian Bug tracker #788740
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788740
** Changed in: hexer (Debian)
Remote watch: None => Debian Bug tracker #788740
** Description changed:
Imported from Debian bug http://bugs.debian.org/788740:
- <<class 'SOAPpy.Types.arrayType'> attachments at 140618678971664>: []
+ Source: hexer
+ Version: 0.1.8-1
+ Severity: normal
+
+ From my pbuilder build log, using a setup preferring glibc and gcc-
+ defaults packages from experimental:
+
+ ...
+ dh_auto_build
+ make -j1
+ make[1]: Entering directory '/tmp/buildd/hexer-0.1.8'
+ cc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DHE_DEFAULT_PAGER=\"pager\" -DHEXER_VERSION=\"0.1.8\" -c -o buffer.o buffer.c
+ cc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DHE_DEFAULT_PAGER=\"pager\" -DHEXER_VERSION=\"0.1.8\" -c -o tio.o tio.c
+ tio.c: In function 'tio_init':
+ tio.c:819:17: error: incompatible types when assigning to type '__sigset_t {aka struct <anonymous>}' from type 'int'
+ act.sa_mask = 0;
+ ^
+ tio.c: In function 'tio_set_colors':
+ tio.c:1779:1: warning: type of 'fg' defaults to 'int' [-Wimplicit-int]
+ tio_set_colors(fg, bg)
+ ^
+ tio.c:1779:1: warning: type of 'bg' defaults to 'int' [-Wimplicit-int]
+ tio.c: In function 'tio_raw_readwait':
+ tio.c:2177:1: warning: type of 'tmout' defaults to 'int' [-Wimplicit-int]
+ tio_raw_readwait(tmout)
+ ^
+ <builtin>: recipe for target 'tio.o' failed
+ make[1]: *** [tio.o] Error 1
+ make[1]: Leaving directory '/tmp/buildd/hexer-0.1.8'
+ dh_auto_build: make -j1 returned exit code 2
+ debian/rules:31: recipe for target 'build' failed
+ make: *** [build] Error 2
+ dpkg-buildpackage: error: debian/rules build gave error exit status 2
+ --
+ Daniel Schepler
** Changed in: hexer (Ubuntu)
Importance: Undecided => High
** Tags added: ftbfs
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1523767
Title:
hexer: FTBFS with glibc-2.21 and gcc-5
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hexer/+bug/1523767/+subscriptions
--
ubuntu-bugs mailing list
ubuntu-***@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
ubuntu-bugs mailing list
ubuntu-***@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs