Re: Can't build mplayer-skins: checksum missing error

2006-01-05 Thread Chris Whitehouse

On Wed, 4 Jan 2006, Jesse Sheidlower wrote:


I wish it were possible to just ship mplayer with the default
skin only, and leave the others in the mplayer-skins port; I
always have problems with this port and I never use anything
but the default.  But that's another issue.



Not the answer to your main question but I noticed this in mplayer's 
Makefile the other day:


# WITHOUT_SKINS
# default: undefined
# removes the run dependency on the mplayer-skins port, _even if_ built with
# GUI. This is useful e.g. if you don't want the skins installed 
system-wide.

# Please note that 'gmplayer' *must* have at least one default skin to run.

I guess it could go in /etc/make.conf if it's what you want.

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't build mplayer-skins: checksum missing error

2006-01-04 Thread Kent Stewart
On Wednesday 04 January 2006 07:45 pm, Jesse Sheidlower wrote:
> On Wed, Jan 04, 2006 at 06:15:46PM -0500, Chris Hill wrote:
> > On Wed, 4 Jan 2006, Jesse Sheidlower wrote:
> > >I'm trying to build mplayer-skins as part of an upgrade of GNOME.
> > >I am unable to get around a weird error with a supposedly missing
> > >checksum in mplayer. After I choose my options (the default skin
> > >only), I get:
> > >
> > >===> Options unchanged
> > >===> Vulnerability check disabled, database not found
> > >===> Extracting for mplayer-skins-1.1.2_1
> > >=> No MD5 checksum recorded for mplayer/.
> > >=> No suitable checksum found for mplayer/.
> > >*** Error code 1
> > >
> > >In multimedia/mplayer/distinfo I do have what appears to be MD5
> > > and SHA256 checksums. I have cvsupped my ports tree, distcleaned
> > > both the mplayer and the mplayer-skins ports, and removed and
> > > rebuilt mplayer, all with no effect.
> > >
> > >What else can I try?
> >
> > You could try "make -DNO_CHECKSUM install". Probably not a bad idea
> > anyway, for this particular port.
>
> I did try this, and it didn't work. I also do not have GREP_OPTIONS
> defined, as another poster asked.

When this happens, cd into distfiles/mplayer and remove the files. Then, 
it will download them successfully.

Kent

> I ended up just installing the package, which worked, though
> it required a download of 12MB worth of stuff I don't use.
>
> I wish it were possible to just ship mplayer with the default
> skin only, and leave the others in the mplayer-skins port; I
> always have problems with this port and I never use anything
> but the default.  But that's another issue.
>
> Jesse Sheidlower
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't build mplayer-skins: checksum missing error

2006-01-04 Thread Jesse Sheidlower
On Wed, Jan 04, 2006 at 06:15:46PM -0500, Chris Hill wrote:
> On Wed, 4 Jan 2006, Jesse Sheidlower wrote:
> 
> >I'm trying to build mplayer-skins as part of an upgrade of GNOME.
> >I am unable to get around a weird error with a supposedly missing
> >checksum in mplayer. After I choose my options (the default skin
> >only), I get:
> >
> >===> Options unchanged
> >===> Vulnerability check disabled, database not found
> >===> Extracting for mplayer-skins-1.1.2_1
> >=> No MD5 checksum recorded for mplayer/.
> >=> No suitable checksum found for mplayer/.
> >*** Error code 1
> >
> >In multimedia/mplayer/distinfo I do have what appears to be MD5 and
> >SHA256 checksums. I have cvsupped my ports tree, distcleaned both
> >the mplayer and the mplayer-skins ports, and removed and rebuilt
> >mplayer, all with no effect.
> >
> >What else can I try?
> 
> You could try "make -DNO_CHECKSUM install". Probably not a bad idea 
> anyway, for this particular port.

I did try this, and it didn't work. I also do not have GREP_OPTIONS
defined, as another poster asked.

I ended up just installing the package, which worked, though
it required a download of 12MB worth of stuff I don't use.

I wish it were possible to just ship mplayer with the default
skin only, and leave the others in the mplayer-skins port; I
always have problems with this port and I never use anything
but the default.  But that's another issue.

Jesse Sheidlower

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't build mplayer-skins: checksum missing error

2006-01-04 Thread Chris Hill

On Wed, 4 Jan 2006, Jesse Sheidlower wrote:


I'm trying to build mplayer-skins as part of an upgrade of GNOME.
I am unable to get around a weird error with a supposedly missing
checksum in mplayer. After I choose my options (the default skin
only), I get:

===> Options unchanged
===> Vulnerability check disabled, database not found
===> Extracting for mplayer-skins-1.1.2_1
=> No MD5 checksum recorded for mplayer/.
=> No suitable checksum found for mplayer/.
*** Error code 1

In multimedia/mplayer/distinfo I do have what appears to be MD5 and
SHA256 checksums. I have cvsupped my ports tree, distcleaned both
the mplayer and the mplayer-skins ports, and removed and rebuilt
mplayer, all with no effect.

What else can I try?


You could try "make -DNO_CHECKSUM install". Probably not a bad idea 
anyway, for this particular port.



--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging <|> ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't build mplayer-skins: checksum missing error

2006-01-04 Thread Glenn Dawson

At 06:47 AM 1/4/2006, Jesse Sheidlower wrote:


I'm trying to build mplayer-skins as part of an upgrade of GNOME.
I am unable to get around a weird error with a supposedly missing
checksum in mplayer. After I choose my options (the default skin
only), I get:

===> Options unchanged
===> Vulnerability check disabled, database not found
===> Extracting for mplayer-skins-1.1.2_1
=> No MD5 checksum recorded for mplayer/.
=> No suitable checksum found for mplayer/.
*** Error code 1

In multimedia/mplayer/distinfo I do have what appears to be MD5 and
SHA256 checksums. I have cvsupped my ports tree, distcleaned both
the mplayer and the mplayer-skins ports, and removed and rebuilt
mplayer, all with no effect.

What else can I try? And, if there answer is "nothing," is there
anything I can do so that I can get on with the rest of my GNOME
upgrade and come back to this later?


Is GREP_OPTIONS defined in your environment?  If it is, certain 
options will cause the error you are seeing.


-Glenn



Thanks.

Jesse Sheidlower
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Can't build mplayer-skins: checksum missing error

2006-01-04 Thread Jesse Sheidlower

I'm trying to build mplayer-skins as part of an upgrade of GNOME.
I am unable to get around a weird error with a supposedly missing
checksum in mplayer. After I choose my options (the default skin
only), I get:

===> Options unchanged
===> Vulnerability check disabled, database not found
===> Extracting for mplayer-skins-1.1.2_1
=> No MD5 checksum recorded for mplayer/.
=> No suitable checksum found for mplayer/.
*** Error code 1

In multimedia/mplayer/distinfo I do have what appears to be MD5 and
SHA256 checksums. I have cvsupped my ports tree, distcleaned both
the mplayer and the mplayer-skins ports, and removed and rebuilt
mplayer, all with no effect.

What else can I try? And, if there answer is "nothing," is there
anything I can do so that I can get on with the rest of my GNOME
upgrade and come back to this later?

Thanks.

Jesse Sheidlower
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"