|
List Info
Thread: Upgrading Xorg from 6.9.0 to 7.2
|
|
| Upgrading Xorg from 6.9.0 to 7.2 |
  Italy |
2007-06-26 09:06:51 |
Hi folks,
I'm encountering problems upgrading Xorg from version 6.9.0
to 7.2
I followed the procedure described in /usr/ports/UPDATING
[...]
# portupgrade -aP -x 'gstreamer*'
Even though my computer spent 24 hours compiling,
when I typed
# pkg_version -s xorg
I saw I still had my old 6.9.0 version.
So this morning I tried again, by typing:
# script xorg.upgrade portupgrade -Pr xorg
and this is what I get (tail of the script log ) :
if /bin/sh ../libtool --tag=CC --mode=compile cc
-DHAVE_CONFIG_H -I.
-I. -I.. -I/usr/local/include/xorg -I/usr/local/include
-I/usr/local/include -I/usr/local/include/drm
-I/usr/local/include/X11/dri -O2 -fno-strict-aliasing -pipe
-MT
atibus.lo -MD -MP -MF ".deps/atibus.Tpo" -c -o
atibus.lo atibus.c; then
mv -f ".deps/atibus.Tpo"
".deps/atibus.Plo"; else rm -f
".deps/atibus.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/xorg
-I/usr/local/include -I/usr/local/include
-I/usr/local/include/drm
-I/usr/local/include/X11/dri -O2 -fno-strict-aliasing -pipe
-MT
atibus.lo -MD -MP -MF .deps/atibus.Tpo -c atibus.c -fPIC
-DPIC -o
.libs/atibus.o
In file included from atidripriv.h:40,
from atistruct.h:41,
from atibus.c:35:
/usr/local/include/GL/glxint.h:28:19: GL/gl.h: No such file
or directory
In file included from atidripriv.h:40,
from atistruct.h:41,
from atibus.c:35:
/usr/local/include/GL/glxint.h:95: error: syntax error
before "GLboolean"
*** Error code 1
Stop in
/usr/ports/x11-drivers/xf86-video-ati/work/xf86-video-ati-6.
6.3/src.
*** Error code 1
Stop in
/usr/ports/x11-drivers/xf86-video-ati/work/xf86-video-ati-6.
6.3.
*** Error code 1
Stop in
/usr/ports/x11-drivers/xf86-video-ati/work/xf86-video-ati-6.
6.3.
*** Error code 1
Stop in /usr/ports/x11-drivers/xf86-video-ati.
*** Error code 1
Stop in /usr/ports/x11-drivers/xf86-video-ati.
*** Error code 1
Stop in /usr/ports/x11-drivers/xorg-drivers.
*** Error code 1
Stop in /usr/ports/x11-drivers/xorg-drivers.
*** Error code 1
Stop in /usr/ports/x11/xorg.
*** Error code 1
Stop in /usr/ports/x11/xorg.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.39088.0 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=xorg-6.9.0 UPGRADE_PORT_VER=6.9.0 make
reinstall
---> Restoring the old version
** Fix the installation problem and try again.
[Updating the pkgdb <format:bdb_btree> in /var/db/pkg
... - 449 packages
found (-0 +33) ................................. done]
** Listing the failed packages (*:skipped / !:failed)
! x11/xorg (xorg-6.9.0) (install error)
---> Packages processed: 0 done, 0 ignored, 0 skipped
and 1 failed
** Could not clean up temporary directory: Directory not
empty -
/var/tmp/portupgradeOnzxbl1v
The compiling process ends because I don't have any
/usr/local/include/GL/gl.h
( and any ati device, indeed )
I'm running FreeBSD 6.2-release,
I have an nvidia GeForce 2.
Is there any broken port out there ?
How can I get gl.h ?
Any advice is welcomed !
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Upgrading Xorg from 6.9.0 to 7.2 |
  United States |
2007-06-26 09:47:28 |
On Tue, 26 Jun 2007 16:06:51 +0200
Sereno Ternullo <serenoternullo virgilio.it> wrote:
> Is there any broken port out there ?
Ciao Sereno!
make sure your ports tree is up to date
> How can I get gl.h ?
$ pkg_info -W /usr/local/include/GL/gl.h
/usr/local/include/GL/gl.h was installed by package
libGL-6.5.3_3
(which of course depends on xorg . welcome to dependency
paradox
_________________________
{Beto|Norberto|Numard} Meijome
"All parts should go together without forcing. You must
remember that the parts you are reassembling were
disassembled by you.
Therefore, if you can't get them together again, there must
be a reason.
By all means, do not use hammer."
IBM maintenance manual, 1975
I speak for myself, not my employer. Contents may be hot.
Slippery when wet. Reading disclaimers makes you go blind.
Writing them is worse. You have been Warned.
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Upgrading Xorg from 6.9.0 to 7.2 |
  Italy |
2007-06-26 11:05:43 |
Ciao Norberto! ,
thank you for your quick answer !
> Ciao Sereno!
> make sure your ports tree is up to date
>
I think my ports tree is up to date,
I just issued
# portsnap fetch
# portsnap extract
# pkgdb -Fu
before doing anything else.
>> How can I get gl.h ?
>>
>
> $ pkg_info -W /usr/local/include/GL/gl.h
> /usr/local/include/GL/gl.h was installed by package
libGL-6.5.3_3
>
>
I will try to install libGL before portupgrading xorg: I'm
beginning to
pray.
> (which of course depends on xorg . welcome to
dependency paradox
>
Doh!
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Upgrading Xorg from 6.9.0 to 7.2 |
  United States |
2007-06-26 13:36:20 |
Sereno Ternullo <serenoternullo virgilio.it> writes:
> Hi folks,
> I'm encountering problems upgrading Xorg from version
6.9.0 to 7.2
> I followed the procedure described in
/usr/ports/UPDATING
>
> [...]
>
> # portupgrade -aP -x 'gstreamer*'
>
> Even though my computer spent 24 hours compiling,
> when I typed
>
> # pkg_version -s xorg
>
> I saw I still had my old 6.9.0 version.
>
> So this morning I tried again, by typing:
>
> # script xorg.upgrade portupgrade -Pr xorg
According to the directions, what you needed at that point
was
"portupgrade -a". I would expect that to cover a
lot more.
Did you try that command?
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Upgrading Xorg from 6.9.0 to 7.2 |
  Italy |
2007-06-26 15:38:56 |
Lowell Gilbert ha scritto:
> Sereno Ternullo <serenoternullo virgilio.it> writes:
>
>
>> Hi folks,
>> I'm encountering problems upgrading Xorg from
version 6.9.0 to 7.2
>> I followed the procedure described in
/usr/ports/UPDATING
>>
>> [...]
>>
>> # portupgrade -aP -x 'gstreamer*'
>>
>> Even though my computer spent 24 hours compiling,
>> when I typed
>>
>> # pkg_version -s xorg
>>
>> I saw I still had my old 6.9.0 version.
>>
>> So this morning I tried again, by typing:
>>
>> # script xorg.upgrade portupgrade -Pr xorg
>>
>
> According to the directions, what you needed at that
point was
> "portupgrade -a". I would expect that to
cover a lot more.
> Did you try that command?
>
>
Of course,
in fact my computer spent 24 hours compiling
P.S: Why so many ports and so few packages ?
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Upgrading Xorg from 6.9.0 to 7.2 |

|
2007-06-26 22:30:13 |
On 26/06/07, Sereno Ternullo <serenoternullo virgilio.it> wrote:
> > Sereno Ternullo <serenoternullo virgilio.it> writes:
> >
> >
> >> Hi folks,
> >> I'm encountering problems upgrading Xorg from
version 6.9.0 to 7.2
> >> I followed the procedure described in
/usr/ports/UPDATING
> >>
> >> [...]
> >>
> >> # portupgrade -aP -x 'gstreamer*'
> >>
. . .
> P.S: Why so many ports and so few packages ?
Among a myriad of other factors, that might depend
on which version of FreeBSD you are running.
--
--
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Upgrading Xorg from 6.9.0 to 7.2 |
  United States |
2007-06-26 23:53:13 |
On Tue, 26 Jun 2007 18:05:43 +0200
Sereno Ternullo <serenoternullo virgilio.it> wrote:
> > $ pkg_info -W /usr/local/include/GL/gl.h
> > /usr/local/include/GL/gl.h was installed by
package libGL-6.5.3_3
> >
> >
> I will try to install libGL before portupgrading xorg:
I'm beginning to
> pray.
or uninstall libgstreamer and move on until xorg is done ;)
_________________________
{Beto|Norberto|Numard} Meijome
Software isn't released.... it escapes.
I speak for myself, not my employer. Contents may be hot.
Slippery when wet. Reading disclaimers makes you go blind.
Writing them is worse. You have been Warned.
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
[1-7]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|