Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16798 - dot-forward-0.71 breaks with new glibc
Summary: dot-forward-0.71 breaks with new glibc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on: 16267
Blocks:
  Show dependency tree
 
Reported: 2003-03-04 04:06 UTC by matrixise
Modified: 2003-03-05 15:48 UTC (History)
1 user (show)

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


Attachments
It's a patch for the compile error in dot-forward (dot-forward-0.71-error.patch,343 bytes, patch)
2003-03-04 04:08 UTC, matrixise
Details | Diff
the new ebuild of this package (dot-forward-0.71.ebuild,986 bytes, text/plain)
2003-03-04 04:09 UTC, matrixise
Details
the new ebuild of this package (dot-forward-0.71.ebuild,986 bytes, application/octet-stream)
2003-03-04 04:09 UTC, matrixise
Details

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