Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 910174 Details for
Bug 1107080
ktechlab: FTBFS in rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for rawhide
0001-Fix-FTBFS-with-automake-1.14-gpsim-0.27-1107080.patch (text/plain), 3.24 KB, created by
Yaakov Selkowitz
on 2014-06-18 22:01:45 UTC
(
hide
)
Description:
Patch for rawhide
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2014-06-18 22:01:45 UTC
Size:
3.24 KB
patch
obsolete
>From 5d7d33cfb1add841080e1e81aaf916ac0e9d2971 Mon Sep 17 00:00:00 2001 >From: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> >Date: Wed, 18 Jun 2014 17:00:40 -0500 >Subject: [PATCH] Fix FTBFS with automake-1.14, gpsim-0.27 (#1107080) > >--- > ktechlab-autotools.patch | 2 +- > ktechlab-gpsim-0.27.patch | 15 +++++++++++++++ > ktechlab.spec | 8 +++++++- > 3 files changed, 23 insertions(+), 2 deletions(-) > create mode 100644 ktechlab-gpsim-0.27.patch > >diff --git a/ktechlab-autotools.patch b/ktechlab-autotools.patch >index 4e644ae..6321130 100644 >--- a/ktechlab-autotools.patch >+++ b/ktechlab-autotools.patch >@@ -5,7 +5,7 @@ > exit 1 > ;; > - automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) >-+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* | automake*1.12* | automake*1.13*) >++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.1[0-9]*) > echo "*** $AUTOMAKE_STRING found." > UNSERMAKE=no > ;; >diff --git a/ktechlab-gpsim-0.27.patch b/ktechlab-gpsim-0.27.patch >new file mode 100644 >index 0000000..c6e391c >--- /dev/null >+++ b/ktechlab-gpsim-0.27.patch >@@ -0,0 +1,15 @@ >+Based on upstream commit b520a28 >+ >+diff --git a/src/electronics/gpsimprocessor.cpp b/src/electronics/gpsimprocessor.cpp >+index 16398f9..b551354 100644 >+--- a/src/electronics/gpsimprocessor.cpp >++++ b/src/electronics/gpsimprocessor.cpp >+@@ -742,7 +742,7 @@ RegisterSet::RegisterSet( pic_processor * picProcessor ) >+ m_nameToRegisterMap[ info->name() ] = info; >+ } >+ >+- RegisterInfo * info = new RegisterInfo( picProcessor->W ); >++ RegisterInfo * info = new RegisterInfo( picProcessor->Wreg ); >+ m_registers.append( info ); >+ m_nameToRegisterMap[ info->name() ] = info; >+ } >diff --git a/ktechlab.spec b/ktechlab.spec >index b1e2f7c..62710cb 100644 >--- a/ktechlab.spec >+++ b/ktechlab.spec >@@ -1,6 +1,6 @@ > Name: ktechlab > Version: 0.3.70 >-Release: 12.20090304svn%{?dist} >+Release: 13.20090304svn%{?dist} > # revision checkout 238 > > Summary: Development and simulation of micro-controllers and electronic circuits >@@ -15,6 +15,7 @@ Patch0: ktechlab-0.3.6-multilib.patch > Patch1: ktechlab-detect_gpsim.patch > Patch2: ktechlab-gcc-4.5.patch > Patch3: ktechlab-autotools.patch >+Patch4: ktechlab-gpsim-0.27.patch > > BuildRequires: gpsim-devel readline-devel kdelibs3-devel > BuildRequires: desktop-file-utils autoconf automake >@@ -49,6 +50,7 @@ chmod +x ./admin/detect-autoconf.pl > # GCC 4.5 and newer automake compatibility TODO: send upstream > %patch2 -p0 -b .orig > %patch3 -p0 -b .orig >+%patch4 -p1 -b .gpsim027 > > # /usr/bin/install: will not overwrite just-created > %{__sed} -i "s|while.png for.png||" icons/pics/Makefile.am >@@ -108,6 +110,10 @@ touch --no-create %{_datadir}/icons/hicolor || : > %{_sysconfdir}/profile.d/%{name}.sh > > %Changelog >+* Wed Jun 14 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.3.70-13.20090304svn >+- Update autotools patch for automake-1.14 >+- Fix FTBFS with gpsim-0.27 (#1107080) >+ > * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.70-12.20090304svn > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild > >-- >1.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1107080
:
906018
|
906019
|
906020
| 910174