Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513100 - app-arch/dpkg-1.17.10 USE=dselect - In file included from curkeys.cc:30:0: curkeys.h:9:3: error: missing terminating " character
Summary: app-arch/dpkg-1.17.10 USE=dselect - In file included from curkeys.cc:30:0: cu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Debian-related package maintainers [DISBANDED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-13 12:04 UTC by Andrius Štikonas
Modified: 2014-06-13 13:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,90.94 KB, text/plain)
2014-06-13 12:04 UTC, Andrius Štikonas
Details
emerge --info (emerge_info,9.18 KB, text/plain)
2014-06-13 12:04 UTC, Andrius Štikonas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrius Štikonas 2014-06-13 12:04:38 UTC
Created attachment 378780 [details]
build.log

app-arch/dpkg-1.17.10 fails to build on amd64 system.

curkeys.h:9:21: warning: missing terminating " character [enabled by default]
curkeys.h:9:3: error: missing terminating " character
curkeys.h:66:21: warning: missing terminating " character [enabled by default]
curkeys.h:66:3: error: missing terminating " character
curkeys.h:128:21: warning: missing terminating " character [enabled by default]
curkeys.h:128:3: error: missing terminating " character
curkeys.cc:31:2: error: expected ‘}’ before ‘;’ token
curkeys.cc:31:2: error: expected ‘}’ before ‘;’ token
curkeys.cc:31:2: error: expected ‘}’ before ‘;’ token
curkeys.cc:31:2: error: braces around scalar initializer for type ‘const char*’
Comment 1 Andrius Štikonas 2014-06-13 12:04:56 UTC
Created attachment 378782 [details]
emerge --info
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-13 12:48:55 UTC
The problems seem to start here:

Use of uninitialized value $^MATCH in concatenation (.) or string at ./mkcurkeys.pl line 138.
[repeated many times]
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-13 12:52:30 UTC
dselect has been marked as deprecated upstream for a long time. Are you sure you need it? I'd just as easy rip out support for it in the ebuilds.
Comment 4 Andrius Štikonas 2014-06-13 12:55:40 UTC
(In reply to Jeroen Roovers from comment #3)
> dselect has been marked as deprecated upstream for a long time. Are you sure
> you need it? I'd just as easy rip out support for it in the ebuilds.

Personally, I don't need dselect either, especially on Gentoo. Ripping it out makes sense to me.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-13 13:11:21 UTC
I removed dselect support in 1.17.10-r1. Thanks for the report!