NetBSD Problem Report #51658

From www@NetBSD.org  Sat Nov 26 17:13:49 2016
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id BAC597A2D2
	for <gnats-bugs@gnats.NetBSD.org>; Sat, 26 Nov 2016 17:13:49 +0000 (UTC)
Message-Id: <20161126171347.C12F97A340@mollari.NetBSD.org>
Date: Sat, 26 Nov 2016 17:13:47 +0000 (UTC)
From: mutek@riseup.net
Reply-To: mutek@riseup.net
To: gnats-bugs@NetBSD.org
Subject: [pkgsrc] [kdelibs3] Makefile:557: recipe for target 'deviceman.lo' failed
X-Send-Pr-Version: www-1.0

>Number:         51658
>Category:       pkg
>Synopsis:       [pkgsrc] [kdelibs3] Makefile:557: recipe for target 'deviceman.lo' failed
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          closed
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Sat Nov 26 17:15:00 +0000 2016
>Closed-Date:    Sun Aug 18 05:54:05 +0000 2019
>Last-Modified:  Sun Aug 18 05:54:05 +0000 2019
>Originator:     Luther
>Release:        pkgsrc current 26/11/2016
>Organization:
>Environment:
Linux thinkpad 4.7.0-0.bpo.1-amd64 #1 SMP Debian 4.7.8-1~bpo8+1 (2016-10-19) x86_64 GNU/Linux
>Description:
while trying to install koffice3, kdelibs3 failed to build


cd pkgsrc/x11/kdelibs3
bmake install
...
..
.
/bin/bash ../libtool --silent --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I../dcop -I../kdecore -I../kio/kssl -I../kjs -I./.. -I../dcop -I../libltdl -I../kdefx -I../kdecore -I../kdecore -I../kdecore/network -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I.. -I/home/pkgsrc-cvs/pkg/qt3/include -I. -I/home/pkgsrc-cvs/pkg/include -I/home/pkgsrc-cvs/pkg/include -I/home/pkgsrc-cvs/pkg/include  -DQT_THREAD_SUPPORT -I/home/pkgsrc-cvs/pkg/include/krb5 -I/home/pkgsrc-cvs/pkg/include -I/home/pkgsrc-cvs/pkg/include/db4 -I/usr/include -I/home/pkgsrc-cvs/pkg/include/lua-5.1 -I/home/pkgsrc-cvs/pkg/include/ncurses -I/home/pkgsrc-cvs/pkg/qt3/include -I/home/pkgsrc-cvs/pkg/include/libdrm -I/home/pkgsrc-cvs/pkg/include/freetype2 -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -I/home/pkgsrc-cvs/pkg/include/krb5 -I/home/pkgsrc-cvs/pkg/include -I/home/pkgsrc-cvs/pkg/include/db4 
 -I/usr/include -I/home/pkgsrc-cvs/pkg/include/lua-5.1 -I/home/pkgsrc-cvs/pkg/include/ncurses -I/home/pkgsrc-cvs/pkg/qt3/include -I/home/pkgsrc-cvs/pkg/include/libdrm -I/home/pkgsrc-cvs/pkg/include/freetype2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT deviceman.lo -MD -MP -MF .deps/deviceman.Tpo -c -o deviceman.lo deviceman.cc
deviceman.cc: In member function 'int DeviceManager::initManager()':
deviceman.cc:347:27: error: aggregate 'snd_seq_client_info_t clienti' has incomplete type and cannot be defined
     snd_seq_client_info_t clienti;
                           ^
deviceman.cc:348:25: error: aggregate 'snd_seq_port_info_t porti' has incomplete type and cannot be defined
     snd_seq_port_info_t porti;
                         ^
deviceman.cc:350:27: error: 'SND_SEQ_OPEN' was not declared in this scope
     snd_seq_open(&handle, SND_SEQ_OPEN);
                           ^
deviceman.cc:353:27: error: aggregate 'snd_seq_system_info_t info' has incomplete type and cannot be defined
     snd_seq_system_info_t info;
                           ^
Makefile:557: recipe for target 'deviceman.lo' failed
make[2]: *** [deviceman.lo] Error 1
make[2]: Leaving directory '/home/pkgsrc-cvs/pkgsrc/x11/kdelibs3/work/kdelibs-3.5.10/libkmid'
Makefile:543: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pkgsrc-cvs/pkgsrc/x11/kdelibs3/work/kdelibs-3.5.10'
Makefile:438: recipe for target 'all' failed
make: *** [all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /home/pkgsrc-cvs/pkgsrc/x11/kdelibs3
*** Error code 1

Stop.
bmake: stopped in /home/pkgsrc-cvs/pkgsrc/x11/kdelibs3


pkgsrc-cvs@thinkpad:~/pkgsrc/x11/kdelibs3$ env
XDG_SESSION_ID=286
TERM=xterm
SHELL=/bin/bash
SSH_CLIENT=::1 47262 22
SSH_TTY=/dev/pts/9
USER=pkgsrc-cvs
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;
 35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
MAIL=/var/mail/pkgsrc-cvs
PATH=/home/pkgsrc-cvs/pkg/bin:/home/pkgsrc-cvs/pkg/sbin:/home/pkgsrc-cvs/pkg/bin:/home/pkgsrc-cvs/pkg/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
SH=/bin/bash
PWD=/home/pkgsrc-cvs/pkgsrc/x11/kdelibs3
LANG=it_IT.UTF-8
SHLVL=1
HOME=/home/pkgsrc-cvs
LOGNAME=pkgsrc-cvs
SSH_CONNECTION=::1 47262 ::1 22
DISPLAY=:0.0
XDG_RUNTIME_DIR=/run/user/1009
OLDPWD=/home/pkgsrc-cvs/pkgsrc
_=/usr/bin/env

>How-To-Repeat:
see above
>Fix:

>Release-Note:

>Audit-Trail:
From: David Holland <dholland-pbugs@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/51658: [pkgsrc] [kdelibs3] Makefile:557: recipe for target
 'deviceman.lo' failed
Date: Sun, 27 Nov 2016 20:17:57 +0000

 On Sat, Nov 26, 2016 at 05:15:00PM +0000, mutek@riseup.net wrote:
  > >Description:
  > while trying to install koffice3, kdelibs3 failed to build
  > 
  > 
  > cd pkgsrc/x11/kdelibs3
  > bmake install
  > ...
  > ..

 Can you provide the failure messages?

 -- 
 David A. Holland
 dholland@netbsd.org

From: "mutek@riseup.net" <mutek@riseup.net>
To: gnats-bugs@NetBSD.org, pkg-manager@netbsd.org, gnats-admin@netbsd.org,
 pkgsrc-bugs@netbsd.org
Cc: 
Subject: Re: pkg/51658: [pkgsrc] [kdelibs3] Makefile:557: recipe for target
 'deviceman.lo' failed
Date: Sun, 27 Nov 2016 21:47:00 +0100

 On 27/11/2016 21:20, David Holland wrote:
 > The following reply was made to PR pkg/51658; it has been noted by GNATS.
 >
 > From: David Holland <dholland-pbugs@netbsd.org>
 > To: gnats-bugs@NetBSD.org
 > Cc:
 > Subject: Re: pkg/51658: [pkgsrc] [kdelibs3] Makefile:557: recipe for target
 >  'deviceman.lo' failed
 > Date: Sun, 27 Nov 2016 20:17:57 +0000
 >
 >  On Sat, Nov 26, 2016 at 05:15:00PM +0000, mutek@riseup.net wrote:
 >   > >Description:
 >   > while trying to install koffice3, kdelibs3 failed to build
 >   >
 >   >
 >   > cd pkgsrc/x11/kdelibs3
 >   > bmake install
 >   > ...
 >   > ..
 >
 >  Can you provide the failure messages?
 >

 yes of course,
 here the latest messages:

 /bin/bash ../libtool --silent --tag=CXX   --mode=compile c++ 
 -DHAVE_CONFIG_H -I. -I.. -I../dcop -I../kdecore -I../kio/kssl -I../kjs 
 -I./.. -I../dcop -I../libltdl -I../kdefx -I../kdecore -I../kdecore 
 -I../kdecore/network -I../kdeui -I../kio -I../kio/kio -I../kio/kfile 
 -I.. -I/home/pkgsrc-cvs/pkg/qt3/include -I. 
 -I/home/pkgsrc-cvs/pkg/include -I/home/pkgsrc-cvs/pkg/include 
 -I/home/pkgsrc-cvs/pkg/include  -DQT_THREAD_SUPPORT 
 -I/home/pkgsrc-cvs/pkg/include/krb5 -I/home/pkgsrc-cvs/pkg/include 
 -I/home/pkgsrc-cvs/pkg/include/db4 -I/usr/include 
 -I/home/pkgsrc-cvs/pkg/include/lua-5.1 
 -I/home/pkgsrc-cvs/pkg/include/ncurses 
 -I/home/pkgsrc-cvs/pkg/qt3/include -I/home/pkgsrc-cvs/pkg/include/libdrm 
 -I/home/pkgsrc-cvs/pkg/include/freetype2 -D_REENTRANT  -Wno-long-long 
 -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
 -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 
 -I/home/pkgsrc-cvs/pkg/include/krb5 -I/home/pkgsrc-cvs/pkg/include 
 -I/home/pkgsrc-cvs/pkg/include/db4 -I/usr/include 
 -I/home/pkgsrc-cvs/pkg/include/lua-5.1 
 -I/home/pkgsrc-cvs/pkg/include/ncurses 
 -I/home/pkgsrc-cvs/pkg/qt3/include -I/home/pkgsrc-cvs/pkg/include/libdrm 
 -I/home/pkgsrc-cvs/pkg/include/freetype2 -Wformat-security 
 -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
 -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
 -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT deviceman.lo -MD -MP 
 -MF .deps/deviceman.Tpo -c -o deviceman.lo deviceman.cc
 deviceman.cc: In member function 'int DeviceManager::initManager()':

 deviceman.cc:347:27: error: aggregate 'snd_seq_client_info_t clienti' 
 has incomplete type and cannot be defined
       snd_seq_client_info_t clienti;
                             ^
 deviceman.cc:348:25: error: aggregate 'snd_seq_port_info_t porti' has 
 incomplete type and cannot be defined
       snd_seq_port_info_t porti;
                           ^
 deviceman.cc:350:27: error: 'SND_SEQ_OPEN' was not declared in this scope
       snd_seq_open(&handle, SND_SEQ_OPEN);
                             ^
 deviceman.cc:353:27: error: aggregate 'snd_seq_system_info_t info' has 
 incomplete type and cannot be defined
       snd_seq_system_info_t info;
                             ^
 Makefile:557: recipe for target 'deviceman.lo' failed
 make[2]: *** [deviceman.lo] Error 1
 make[2]: Leaving directory 
 '/home/pkgsrc-cvs/pkgsrc/x11/kdelibs3/work/kdelibs-3.5.10/libkmid'
 Makefile:543: recipe for target 'all-recursive' failed
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory 
 '/home/pkgsrc-cvs/pkgsrc/x11/kdelibs3/work/kdelibs-3.5.10'
 Makefile:438: recipe for target 'all' failed
 make: *** [all] Error 2
 *** Error code 2

 Stop.
 bmake[3]: stopped in /home/pkgsrc-cvs/pkgsrc/x11/kdelibs3
 *** Error code 1

 Stop.
 bmake[2]: stopped in /home/pkgsrc-cvs/pkgsrc/x11/kdelibs3
 *** Error code 1

 Stop.
 bmake[1]: stopped in /home/pkgsrc-cvs/pkgsrc/x11/kdebase3
 *** Error code 1

 Stop.


From: coypu@SDF.ORG
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/51658: [pkgsrc] [kdelibs3] Makefile:557: recipe for target
 'deviceman.lo' failed
Date: Sat, 3 Dec 2016 01:25:22 +0000

 Hi,

 Does adding the followign line to the package makefile help?
 CONFIGURE_ENV+=		ac_cv_header_alsa_asoundlib_h='no'

 We can build it with adding alsa-lib dep and then fixing the build
 problem that follows, but I'd rather not touch this and maybe break
 audio.

State-Changed-From-To: open->feedback
State-Changed-By: maya@NetBSD.org
State-Changed-When: Sat, 03 Dec 2016 10:49:14 +0000
State-Changed-Why:
wondering if the workaround works


From: "mutek@riseup.net" <mutek@riseup.net>
To: gnats-bugs@NetBSD.org, pkg-manager@netbsd.org, pkgsrc-bugs@netbsd.org,
 gnats-admin@netbsd.org, maya@NetBSD.org
Cc: 
Subject: Re: pkg/51658 ([pkgsrc] [kdelibs3] Makefile:557: recipe for target
 'deviceman.lo' failed)
Date: Sat, 3 Dec 2016 19:03:48 +0100

 On 03/12/2016 11:49, maya@NetBSD.org wrote:
 > Synopsis: [pkgsrc] [kdelibs3] Makefile:557: recipe for target 'deviceman.lo' failed
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: maya@NetBSD.org
 > State-Changed-When: Sat, 03 Dec 2016 10:49:14 +0000
 > State-Changed-Why:
 > wondering if the workaround works
 >

 nothing has changed
 here the latest output after I rebootstrapped again current of 
 26/11/2016 and cvs update -dP into x11/kdelibs3

 ..
 In file included from deviceman.cc:56:0:
 /home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3/work/.buildlink/include/sys/asoundlib.h:1:2: 
 warning: #warning This header is deprecated, use <alsa/asoundlib.h> 
 instead. [-Wcpp]
   #warning This header is deprecated, use <alsa/asoundlib.h> instead.
    ^
 deviceman.cc: In member function 'int DeviceManager::initManager()':
 deviceman.cc:347:27: error: aggregate 'snd_seq_client_info_t clienti' 
 has incomplete type and cannot be defined
       snd_seq_client_info_t clienti;
                             ^
 deviceman.cc:348:25: error: aggregate 'snd_seq_port_info_t porti' has 
 incomplete type and cannot be defined
       snd_seq_port_info_t porti;
                           ^
 deviceman.cc:350:27: error: 'SND_SEQ_OPEN' was not declared in this scope
       snd_seq_open(&handle, SND_SEQ_OPEN);
                             ^
 deviceman.cc:353:27: error: aggregate 'snd_seq_system_info_t info' has 
 incomplete type and cannot be defined
       snd_seq_system_info_t info;
                             ^
 Makefile:557: recipe for target 'deviceman.lo' failed
 make[2]: *** [deviceman.lo] Error 1
 make[2]: Leaving directory 
 '/home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3/work/kdelibs-3.5.10/libkmid'
 Makefile:543: recipe for target 'all-recursive' failed
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory 
 '/home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3/work/kdelibs-3.5.10'
 Makefile:438: recipe for target 'all' failed
 make: *** [all] Error 2
 *** Error code 2

 Stop.
 bmake[1]: stopped in 
 /home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3
 *** Error code 1

 Stop.
 bmake: stopped in 
 /home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3
 pkgsrc-current@thinkpad:~/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3$

From: "Maya Rashish" <maya@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/51658 CVS commit: pkgsrc/x11/kdelibs3
Date: Sat, 3 Dec 2016 18:11:53 +0000

 Module Name:	pkgsrc
 Committed By:	maya
 Date:		Sat Dec  3 18:11:53 UTC 2016

 Modified Files:
 	pkgsrc/x11/kdelibs3: Makefile

 Log Message:
 kdelibs3: force failure of alsa configure test

 Might help PR pkg/51658


 To generate a diff of this commit:
 cvs rdiff -u -r1.186 -r1.187 pkgsrc/x11/kdelibs3/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: coypu@SDF.ORG
To: "mutek@riseup.net" <mutek@riseup.net>
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/51658 ([pkgsrc] [kdelibs3] Makefile:557: recipe for target
 'deviceman.lo' failed)
Date: Sat, 3 Dec 2016 18:12:38 +0000

 I haven't committed anything before because I was not sure if it will help.
 I was wondering if adding the line will help.

 ... I've committed the change now, so cvs update will grab it.
 Let me know if it works now.

From: "mutek@riseup.net" <mutek@riseup.net>
To: coypu@SDF.ORG
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/51658 ([pkgsrc] [kdelibs3] Makefile:557: recipe for target
 'deviceman.lo' failed)
Date: Sat, 3 Dec 2016 20:46:08 +0100

 On 03/12/2016 19:12, coypu@SDF.ORG wrote:
 > I haven't committed anything before because I was not sure if it will help.
 > I was wondering if adding the line will help.
 >
 > ... I've committed the change now, so cvs update will grab it.
 > Let me know if it works now.
 >

 just cvs updated, checked Makefile changes done and bmake install again 
 but nothing has changed:

 /bin/bash ../libtool --silent --tag=CXX   --mode=compile c++ 
 -DHAVE_CONFIG_H -I. -I.. -I../dcop -I../kdecore -I../kio/kssl -I../kjs 
 -I./.. -I../dcop -I../libltdl -I../kdefx -I../kdecore -I../kdecore 
 -I../kdecore/network -I../kdeui -I../kio -I../kio/kio -I../kio/kfile 
 -I.. -I/home/pkgsrc-current/pkg/qt3/include -I. 
 -I/home/pkgsrc-current/pkg/include -I/home/pkgsrc-current/pkg/include 
 -I/home/pkgsrc-current/pkg/include  -DQT_THREAD_SUPPORT 
 -I/home/pkgsrc-current/pkg/include/krb5 
 -I/home/pkgsrc-current/pkg/include 
 -I/home/pkgsrc-current/pkg/include/db4 -I/usr/include 
 -I/home/pkgsrc-current/pkg/include/lua-5.1 
 -I/home/pkgsrc-current/pkg/include/ncurses 
 -I/home/pkgsrc-current/pkg/qt3/include 
 -I/home/pkgsrc-current/pkg/include/libdrm 
 -I/home/pkgsrc-current/pkg/include/freetype2 -D_REENTRANT 
 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
 -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG 
 -DNO_DEBUG -O2 -O2 -I/home/pkgsrc-current/pkg/include/krb5 
 -I/home/pkgsrc-current/pkg/include 
 -I/home/pkgsrc-current/pkg/include/db4 -I/usr/include 
 -I/home/pkgsrc-current/pkg/include/lua-5.1 
 -I/home/pkgsrc-current/pkg/include/ncurses 
 -I/home/pkgsrc-current/pkg/qt3/include 
 -I/home/pkgsrc-current/pkg/include/libdrm 
 -I/home/pkgsrc-current/pkg/include/freetype2 -Wformat-security 
 -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
 -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
 -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT deviceman.lo -MD -MP 
 -MF .deps/deviceman.Tpo -c -o deviceman.lo deviceman.cc
 In file included from deviceman.cc:56:0:
 /home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3/work/.buildlink/include/sys/asoundlib.h:1:2: 
 warning: #warning This header is deprecated, use <alsa/asoundlib.h> 
 instead. [-Wcpp]
   #warning This header is deprecated, use <alsa/asoundlib.h> instead.
    ^
 deviceman.cc: In member function 'int DeviceManager::initManager()':
 deviceman.cc:347:27: error: aggregate 'snd_seq_client_info_t clienti' 
 has incomplete type and cannot be defined
       snd_seq_client_info_t clienti;
                             ^
 deviceman.cc:348:25: error: aggregate 'snd_seq_port_info_t porti' has 
 incomplete type and cannot be defined
       snd_seq_port_info_t porti;
                           ^
 deviceman.cc:350:27: error: 'SND_SEQ_OPEN' was not declared in this scope
       snd_seq_open(&handle, SND_SEQ_OPEN);
                             ^
 deviceman.cc:353:27: error: aggregate 'snd_seq_system_info_t info' has 
 incomplete type and cannot be defined
       snd_seq_system_info_t info;
                             ^
 Makefile:557: recipe for target 'deviceman.lo' failed
 make[2]: *** [deviceman.lo] Error 1
 make[2]: Leaving directory 
 '/home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3/work/kdelibs-3.5.10/libkmid'
 Makefile:543: recipe for target 'all-recursive' failed
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory 
 '/home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3/work/kdelibs-3.5.10'
 Makefile:438: recipe for target 'all' failed
 make: *** [all] Error 2
 *** Error code 2

 Stop.
 bmake[1]: stopped in 
 /home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3
 *** Error code 1

 Stop.
 bmake: stopped in 
 /home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3

State-Changed-From-To: feedback->open
State-Changed-By: maya@NetBSD.org
State-Changed-When: Sun, 04 Dec 2016 00:27:48 +0000
State-Changed-Why:
no luck with the patch


State-Changed-From-To: open->closed
State-Changed-By: maya@NetBSD.org
State-Changed-When: Sun, 18 Aug 2019 05:54:05 +0000
State-Changed-Why:
kdelibs3 removed. Sorry your problem was not resolved at the time.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.43 2018/01/16 07:36:43 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.