LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-25-2012, 08:58 PM   #1
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Rep: Reputation: 0
Question Slackware 13.37 -- chromium-15.0.874.121 build error


got following error when tried to build chromium 15 on slackware 13.37 32bit

anyone got ideas? thanks in advance


Code:
  COPY out/Release/chrome.pak
  TOUCH out/Release/obj.target/chrome/packed_resources.stamp
  TOUCH out/Release/obj.target/third_party/adobe/flash/flash_player.stamp
  TOUCH out/Release/obj.target/build/util/lastchange.stamp
  CXX(target) out/Release/obj.target/base/base/third_party/xdg_user_dirs/xdg_user_dir_lookup.o
  CXX(target) out/Release/obj.target/base/base/base64.o
  CXX(target) out/Release/obj.target/base/base/event_recorder_stubs.o
  CXX(target) out/Release/obj.target/base/base/file_descriptor_shuffle.o
  CXX(target) out/Release/obj.target/base/base/linux_util.o
  CXX(target) out/Release/obj.target/base/base/md5.o
  CXX(target) out/Release/obj.target/base/base/message_pump_glib.o
  CXX(target) out/Release/obj.target/base/base/message_pump_gtk.o
  CXX(target) out/Release/obj.target/base/base/message_pump_libevent.o
base/message_pump_libevent.cc:19:19: fatal error: event.h: No such file or directory
compilation terminated.
make: *** [out/Release/obj.target/base/base/message_pump_libevent.o] Error 1
 
Old 03-25-2012, 09:17 PM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Do you have libevent installed?
 
Old 03-25-2012, 09:18 PM   #3
fatalfrrog
Member
 
Registered: May 2011
Distribution: Slackware
Posts: 57

Rep: Reputation: 31
Do you have libevent installed?
 
Old 03-26-2012, 12:29 AM   #4
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by weibullguy View Post
Do you have libevent installed?
build succeed after install libevent library, also installed built package with no issue occurred. But where to start chromium browser, try run "chromium" on command line, nothing happened. any idea ? ?

Code:
usr/share/applications/chromium.desktop
install/
install/slack-desc
install/doinst.sh

Slackware package /tmp/chromium-15.0.874.121-i486-1_SBo.tgz created.

# installpkg chromium-15.0.874.121-i486-1_SBo.tgz 
Verifying package chromium-15.0.874.121-i486-1_SBo.tgz.
Installing package chromium-15.0.874.121-i486-1_SBo.tgz:
PACKAGE DESCRIPTION:
# Google Chromium (Open Source Web Browser)
#
# Google Chromium is a browser that combines a minimal design with
# sophisticated technology to make the web faster, safer, and easier.
#
Executing install script for chromium-15.0.874.121-i486-1_SBo.tgz.
Package chromium-15.0.874.121-i486-1_SBo.tgz installed.

# ls /var/log/packages/ | grep chrom
chromium-15.0.874.121-i486-1_SBo
xf86-video-openchrome-0.2.904-i486-2

# chromium
bash: chromium: command not found
 
Old 03-26-2012, 12:52 AM   #5
fatalfrrog
Member
 
Registered: May 2011
Distribution: Slackware
Posts: 57

Rep: Reputation: 31
I haven't used Chrome or Chromium in ages, so I'm probably wrong , but I believe the binary is `google-chrome` or some such.
 
Old 03-26-2012, 01:59 AM   #6
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by fatalfrrog View Post
I haven't used Chrome or Chromium in ages, so I'm probably wrong , but I believe the binary is `google-chrome` or some such.
http://www.chromium.org/
 
Old 03-26-2012, 02:13 AM   #7
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Look in the .desktop file for the command.
 
Old 03-26-2012, 02:43 AM   #8
fatalfrrog
Member
 
Registered: May 2011
Distribution: Slackware
Posts: 57

Rep: Reputation: 31
Quote:
Originally Posted by igxz View Post
Yes, I know what it is. The last time I used Chromium was in Crunchbang Statler I think, when I believe it was included by default - and I remember launching it via `google-chrome` or something similar. Try it.
 
Old 03-26-2012, 02:53 AM   #9
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by dive View Post
Look in the .desktop file for the command.
turns out by default, chromium is not allowed to run as root unless you do "#chrome --user-data-dir #some dir# (I put '/root/chromium', not sure that makes sense, which I believe(hopefully) it can be updated later on"

Click image for larger version

Name:	chromium.png
Views:	28
Size:	149.9 KB
ID:	9310
 
Old 03-26-2012, 02:55 AM   #10
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Why do you want to run it as root?
 
Old 03-26-2012, 03:31 AM   #11
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by dive View Post
Why do you want to run it as root?
I don't, just did it once to test option, now runs it on my normal account. thanks for pointing that out though. :-)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] modifying Chromium slackbuild script to build newer release? Cultist Slackware 2 03-22-2012 08:40 AM
Error in cmd completion - opcode 121 dann_radkov Linux - Newbie 2 12-22-2011 01:50 AM
[SOLVED] usb-storage: Status code -121 error j_kubik Linux - Hardware 5 06-24-2011 01:22 PM
chromium os and chromium daily build Gnimmelf Linux - Newbie 0 03-15-2011 02:36 PM
Chromium OS: No trunk build, but BuildBot page? Kenny_Strawn Linux - Distributions 3 10-18-2010 06:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration