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 1469627 Details for
Bug 1606324
sdcc: FTBFS in Fedora 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]
Fix build issues
sdcc-ftbfs-1606324.patch (text/plain), 1.93 KB, created by
Conrad Meyer
on 2018-07-21 01:30:30 UTC
(
hide
)
Description:
Fix build issues
Filename:
MIME Type:
Creator:
Conrad Meyer
Created:
2018-07-21 01:30:30 UTC
Size:
1.93 KB
patch
obsolete
>From c9e2bc505246b3c1c62e781ba3e6c0b1f29b592a Mon Sep 17 00:00:00 2001 >From: Conrad Meyer <cse.cem@gmail.com> >Date: Fri, 20 Jul 2018 18:28:17 -0700 >Subject: [PATCH] Add now-missing c++ and cpp dependencies Add now-missing > texlive dependencies as well (dvipdfm, epstopdf) > >--- > sdcc.spec | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >diff --git a/sdcc.spec b/sdcc.spec >index a2c68c7..2380bfe 100644 >--- a/sdcc.spec >+++ b/sdcc.spec >@@ -1,6 +1,6 @@ > Name: sdcc > Version: 3.6.0 >-Release: 8%{?dist} >+Release: 9%{?dist} > Summary: Small Device C Compiler > Group: Applications/Engineering > License: GPLv2+ >@@ -10,12 +10,16 @@ Source1: README.fedora > > BuildRequires: bison > BuildRequires: boost-devel >+BuildRequires: cpp > BuildRequires: flex >+BuildRequires: gcc-c++ > Buildrequires: gputils > BuildRequires: lyx > BuildRequires: latex2html > BuildRequires: tex(ulem.sty) > BuildRequires: texinfo >+BuildRequires: texlive-dvipdfmx-bin >+BuildRequires: texlive-epstopdf-bin > # Work around to lyx-common missing R: /usr/bin/python > BuildRequires: /usr/bin/python > Provides: bundled(libiberty) >@@ -52,7 +56,9 @@ find -name '*.{c,h,cc}' -exec chmod -x '{}' \; > > %build > # Preset PDFOPT to /bin/cp >-OPTS='PDFOPT="/bin/cp"' >+# Preset dvipdfm explicitly -- the configure test looks for an executable >+# regular file, but Fedora's texlive package provides a symlink to xdvipdfmx >+OPTS='PDFOPT="/bin/cp" DVIPDFM="/usr/bin/dvipdfm"' > > %configure --enable-doc --disable-non-free STRIP=: ${OPTS} > %{__make} Q= QUIET= >@@ -103,6 +109,10 @@ popd > > > %changelog >+* Fri Jul 20 2018 Conrad Meyer <cemeyer@uw.edu> - 3.6.0-9 >+- Add now-missing c++ and cpp dependencies >+- Add now-missing texlive dependencies as well (dvipdfm, epstopdf) >+ > * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-8 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild > >-- >2.14.4 >
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 1606324
:
1467982
|
1467983
|
1467984
| 1469627