Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
system updating error messages?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Wed Jan 28, 2015 4:15 pm    Post subject: Reply with quote

pmam wrote:
So according the last portage message, xorg problems were solved with your nice support - Right?
Hope so, or are there still problems with it?
pmam wrote:
And now need to see what to do with the remain message - xml... ?
Looks like this
Code:
- dev-db/mariadb-10.0.15-r1::gentoo USE="community embedded pam perl ssl xml -cluster -debug -extraengine -jemalloc -latin1 -max-idx-128 -minimal -odbc -oqgraph -profiling (-selinux) -sphinx -static -static-libs -systemtap -tcmalloc -test -tokudb" ABI_X86="64 -32 -x32"

  The following REQUIRED_USE flag constraints are unsatisfied:
    xml? ( extraengine )
tries to tell you that dev-db/mariadb also wants USE flag exraengine if USE flag xml is set.
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Wed Jan 28, 2015 6:15 pm    Post subject: Reply with quote

charles17,

Quote:
ries to tell you that dev-db/mariadb also wants USE flag exraengine if USE flag xml is set.

Yes- now it is running...

Thanks a lot

nanostallmann,

Hope this topic helped you as well
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
DawgG
l33t
l33t


Joined: 17 Sep 2003
Posts: 866

PostPosted: Thu Jan 29, 2015 8:15 am    Post subject: Reply with quote

glad you got it "working" now.
quoting charles17 and myself
Quote:
tries to tell you that dev-db/mariadb also wants USE flag exraengine if USE flag xml is set

if you don't know what it's for you probably do not need it - do you really run an XML-database on this system? because that is what it does: it installs an additional database-engine to be able to run an XML-db under mysql/mariadb.
to me it seems you just have some some unnecessary useflags set somwhere; probably mysql or sql somewhere in the impenetrable depths of kde/qt. :wink:
you can find out with
Code:
equery h mysql

GOOD LUCK!
_________________
DUMM KLICKT GUT.
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Thu Jan 29, 2015 8:48 am    Post subject: Reply with quote

DawgG,

Quote:
For what feature xml USE flag is needed?

I already have asked about xml and no reply - Now are you talking after starting updating :wink:
Anyhow - here the output and some of the packages are well familiar to me and needed -
like - xbmc. Please advise if it was right to add exraengine USE flag or any other idea?
Code:
equery h mysql
 * Searching for USE flag mysql ...
[IP-] [  ] app-office/akonadi-server-1.13.0:0
[I--] [??] app-office/libreoffice-4.2.6.3:0
[IP-] [  ] dev-libs/cyrus-sasl-2.1.26-r9:2
[IP-] [  ] dev-libs/redland-1.0.16:0
[IP-] [  ] dev-qt/qtsql-4.8.5:4
[IP-] [  ] media-tv/xbmc-12.2-r1:0
[IP-] [  ] net-misc/mediatomb-0.12.1-r8:0


Thanks
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Thu Jan 29, 2015 9:05 am    Post subject: Reply with quote

pmam wrote:
I already have asked about xml and no reply - Now are you talking after starting updating :wink:
The xml USE flag normally is activated by profile. You could deactivate it per package in package.use, instead of activating that other USE flag which was depending on xml.
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Thu Jan 29, 2015 7:20 pm    Post subject: Reply with quote

Quote:
You could deactivate it per package in package.use

I did not do the above - i.e: updating was running with extraengine USE flag.
After finished updating, there is a problem: after reboot,
the system stay in terminal and there is no X and no login manager.
Please advise!
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
steveL
Watchman
Watchman


Joined: 13 Sep 2006
Posts: 5153
Location: The Peanut Gallery

PostPosted: Fri Jan 30, 2015 5:40 am    Post subject: Reply with quote

DawgG wrote:
to me it seems you just have some some unnecessary useflags set somwhere; probably mysql or sql somewhere in the impenetrable depths of kde/qt.

It's dev-qt/qtsql which has a mysql flag forced on in the profiles. Though really you want the dependencies not to require it in the first place, it may be a job for /etc/portage/profile/use.force (wherein you can negate, eg -systemd, one per-line.)
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Jan 30, 2015 7:27 am    Post subject: Reply with quote

pmam wrote:
After finished updating, there is a problem: after reboot,
the system stay in terminal and there is no X and no login manager.
Please advise!
What about
Quote:
$ startx

And, are you having xdm in
Quote:
$ rc-config show --all
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Fri Jan 30, 2015 7:45 am    Post subject: Reply with quote

When hit startx - I typed it manually - no gui:
xauth: file /root/.serverauth.2281 does not exist
/etc/x11/xinit/xserverrc: line2: /usr/bin/X: No such file or directory
xinit: giving up
xinit: unable to connect to X server: connection refused
xinit: server error

Quote:
And, are you having xdm in

No.
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Fri Jan 30, 2015 7:55 am    Post subject: Reply with quote

May be need to do etc-update?
There are changes with:
/etc/conf
/etc/conf.d/xdm
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Jan 30, 2015 8:21 am    Post subject: Reply with quote

etc-update might confuse you. So you'd better first check those files using vimdiff. Within you have possibility to diffget / diffput.
Quote:
# vimdiff /etc/conf.d/._xdm /etc/conf.d/xdm
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Jan 30, 2015 8:30 am    Post subject: Reply with quote

pmam wrote:
When hit startx - I typed it manually - no gui:
xauth: file /root/.serverauth.2281 does not exist
/etc/x11/xinit/xserverrc: line2: /usr/bin/X: No such file or directory
Did you happen to unmerge xorg-server?
Quote:
$ equery b /usr/bin/X
* Searching for /usr/bin/X ...
x11-base/xorg-server-1.15.2-r1 (/usr/bin/Xorg)
x11-base/xorg-server-1.15.2-r1 (/usr/bin/X -> Xorg)
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Fri Jan 30, 2015 8:59 am    Post subject: Reply with quote

Code:
equery b /usr/bin/X

No output.
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Jan 30, 2015 9:19 am    Post subject: Reply with quote

/usr/bin/X belongs to xorg-server but doen't exist on your computer. Did you unmerge xorg-server?
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Fri Jan 30, 2015 9:26 am    Post subject: Reply with quote

Quote:
Did you unmerge xorg-server?

I really dont know - maybe by mistake during all the unmerging packages...
Can I check if there is xorg-server or not?
and if not I will emerge it.

Thanks
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Jan 30, 2015 9:39 am    Post subject: Reply with quote

You don't need it in world as it gets pulled-in by x11-base/xorg-x11.
Quote:
$ grep -i 'xorg\|x11' /var/lib/portage/world
x11-apps/xdm
x11-base/xorg-x11
x11-misc/icon-naming-utils
x11-misc/pcmanfm
x11-misc/read-edid
x11-misc/xdaliclock
x11-misc/xfe
x11-misc/xteddy
x11-plugins/epplets
x11-terms/rxvt-unicode
x11-terms/xterm
x11-themes/hicolor-icon-theme
x11-wm/fluxbox
x11-wm/fvwm
x11-wm/openbox

Quote:
$ eix -IC x11 --only-names
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Fri Jan 30, 2015 9:59 am    Post subject: Reply with quote

Code:
 grep -i 'xorg\|x11' /var/lib/portage/world

x11-apps/xdm
x11-terms/xfce4-terminal
x11-wn/enlightment:0.17
Thats all.

Code:
eix -IC x11 --only-names

Long list but no xorg...
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Jan 30, 2015 10:31 am    Post subject: Reply with quote

pmam wrote:
Long list but no xorg...
And it won't get pulled it by update?
Quote:
# emerge -uDNavt @world
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Fri Jan 30, 2015 10:51 am    Post subject: Reply with quote

Code:
 emerge -uDNavt @world

It only emerged dev-libs/elfutils..
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Jan 30, 2015 11:14 am    Post subject: Reply with quote

Then you should emerge xorg-server or even xorg-x11. Did you ever have xorg-x11?
Quote:
$ genlop -t xorg-x11
Back to top
View user's profile Send private message
DawgG
l33t
l33t


Joined: 17 Sep 2003
Posts: 866

PostPosted: Fri Jan 30, 2015 11:21 am    Post subject: Reply with quote

Quote:

Did you unmerge xorg-server?

I really dont know - maybe by mistake during all the unmerging packages...

Code:
grep  "unmerge" /var/log/emerge.log

you can (re)emerge it with
Code:
emerge <pkg> -1/--oneshot
or just emerge a pkg that depends on xorg without the -u flag: no update since it's already the latest version but it needs to be reintalled with all its deps including xorg.
GOOD LUCK!
_________________
DUMM KLICKT GUT.
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Fri Jan 30, 2015 11:48 am    Post subject: Reply with quote

Code:
genlop -t xorg-x11

was emerged in last April.
what the differences between them - xorg-server xorg-x11 -
Which of them to install?

Code:
grep  "unmerge" /var/log/emerge.log

long list but not see xorg - may can add filter.

I made many changes regarding x during this topic, so may be some of them caused issue.
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”


Last edited by pmam on Fri Jan 30, 2015 12:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Jan 30, 2015 12:00 pm    Post subject: Reply with quote

pmam wrote:
Code:
genlop -t xorg-x1

was emerged in last April.
what the differences between them - xorg-server xorg-x11 -
xorg-x11 is the meta package, xorg-server is the server. Once you had the meta package installed you might want it again.
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Fri Jan 30, 2015 12:17 pm    Post subject: Reply with quote

Ok - So now I need to:
Code:
emerge -av xorg-x11

Right?

And I understand that you still want to figure out how updating have not done it itself?
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
nanostallmann
n00b
n00b


Joined: 12 Oct 2014
Posts: 26

PostPosted: Fri Jan 30, 2015 6:35 pm    Post subject: Reply with quote

pmam wrote:
charles17,

Quote:
ries to tell you that dev-db/mariadb also wants USE flag exraengine if USE flag xml is set.

Yes- now it is running...

Thanks a lot

nanostallmann,

Hope this topic helped you as well


Yes the USE extraengine works properly for me.
Thanks again

regards
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum