LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-04-2024, 08:16 AM   #1
lucabon
Member
 
Registered: Oct 2021
Location: Italy
Distribution: Slackware
Posts: 104

Rep: Reputation: 74
giflib: build regression with NUMJOBS=-j1


On new giflib version 5.2.2, patch giflib.GifQuantizeBuffer.diff.gz misses ($UOBJECT) dependency (it will fail to build on single-job make).

Fixed patch:
Code:
--- ./Makefile.orig     2024-02-19 13:22:38.525026520 -0600
+++ ./Makefile  2024-03-04 15:01:37.446904111 +0100
@@ -95,11 +95,11 @@
 
 $(UTILS):: libgif.a libutil.a
 
-$(LIBGIFSO): $(OBJECTS) $(HEADERS)
+$(LIBGIFSO): $(OBJECTS) $(UOBJECTS) $(HEADERS)
 ifeq ($(UNAME), Darwin)
        $(CC) $(CFLAGS) -dynamiclib -current_version $(LIBVER) $(OBJECTS) -o $(LIBGIFSO)
 else
-       $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname -Wl,$(LIBGIFSOMAJOR) -o $(LIBGIFSO) $(OBJECTS)
+       $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname -Wl,$(LIBGIFSOMAJOR) -o $(LIBGIFSO) $(OBJECTS) $(UOBJECTS)
 endif
 
 libgif.a: $(OBJECTS) $(HEADERS)
 
Old 03-05-2024, 07:43 AM   #2
lucabon
Member
 
Registered: Oct 2021
Location: Italy
Distribution: Slackware
Posts: 104

Original Poster
Rep: Reputation: 74
Quote:
Originally Posted by lucabon View Post
On new giflib version 5.2.2, patch giflib.GifQuantizeBuffer.diff.gz misses ($UOBJECT) dependency (it will fail to build on single-job make).
Fixed in the latest sources.
 
  


Reply

Tags
regression



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] regression: mesa failed to build with newer meson 1.2.2 lucabon Slackware 1 10-03-2023 11:23 AM
[SOLVED] Regression on -current : falkon, kmail, konqueror failed to build marav Slackware 23 02-23-2022 06:52 AM
[SOLVED] regression test on -current (kernel build) nobodino Slackware 9 01-27-2021 12:41 AM
[SOLVED] gifecho disappeared from latest giflib package, still in man pages RandomTroll Slackware 13 01-01-2020 11:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration