List Info

Thread: pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix




pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix
user name
2007-12-28 11:54:44
Dear list,

I'm experiencing problems when I try to portupgrade the
xorg-driver
port. The old version of the port can't be uninstalled
during the
portupgrade due to an undefined prefix.
The port can't be deleted by "pkg_delete -f
xorg-drivers-7.3"

Does anybody know how to upgrade / remove this port?

Thanks in advance,
	Simon
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu
sparen! 
Ideal für Modem und ISDN: http://www.gmx.n
et/de/go/smartsurfer
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix
country flaguser name
United States
2007-12-28 12:47:24
Mon Si wrote:
> Dear list,
> 
> I'm experiencing problems when I try to portupgrade the
xorg-driver
> port. The old version of the port can't be uninstalled
during the
> portupgrade due to an undefined prefix.
> The port can't be deleted by "pkg_delete -f
xorg-drivers-7.3"
> 
> Does anybody know how to upgrade / remove this port?
> 
> Thanks in advance,
> 	Simon

If nothing else works, you could try
rm -rf /var/db/pkg/xorg-drivers-7.3
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix
user name
2007-12-28 13:50:37
On Dec 28, 2007, at 12:47 PM, Stephen Montgomery-Smith
wrote:

> Mon Si wrote:
>> Dear list,
>> I'm experiencing problems when I try to portupgrade
the xorg-driver
>> port. The old version of the port can't be
uninstalled during the
>> portupgrade due to an undefined prefix.
>> The port can't be deleted by "pkg_delete -f
xorg-drivers-7.3"
>> Does anybody know how to upgrade / remove this
port?
>> Thanks in advance,
>> 	Simon
>
> If nothing else works, you could try
> rm -rf /var/db/pkg/xorg-drivers-7.3

If I remember correctly, there are detailed instructions in
/usr/ports/ 
UPDATING -- go back to notes for sometime in May of 2007,
and there's  
a really long entry on upgraded to Xorg 7.x from 6.9.  I
think the  
entry specifically mentions 7.2, but it should work for 7.3
as well.

HTH
-----
Eric F Crist
Secure Computing Networks


_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix
country flaguser name
United States
2007-12-28 14:30:59
If you vi /usr/ports/UPDATING and search for fearless, it
comes right up:

20070519:
  AFFECTS: users of Xorg
  AUTHOR: krisFreeBSD.org

  Welcome, fearless user!  You are about to embark upon a
mystical
  journey to the world of xorg 7.2.


Eric Crist wrote:
> On Dec 28, 2007, at 12:47 PM, Stephen Montgomery-Smith
wrote:
>
>> Mon Si wrote:
>>> Dear list,
>>> I'm experiencing problems when I try to
portupgrade the xorg-driver
>>> port. The old version of the port can't be
uninstalled during the
>>> portupgrade due to an undefined prefix.
>>> The port can't be deleted by "pkg_delete
-f xorg-drivers-7.3"
>>> Does anybody know how to upgrade / remove this
port?
>>> Thanks in advance,
>>>     Simon
>>
>> If nothing else works, you could try
>> rm -rf /var/db/pkg/xorg-drivers-7.3
>
> If I remember correctly, there are detailed
instructions in 
> /usr/ports/UPDATING -- go back to notes for sometime in
May of 2007, 
> and there's a really long entry on upgraded to Xorg 7.x
from 6.9.  I 
> think the entry specifically mentions 7.2, but it
should work for 7.3 
> as well.
>
> HTH
> -----
> Eric F Crist
> Secure Computing Networks
>
>
> _______________________________________________
> freebsd-portsfreebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to
"freebsd-ports-unsubscribefreebsd.org"
>
>

_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix
country flaguser name
Netherlands
2007-12-30 11:04:15
Quoting Eric Crist <mnslinkygmail.com>:

> On Dec 28, 2007, at 12:47 PM, Stephen Montgomery-Smith
wrote:
>
>> Mon Si wrote:
>>> Dear list,
>>> I'm experiencing problems when I try to
portupgrade the xorg-driver
>>> port. The old version of the port can't be
uninstalled during the
>>> portupgrade due to an undefined prefix.
>>> The port can't be deleted by "pkg_delete
-f xorg-drivers-7.3"
>>> Does anybody know how to upgrade / remove this
port?
>>> Thanks in advance,
>>> 	Simon
>>
>> If nothing else works, you could try
>> rm -rf /var/db/pkg/xorg-drivers-7.3
>
> If I remember correctly, there are detailed
instructions in
> /usr/ports/UPDATING -- go back to notes for sometime in
May of 2007,
> and there's a really long entry on upgraded to Xorg 7.x
from 6.9.  I
> think the entry specifically mentions 7.2, but it
should work for 7.3
> as well.
>

The following worked for me: In
/usr/ports/x11-drivers/xorg-drivers do
make config

then portupgrade -f xorg-drivers

Peter

-- 
http://www.boosten.org
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix
country flaguser name
Germany
2007-12-31 06:07:02
Peter Boosten wrote, on 12/30/07 18:04:
> Quoting Eric Crist <mnslinkygmail.com>:
>> On Dec 28, 2007, at 12:47 PM, Stephen
Montgomery-Smith wrote:
>>> Mon Si wrote:
>>>> Dear list,
>>>> I'm experiencing problems when I try to
portupgrade the
>>>> xorg-driver port. The old version of the
port can't be
>>>> uninstalled during the portupgrade due to
an undefined prefix.
>>>> The port can't be deleted by
"pkg_delete -f xorg-drivers-7.3"
>>>> Does anybody know how to upgrade / remove
this port?
>>>> Thanks in advance,
>>>>     Simon
>>>
>>> If nothing else works, you could try
>>> rm -rf /var/db/pkg/xorg-drivers-7.3
>>
>> If I remember correctly, there are detailed
instructions in
>> /usr/ports/UPDATING -- go back to notes for
sometime in May of
>> 2007, and there's a really long entry on upgraded
to Xorg 7.x
>> from 6.9.  I think the entry specifically mentions
7.2, but it
>> should work for 7.3 as well.
>>
>
> The following worked for me: In
> /usr/ports/x11-drivers/xorg-drivers do make config
>
> then portupgrade -f xorg-drivers
>
> Peter
>

Thanks a lot for the suggestions!
Removing /var/db/pkg/xorg-drivers-7.3 worked, the "make
config &&
portupgrade -f xorg-drivers" method gave me the same
error message
as before.

However I don't really understand why this prefix thing
shows up
well after the upgrade from 6.9 to 7.2. Perhaps I cvsup'd at
a bad
time.

Simon

-- 














































-- 























-- 

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free
SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/
de/go/freemail
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )