pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/37900: libcdio build problem on Linux
>Number: 37900
>Category: pkg
>Synopsis: libcdio build problem on Linux
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jan 29 14:45:00 +0000 2008
>Originator: Ondrej Tuma
>Release: current
>Organization:
Blackmouse
>Environment:
Linux ip1 2.6.20.1 #3 Thu Mar 8 18:42:01 CET 2007 i686 athlon-4 i386 GNU/Linux
>Description:
gnu_linux.c: In function 'eject_media_linux':
gnu_linux.c:607: error: 'INT_MAX' undeclared (first use in this function)
gnu_linux.c:607: error: (Each undeclared identifier is reported only once
gnu_linux.c:607: error: for each function it appears in.)
gnu_linux.c: In function 'close_tray_linux':
gnu_linux.c:1351: error: 'INT_MAX' undeclared (first use in this function)
*** Error code 1
full log is here:
http://linux.blackmouse.biz/pub/blackmouse-current/i686/pkgstat/20080129.1444/blackmouse/libcdio/.broken.html
>How-To-Repeat:
bmake
>Fix:
there was missing #include <limits.h> in gnu_linux.c. After i add it, all works
fine.
Home |
Main Index |
Thread Index |
Old Index