Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18510 - Error during hfsplusutils compilation
Summary: Error during hfsplusutils compilation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High critical
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
: 18509 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-30 20:34 UTC by Jonathan Love
Modified: 2006-02-04 06:03 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Love 2003-03-30 20:34:30 UTC
During emerge system or emerge hfsplusutils, the compiler errors out with
"Function src_compile, Line 30, Exitcode 2" and earlier says
"hpmkdir.o(.text+0x132): In function 'do_mkdir': undefined reference to errno"
and later "collect2: ld returned 1 exit status".

Reproducible: Always
Steps to Reproduce:
1. emerge hfsplusutils
Comment 1 Jonathan Love 2003-03-30 20:46:34 UTC
Right, by editing hpmkdir.c and adding an "#include <errno.h>" (as outlined by SethBC on IRC), it compiles fine.

There is another #include <errno.h> but for some reason it's commented out.
Comment 2 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2003-03-30 22:18:19 UTC
*** Bug 18509 has been marked as a duplicate of this bug. ***
Comment 3 Luca Barbato gentoo-dev 2003-03-31 11:03:01 UTC
there is a revision already committed that address that issue