LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-05-2008, 09:37 AM   #16
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335

Quote:
Originally Posted by Telemachos View Post
My first inclination is to say "If you think that was confrontational, you ain't seen nothing yet."
I think you misunderstood El1iP3S01D's comment. He wasn't accusing you of being confrontational. He was either talking to me or to AlucardZero or to both of us.
 
Old 07-06-2008, 12:11 AM   #17
El1iP3S01D
LQ Newbie
 
Registered: Apr 2008
Location: Bklyn
Distribution: Debian Etch amd64
Posts: 21

Original Poster
Rep: Reputation: 15
Stress, alucard,nx and Telemachus...

Folks, first and foremost hello to all...Stress your suggestion worked, yet the problem that remains is how do i activate or invoke gnash to start?
 
Old 07-06-2008, 12:29 AM   #18
El1iP3S01D
LQ Newbie
 
Registered: Apr 2008
Location: Bklyn
Distribution: Debian Etch amd64
Posts: 21

Original Poster
Rep: Reputation: 15
Folks...

Folks, How do i open this file called "Changelog" using nano on Debian Etch amd64?

This is the file i'm referring to: You find this file when you dpkg-source -x gnash_0.8.3-dsc
then you cd gnash-0.8.3 Afterwards, you ls -a the file and you find autogen.sh backend and the file i'm discussing Changelog...Again, how do i open this file debian/changelog using nano editor?

Last edited by El1iP3S01D; 07-06-2008 at 12:58 AM.
 
Old 07-07-2008, 01:53 AM   #19
El1iP3S01D
LQ Newbie
 
Registered: Apr 2008
Location: Bklyn
Distribution: Debian Etch amd64
Posts: 21

Original Poster
Rep: Reputation: 15
Smile Folks, look at what i encountered?

I need your help understanding what this is and how do i correct it?

el1ip3s01d@0007-Iehovah:~/Gnash/gnash-007/gnash-0.8.3$ dpkg-buildpackage -rfakeroot -uc -us -d
dpkg-buildpackage: source package is gnash
dpkg-buildpackage: source version is 0.8.3-3,007
dpkg-buildpackage: source changed by el1ip3s01d <radaif@gmail.com>
dpkg-buildpackage: host architecture amd64
dpkg-buildpackage: source version without epoch 0.8.3-3,007
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f config-stamp build-stamp
rm -f config.sub config.guess config.log config.status
rm -f libtool
rm -f `find . -name "Makefile"| grep -v "debian/"`
rm -f `find . -name "*.o"`
rm -rf `find . -name ".libs"`
rm -rf `find . -name ".deps"`
rm -rf po/*.gmo
rm -f compile
rm -f configure aclocal.m4 config.h.in
#-find . -name Makefile.in -exec rm {} \;
rm `find . -name Makefile.in`
rm -rf libltdl/autom4te.cache
rm -f libltdl/* ltmain.sh
cd debian/h2m; /usr/bin/make clean
make[1]: Entering directory `/home/el1ip3s01d/Gnash/gnash-007/gnash-0.8.3/debian/h2m'
rm -f gnash.1 gprocessor.1 cygnal.1
make[1]: Leaving directory `/home/el1ip3s01d/Gnash/gnash-007/gnash-0.8.3/debian/h2m'
rm -f README.amf
rm -rf debian/tmp debian/tmp.opengl tmp.agg tmp.opengl

== CLEANING PATCHES ============================================

/usr/bin/make -f /usr/share/quilt/quilt.make unpatch
make[1]: Entering directory `/home/el1ip3s01d/Gnash/gnash-007/gnash-0.8.3'
make[1]: /usr/share/quilt/quilt.make: No such file or directory
make[1]: *** No rule to make target `/usr/share/quilt/quilt.make'. Stop.
make[1]: Leaving directory `/home/el1ip3s01d/Gnash/gnash-007/gnash-0.8.3'
make: *** [clean] Error 2

So, how do i fix or correct the problem?
 
Old 07-07-2008, 04:27 AM   #20
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
So you want to build your own package.. any reasons for this?

Either you use a dpkg frontend that download the sources and solves dependencies:
sudo apt-get build-dep gnash this will download build dependencies like probably quilt
apt-get source gnash you will need then a deb-src line in your sources.list so that apt knows where to find the source
cd gnash*
dpkg-buildpackage -rfakeroot -uc -us -d
sudo dpkg -i ../gnash*.deb

Or you solve dependencies yourself...

http://packages.debian.org/search?se...table&arch=any
apt-get install quilt

Last edited by nx5000; 07-07-2008 at 04:29 AM.
 
Old 07-08-2008, 10:04 AM   #21
El1iP3S01D
LQ Newbie
 
Registered: Apr 2008
Location: Bklyn
Distribution: Debian Etch amd64
Posts: 21

Original Poster
Rep: Reputation: 15
Cool nx5000

nx5000, is there way to make Epiphany browser have to tabs when you open the browser for the first time?
 
Old 07-08-2008, 12:16 PM   #22
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Quote:
Originally Posted by El1iP3S01D View Post
nx5000, is there way to make Epiphany browser have to tabs when you open the browser for the first time?
I am using iceweasel.. Maybe you get answers from somebody else or you open a new thread in software subforum.
 
  


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
How to install Compiz-Fusion in Debian etch (AMD64, ATI Radeon HD3200) Maxei Debian 9 02-16-2009 04:13 PM
How do i install Nvidia Driver 169.12-x86_64 on Debian Etch amd64? El1iP3S01D Debian 7 05-06-2008 09:54 AM
New Debian AMD64 Etch install - need help to run Quake 4 demo BigVig Debian 1 10-15-2006 02:24 PM
Debian AMD64 Etch cannot install KDE shrabok Debian 4 07-07-2006 10:10 PM

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

All times are GMT -5. The time now is 09:54 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