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

Bug 16798

Summary: dot-forward-0.71 breaks with new glibc
Product: Gentoo Linux Reporter: matrixise <stephane.wirtel>
Component: New packagesAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED FIXED    
Severity: major CC: mholzer
Priority: High    
Version: 1.4_rc2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 16267    
Bug Blocks:    
Attachments: It's a patch for the compile error in dot-forward
the new ebuild of this package
the new ebuild of this package

Description matrixise 2003-03-04 04:06:39 UTC
./makelib wait.a wait_pid.o
substdio.a(substdo.o)(.text+0x5c): In function `substdio_flush':
: undefined reference to `errno'
substdio.a(substdo.o)(.text+0x157): In function `substdio_bput':
: undefined reference to `errno'
substdio.a(substdo.o)(.text+0x29d): In function `substdio_put':
: undefined reference to `errno'
substdio.a(substdo.o)(.text+0x2b9): In function `substdio_put':
: undefined reference to `errno'
substdio.a(substdo.o)(.text+0x377): In function `substdio_putflush':
: undefined reference to `errno'
substdio.a(substdo.o)(.text+0x38b): more undefined references to `errno' follow
collect2: ld returned 1 exit status
make: *** [auto-str] Error 1

!!! ERROR: net-mail/dot-forward-0.71 failed.
!!! Function src_compile, Line 33, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1. emerge dot-forward
2.
3.




I created a patch for this package.
Comment 1 matrixise 2003-03-04 04:08:20 UTC
Created attachment 8930 [details, diff]
It's a patch for the compile error in dot-forward

This patch adds 
#include <sys/errno.h>
#include <errno.h>

in the error.h of this package
Comment 2 matrixise 2003-03-04 04:09:44 UTC
Created attachment 8931 [details]
the new ebuild of this package

It's the new ebuild fort dot-forward-0.71
Comment 3 matrixise 2003-03-04 04:09:56 UTC
Created attachment 8932 [details]
the new ebuild of this package

It's the new ebuild fort dot-forward-0.71
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-03-04 11:25:15 UTC
please paste
#emerge info
Comment 5 SpanKY gentoo-dev 2003-03-05 15:48:03 UTC
fixed in cvs, danke