Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 605730

Summary: sys-process/procps-3.3.11-r3 and 3.3.12 build fix for uclibc-ng-1.0.17
Product: Gentoo Linux Reporter: René Rhéaume <rene.rheaume>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 570544    
Attachments: procps-3.3.11-uclibcng.patch
procps-3.3.11-r3.ebuild.patch
emerge --info output
procps-3.3.11-uclibcng.patch
procps-3.3.11-uclibcng.patch

Description René Rhéaume 2017-01-15 00:59:36 UTC
gnu_dev_major and gnu_dev_minor symbols are absent from uclibc-ng 1.0.17 shared library but are found in /usr/include/sys/sysmacros.h . To prevent linking error, do not use these functions.

Reproducible: Always

Steps to Reproduce:
1. emerge -1 
2.
3.
Actual Results:  
ERROR: compile
ERROR: sys-process/procps-3.3.11-r3::gentoo failed (compile phase):
  emake failed

Expected Results:  
procps updated on system
Comment 1 René Rhéaume 2017-01-15 01:00:50 UTC
Created attachment 460082 [details, diff]
procps-3.3.11-uclibcng.patch
Comment 2 René Rhéaume 2017-01-15 01:04:28 UTC
Created attachment 460086 [details, diff]
procps-3.3.11-r3.ebuild.patch
Comment 3 René Rhéaume 2017-01-15 01:07:17 UTC
Created attachment 460088 [details]
emerge --info output
Comment 4 René Rhéaume 2017-01-15 01:10:42 UTC
Created attachment 460090 [details, diff]
procps-3.3.11-uclibcng.patch
Comment 5 René Rhéaume 2017-01-15 01:11:23 UTC
Created attachment 460092 [details, diff]
procps-3.3.11-uclibcng.patch
Comment 6 René Rhéaume 2017-01-15 01:18:37 UTC
The code patch also applies to version 3.3.12
Comment 7 René Rhéaume 2017-01-22 15:15:09 UTC
Sorry, somehow the symbolic links were still pointing to legacy uclibc on my system. After correcting then, linking worked as expected.