touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #24087
[Bug 1378182] [NEW] symbol_diff script breaks with arch= tag in symbols file
Public bug reported:
The tools/symbol_diff.in script doesn't work with architecture-specific
tags (or any tag other than c++, for that matter). We have one place
where, for the ScopeExecData copy constructor, we use
(c++|arch=amd64)
in the symbols file. This confuses the script which, every time it
produces a diff, deletes the "|arch=amd64" portion, so the tag gets
rewritten to "(c++)", which causes the Jenkins builds for i386 and armhf
to fail.
** Affects: unity-scopes-api (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1378182
Title:
symbol_diff script breaks with arch= tag in symbols file
Status in “unity-scopes-api” package in Ubuntu:
New
Bug description:
The tools/symbol_diff.in script doesn't work with architecture-
specific tags (or any tag other than c++, for that matter). We have
one place where, for the ScopeExecData copy constructor, we use
(c++|arch=amd64)
in the symbols file. This confuses the script which, every time it
produces a diff, deletes the "|arch=amd64" portion, so the tag gets
rewritten to "(c++)", which causes the Jenkins builds for i386 and
armhf to fail.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1378182/+subscriptions
Follow ups
References