Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605730 - sys-process/procps-3.3.11-r3 and 3.3.12 build fix for uclibc-ng-1.0.17
Summary: sys-process/procps-3.3.11-r3 and 3.3.12 build fix for uclibc-ng-1.0.17
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: uclibc-porting
  Show dependency tree
 
Reported: 2017-01-15 00:59 UTC by René Rhéaume
Modified: 2017-01-22 15:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
procps-3.3.11-uclibcng.patch (procps-3.3.11-uclibcng.patch,2.24 KB, patch)
2017-01-15 01:00 UTC, René Rhéaume
Details | Diff
procps-3.3.11-r3.ebuild.patch (procps-3.3.11-r3.ebuild.patch,461 bytes, patch)
2017-01-15 01:04 UTC, René Rhéaume
Details | Diff
emerge --info output (emerge-info.txt,6.13 KB, text/plain)
2017-01-15 01:07 UTC, René Rhéaume
Details
procps-3.3.11-uclibcng.patch (procps-3.3.11-r3.ebuild,2.08 KB, patch)
2017-01-15 01:10 UTC, René Rhéaume
Details | Diff
procps-3.3.11-uclibcng.patch (procps-3.3.11-uclibcng.patch,812 bytes, patch)
2017-01-15 01:11 UTC, René Rhéaume
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.