public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] hdparm ebuild
@ 2002-05-10  4:07 Dustin Knie
  2002-05-11  4:13 ` [gentoo-dev] " Paul
  2002-05-13 20:59 ` [gentoo-dev] " Chad M. Huneycutt
  0 siblings, 2 replies; 3+ messages in thread
From: Dustin Knie @ 2002-05-10  4:07 UTC (permalink / raw
  To: gentoo-dev

i attempted to emerge update world a couple days ago, and it stoped at
hdparm with the following:

prophet root # emerge hdparm
Calculating dependencies ...done!
>>> emerge sys-apps/hdparm-4.9 to /
>>> md5 ;-) hdparm-4.9.tar.gz
>>> Unpacking source...
>>> Unpacking hdparm-4.9.tar.gz
sed: -e expression #2, char 31: Unknown option to `s'
>>> Source unpacked.
make: *** No rule to make target `all'.  Stop.
make: *** No rule to make target `all'.  Stop.

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 1, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/sys-apps/hdparm/hdparm-4.9.ebuild .
prophet root #


In order to get around this, I did emerge inject hdparm-4.9 and update
world continued as expected.  However, now im still stuck with 4.6, and
4.9 is shown as installed (although it isnt...)  This isnt really a
problem at the moment, but it may be in the future, and I would like to
resolve this.

Thanks

Dustin

|||||||||||
Dustin Knie
Customer Service for Lycoris
Freelance Developer

-----------------------------------------------------------------
|  "So long as the state exists there is no freedom. When there |
|   is freedom, there will be no state"				|
|      --Vladimir Lenin						|



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-dev] Re: hdparm ebuild
  2002-05-10  4:07 [gentoo-dev] hdparm ebuild Dustin Knie
@ 2002-05-11  4:13 ` Paul
  2002-05-13 20:59 ` [gentoo-dev] " Chad M. Huneycutt
  1 sibling, 0 replies; 3+ messages in thread
From: Paul @ 2002-05-11  4:13 UTC (permalink / raw
  To: gentoo-dev

Dustin Knie <dustin@attbi.com>, on Thu May 09, 2002 [09:07:10 PM] said:
> i attempted to emerge update world a couple days ago, and it stoped at
> hdparm with the following:
> 
> prophet root # emerge hdparm
> Calculating dependencies ...done!
> >>> emerge sys-apps/hdparm-4.9 to /
> >>> md5 ;-) hdparm-4.9.tar.gz
> >>> Unpacking source...
> >>> Unpacking hdparm-4.9.tar.gz
> sed: -e expression #2, char 31: Unknown option to `s'
> >>> Source unpacked.
> make: *** No rule to make target `all'.  Stop.
> make: *** No rule to make target `all'.  Stop.
> 
> !!! ERROR: The ebuild did not complete successfully.
> !!! Function src_compile, Line 1, Exitcode 2
> !!! (no error message)
> 
> !!! emerge aborting on  /usr/portage/sys-apps/hdparm/hdparm-4.9.ebuild .
> prophet root #
> 
> 
> In order to get around this, I did emerge inject hdparm-4.9 and update
> world continued as expected.  However, now im still stuck with 4.6, and
> 4.9 is shown as installed (although it isnt...)  This isnt really a
> problem at the moment, but it may be in the future, and I would like to
> resolve this.
> 
> Thanks
> 
> Dustin
> 

	Hi;

	What version of sed did you have installed at the time?
Does 'emerge hdparm' just work now that you have updated? What
version of sed do you have now?

Paul
set@pobox.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] hdparm ebuild
  2002-05-10  4:07 [gentoo-dev] hdparm ebuild Dustin Knie
  2002-05-11  4:13 ` [gentoo-dev] " Paul
@ 2002-05-13 20:59 ` Chad M. Huneycutt
  1 sibling, 0 replies; 3+ messages in thread
From: Chad M. Huneycutt @ 2002-05-13 20:59 UTC (permalink / raw
  To: gentoo-dev

Dustin Knie wrote:
> i attempted to emerge update world a couple days ago, and it stoped at
> hdparm with the following:
> 
> prophet root # emerge hdparm
> Calculating dependencies ...done!
> 
>>>>emerge sys-apps/hdparm-4.9 to /
>>>>md5 ;-) hdparm-4.9.tar.gz
>>>>Unpacking source...
>>>>Unpacking hdparm-4.9.tar.gz
>>>
> sed: -e expression #2, char 31: Unknown option to `s'
> 
>>>>Source unpacked.
>>>
> make: *** No rule to make target `all'.  Stop.
> make: *** No rule to make target `all'.  Stop.
> 
> !!! ERROR: The ebuild did not complete successfully.
> !!! Function src_compile, Line 1, Exitcode 2
> !!! (no error message)
> 
> !!! emerge aborting on  /usr/portage/sys-apps/hdparm/hdparm-4.9.ebuild .
> prophet root #
> 
> 
> In order to get around this, I did emerge inject hdparm-4.9 and update
> world continued as expected.  However, now im still stuck with 4.6, and
> 4.9 is shown as installed (although it isnt...)  This isnt really a
> problem at the moment, but it may be in the future, and I would like to
> resolve this.


I was just having probles which manifested themselves in sed errors, but it 
  turned out to be a problem in my /etc/make.conf.  In particular, I had 
spread my CFLAGS onto multiple lines with a \ at the end of each line. 
Turns out that my CFLAGS were being passed to sed just like that somehow, 
and sed didn't like it.

So check your /etc/make.conf.


-- 
Chad Huneycutt                                try { Windows }
Ph.D. Student                                 catch ( Exception BSOD )
Georgia Tech College of Computing               { linux };
http://www.cc.gatech.edu/~chadh



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-13 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-10  4:07 [gentoo-dev] hdparm ebuild Dustin Knie
2002-05-11  4:13 ` [gentoo-dev] " Paul
2002-05-13 20:59 ` [gentoo-dev] " Chad M. Huneycutt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox