Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45056 - avr-libc fails because of 1) wrong source filename, and 2) missing CFLAGS="" statement
Summary: avr-libc fails because of 1) wrong source filename, and 2) missing CFLAGS="" ...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alexander Gabert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-18 12:13 UTC by Wilfried Holzke
Modified: 2004-09-23 18:28 UTC (History)
3 users (show)

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


Attachments
fixed ebuild (avr-libc-1.0.2-r1.ebuild,805 bytes, text/plain)
2004-03-18 12:16 UTC, Wilfried Holzke
Details
AVR LIBC 1.0.3 ebuild (avr-libc-1.0.3.ebuild,810 bytes, text/plain)
2004-04-13 09:43 UTC, Scott Price
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wilfried Holzke 2004-03-18 12:13:39 UTC
emerge fails, saying it cannot download the source file. 
After some investigation, changing the source filename revealed the ebuild wouldnt build the package, because the CFLAGS variable was still set when emake was called.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




The source filename must have the suffix ".gz" not ".bz2". Furthermore the
CFLAGS have to be reset for econf AND emake (either globally or in front of
either statement; CFLAGS="").
Comment 1 Wilfried Holzke 2004-03-18 12:16:40 UTC
Created attachment 27562 [details]
fixed ebuild

Fixed source filename; put CFLAGS="" setting in front of emake.
Comment 2 solar (RETIRED) gentoo-dev 2004-03-18 18:56:27 UTC
Seems the embedded herd does not maintain this package in any shape or form.
Reassign bug to the dev that committed the package.

pappy,
In the future please don't merge packages on behalf of a herd unless
your apart of said herd and then at that they should never be introduced
as stable like this one seems to have been according to the the cvs
logs.
Comment 3 Scott Price 2004-04-13 09:43:00 UTC
Created attachment 29214 [details]
AVR LIBC 1.0.3 ebuild

I decided that if we are going to put fixed ebuilds, we might as well put up
ebuilds for the latest versions.

This ebuild is marked unstable (~x86)

Scott  =)
Comment 4 quirxi 2004-06-02 14:42:02 UTC
Here is a ebuild file for the new avr-libc-1.0.4.tar.bz2.
Place it in your dev-embedded/avr-libc directory and call it avr-libc-1.0.4.ebuild.
Then run the command: "ebuild avr-libc-1.0.4.ebuild digest"
Comment 5 Alexander Gabert (RETIRED) gentoo-dev 2004-09-23 18:28:31 UTC
will be removed.

-Alex