Bug#948074: din FTBFS: cannot find X11/X.h

2020-06-13 Thread Mattia Rizzolo
I know that at the start of the year some reorganization within the X11
packages caused down FTBFS while files where being moving around.

I recommend you just close this bug.  FTR, it also builds in
reproducible-builds testing.

On Sun, 14 Jun 2020, 12:33 am Sudip Mukherjee, 
wrote:

> Hi Helmut,
>
> On Fri, Jan 03, 2020 at 06:48:06PM +0100, Helmut Grohne wrote:
> > Source: din
> > Version: 5.2.1-6
> > Severity: serious
> > Tags: ftbfs
> >
> > din fails to build from source in unstable on amd64. A build log ends
> > with:
>
> I tried building it today and there was no build failure.
>
>
> +--+
> | Summary
> |
>
> +--+
>
> Build Architecture: amd64
> Build Type: full
> Build-Space: 79072
> Build-Time: 30
> Distribution: unstable
> Host Architecture: amd64
> Install-Time: 65
> Job: din
> Machine Architecture: amd64
> Package: din
> Package-Time: 97
> Source-Version: 5.2.1-6
> Space: 79072
> Status: successful
> Version: 5.2.1-6
>
> 
>
> Can you please retry the build and confirm.
>
> --
> Regards
> Sudip
>
>


Bug#948074: din FTBFS: cannot find X11/X.h

2020-06-13 Thread Sudip Mukherjee
Hi Helmut,

On Fri, Jan 03, 2020 at 06:48:06PM +0100, Helmut Grohne wrote:
> Source: din
> Version: 5.2.1-6
> Severity: serious
> Tags: ftbfs
> 
> din fails to build from source in unstable on amd64. A build log ends
> with:

I tried building it today and there was no build failure.

+--+
| Summary  |
+--+

Build Architecture: amd64
Build Type: full
Build-Space: 79072
Build-Time: 30
Distribution: unstable
Host Architecture: amd64
Install-Time: 65
Job: din
Machine Architecture: amd64
Package: din
Package-Time: 97
Source-Version: 5.2.1-6
Space: 79072
Status: successful
Version: 5.2.1-6


Can you please retry the build and confirm.

--
Regards
Sudip



Bug#948074: din FTBFS: cannot find X11/X.h

2020-01-03 Thread Helmut Grohne
Source: din
Version: 5.2.1-6
Severity: serious
Tags: ftbfs

din fails to build from source in unstable on amd64. A build log ends
with:

| dh_auto_build
| make -j1
| make[2]: Entering directory '/<>'
| Making all in include
| make[3]: Entering directory '/<>/include'
| make[3]: Nothing to be done for 'all'.
| make[3]: Leaving directory '/<>/include'
| Making all in src
| make[3]: Entering directory '/<>/src'
| g++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" 
-DPACKAGE_VERSION=\"5.2.1\" -DPACKAGE_STRING=\"din\ 5.2.1\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" 
-DVERSION=\"5.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
-DHAVE_TCL8_6_TCL_H=1 -DHAVE_LIBIRCCLIENT_H=1 -I.   -Wdate-time 
-D_FORTIFY_SOURCE=2-I /usr/include -I /usr/local/include -I /opt/include 
-I/usr/include/tcl8.6 -I/usr/local/include/tcl8.6 -I /opt/include/tcl8.6 -I 
../include  -Wall -O3 -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o main.o main.cc
| main.cc:22:9: fatal error: X11/X.h: No such file or directory
|22 | #include
|   | ^
| compilation terminated.
| make[3]: *** [Makefile:517: main.o] Error 1
| make[3]: Leaving directory '/<>/src'
| make[2]: *** [Makefile:350: all-recursive] Error 1
| make[2]: Leaving directory '/<>'
| dh_auto_build: make -j1 returned exit code 2
| make[1]: *** [debian/rules:12: override_dh_auto_build] Error 255
| make[1]: Leaving directory '/<>'
| make: *** [debian/rules:4: build] Error 2
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

Helmut