Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634948 - x11-plugins/wmudmount-2.2-r2 : Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^static char \* ([a-zA-Z0-9_]+_xpm)\[\] = { <-- HERE / at ./make-chars.pl line 55.
Summary: x11-plugins/wmudmount-2.2-r2 : Unescaped left brace in regex is illegal here ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-10-21 08:42 UTC by Toralf Förster
Modified: 2017-10-22 21:06 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.03 KB, text/plain)
2017-10-21 08:42 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,382.98 KB, text/plain)
2017-10-21 08:42 UTC, Toralf Förster
Details
environment (environment,92.83 KB, text/plain)
2017-10-21 08:42 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.47 KB, application/x-bzip)
2017-10-21 08:42 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.56 KB, application/x-bzip)
2017-10-21 08:42 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.55 KB, application/x-bzip)
2017-10-21 08:42 UTC, Toralf Förster
Details
x11-plugins:wmudmount-2.2-r2:20171021-065447.log (x11-plugins:wmudmount-2.2-r2:20171021-065447.log,6.15 KB, text/plain)
2017-10-21 08:42 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-10-21 08:42:26 UTC
./make-chars.pl
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^static char \* ([a-zA-Z0-9_]+_xpm)\[\] = { <-- HERE / at ./make-chars.pl line 55.
make: *** [Makefile:1160: chars.c] Error 255
 * ERROR: x11-plugins/wmudmount-2.2-r2::gentoo failed (compile phase):
 *   emake failed
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_20171010-201119

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.11 [icedtea-7]
*)	IcedTea JDK 7.2.6.11 [icedtea-bin-7]
3)	IcedTea JDK 3.5.1 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-7 
  [2]   icedtea-bin-7  system-vm
  [3]   icedtea-bin-8 

emerge -qpv x11-plugins/wmudmount
[ebuild  N    ] x11-plugins/wmudmount-2.2-r2  USE="gnome-keyring libnotify"
Comment 1 Toralf Förster gentoo-dev 2017-10-21 08:42:29 UTC
Created attachment 499500 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-10-21 08:42:33 UTC
Created attachment 499502 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-10-21 08:42:36 UTC
Created attachment 499504 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-10-21 08:42:39 UTC
Created attachment 499506 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-10-21 08:42:42 UTC
Created attachment 499508 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-10-21 08:42:45 UTC
Created attachment 499510 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-10-21 08:42:48 UTC
Created attachment 499512 [details]
x11-plugins:wmudmount-2.2-r2:20171021-065447.log
Comment 8 Bernard Cafarelli gentoo-dev 2017-10-22 19:23:04 UTC
Thanks Toralf, I thought all these "unescaped left brace in regex" were gone by now, looks like my packages were not clean!
Comment 9 Larry the Git Cow gentoo-dev 2017-10-22 19:25:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05a155d3294d453d27d777c4e134ecfbb36dcfd

commit a05a155d3294d453d27d777c4e134ecfbb36dcfd
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2017-10-22 19:24:27 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2017-10-22 19:24:57 +0000

    x11-plugins/wmudmount: fix build with newer perl
    
    "Unescaped left brace in  regex is illegal here in regex", deprecated
    for some time and now a fatal error
    
    Closes: https://bugs.gentoo.org/634948
    Package-Manager: Portage-2.3.12, Repoman-2.3.3

 .../wmudmount/files/wmudmount-2.2-perl_brace_regex.patch     | 12 ++++++++++++
 x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild                |  2 ++
 2 files changed, 14 insertions(+)
Comment 10 Toralf Förster gentoo-dev 2017-10-22 19:29:04 UTC
ah - but bug #634946 is still valid, right ?
Comment 11 Bernard Cafarelli gentoo-dev 2017-10-22 21:06:25 UTC
Indeed, I just fixed wmudmount, but #634946 looks valid.

If I got this correctly, this was warning in previous versions, but perl 5.26 made it fatal:
http://search.cpan.org/dist/perl-5.22.0/pod/perldelta.pod#A_literal_%22%7B%22_should_now_be_escaped_in_a_pattern

So now the apps that were not fixed before will fail quite visibly in a tinderbox run :)