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 907484 Details for
Bug 1106672
premake: 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
premake-1106672.patch (text/plain), 2.38 KB, created by
Yaakov Selkowitz
on 2014-06-11 05:30:56 UTC
(
hide
)
Description:
Patch for rawhide
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2014-06-11 05:30:56 UTC
Size:
2.38 KB
patch
obsolete
>diff --git a/premake-4.3-system-lua.patch b/premake-4.3-system-lua.patch >index 7a47aaa..6a7a43f 100644 >--- a/premake-4.3-system-lua.patch >+++ b/premake-4.3-system-lua.patch >@@ -5,13 +5,13 @@ > TARGET = $(TARGETDIR)/premake4 > DEFINES += -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN > - INCLUDES += -I../../src/host/lua-5.1.4/src >-+ INCLUDES += >++ INCLUDES += -I/usr/include/lua-5.1 > CPPFLAGS += -MMD -MP $(DEFINES) $(INCLUDES) > CFLAGS += $(CPPFLAGS) $(ARCH) -Wall -Os > CXXFLAGS += $(CFLAGS) > LDFLAGS += -s -rdynamic > - LIBS += -lm -ldl >-+ LIBS += -lm -ldl -llua >++ LIBS += -lm -ldl -llua-5.1 > RESFLAGS += $(DEFINES) $(INCLUDES) > LDDEPS += > LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(ARCH) $(LIBS) >@@ -20,13 +20,13 @@ > TARGET = $(TARGETDIR)/premake4 > DEFINES += -D_DEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN > - INCLUDES += -I../../src/host/lua-5.1.4/src >-+ INCLUDES += >++ INCLUDES += -I/usr/include/lua-5.1 > CPPFLAGS += -MMD -MP $(DEFINES) $(INCLUDES) > CFLAGS += $(CPPFLAGS) $(ARCH) -Wall -g > CXXFLAGS += $(CFLAGS) > LDFLAGS += -rdynamic > - LIBS += -lm -ldl >-+ LIBS += -lm -ldl -llua >++ LIBS += -lm -ldl -llua-5.1 > RESFLAGS += $(DEFINES) $(INCLUDES) > LDDEPS += > LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(ARCH) $(LIBS) >diff --git a/premake.spec b/premake.spec >index 52f9e09..52ed5c4 100644 >--- a/premake.spec >+++ b/premake.spec >@@ -1,6 +1,6 @@ > Name: premake > Version: 4.3 >-Release: 8%{?dist} >+Release: 9%{?dist} > Summary: Cross-platform build configuration tool > > Group: Development/Tools >@@ -12,7 +12,7 @@ Patch0: premake-4.3-system-lua.patch > # Add the missing manpage > Patch1: premake-4.3-manpage.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >-BuildRequires: lua-devel readline-devel >+BuildRequires: compat-lua-devel readline-devel > > %description > Premake is a build configuration tool that can generate project files for: >@@ -56,6 +56,9 @@ rm -rf %{buildroot} > > > %changelog >+* Wed Jun 11 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 4.3-9 >+- Use compat-lua to fix FTBFS (#1106672) >+ > * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-8 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild >
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 1106672
:
904979
|
904980
|
904981
|
907484
|
912607