LinuxQuestions.org
Help answer threads with 0 replies.
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 08-16-2011, 05:03 PM   #1
Laxman_prodigy
Member
 
Registered: Mar 2010
Location: New Delhi, India
Distribution: Slackware64 13.37
Posts: 104

Rep: Reputation: 0
Problem installing from transmission.slackbuild


Hi.

I installed libevent and then while executing slackbuild it shows some error which I can't make out... This is the last segment of the process which I think may be relevant:

Code:
  CC     watch.o
  CCLD   transmission-daemon
  CC     remote.o
  CCLD   transmission-remote
make[1]: Leaving directory `/tmp/SBo/transmission-2.31/daemon'
Making all in cli
make[1]: Entering directory `/tmp/SBo/transmission-2.31/cli'
  CC     cli.o
  CCLD   transmission-cli
make[1]: Leaving directory `/tmp/SBo/transmission-2.31/cli'
Making all in gtk
make[1]: Entering directory `/tmp/SBo/transmission-2.31/gtk'
make  all-recursive
make[2]: Entering directory `/tmp/SBo/transmission-2.31/gtk'
Making all in icons
make[3]: Entering directory `/tmp/SBo/transmission-2.31/gtk/icons'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/SBo/transmission-2.31/gtk/icons'
make[3]: Entering directory `/tmp/SBo/transmission-2.31/gtk'
  CC     actions.o
actions.c:16:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
make[3]: *** [actions.o] Error 1
make[3]: Leaving directory `/tmp/SBo/transmission-2.31/gtk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/SBo/transmission-2.31/gtk'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/SBo/transmission-2.31/gtk'
make: *** [all-recursive] Error 1
root@Nerdmany:/home/sneakattack/Downloads/Transmission/transmission#
 
Old 08-16-2011, 06:48 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
fatal error: gtk/gtk.h: No such file or directory
'transmission-2.31' will build OK on Slackware 13.37 -64 with the Slackbuild
script from Slackbuild.org http://slackbuilds.org/repository/13.../transmission/
and the Slacky script http://slackware.org.uk/slacky/slack...sion/2.31/src/

? Somehow your gtk install is incomplete ? ? Or ?


Anyway : Packages are available from Niels Horn ..
http://www.nielshorn.net/slackware/slack_pkg.php
> transmission 2.31, and transmission 2.33 .

..

Last edited by knudfl; 08-16-2011 at 06:53 PM.
 
Old 08-17-2011, 01:57 AM   #3
Laxman_prodigy
Member
 
Registered: Mar 2010
Location: New Delhi, India
Distribution: Slackware64 13.37
Posts: 104

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by knudfl View Post
'transmission-2.31' will build OK on Slackware 13.37 -64 with the Slackbuild
script from Slackbuild.org http://slackbuilds.org/repository/13.../transmission/
and the Slacky script http://slackware.org.uk/slacky/slack...sion/2.31/src/

? Somehow your gtk install is incomplete ? ? Or ?


Anyway : Packages are available from Niels Horn ..
http://www.nielshorn.net/slackware/slack_pkg.php
> transmission 2.31, and transmission 2.33 .

..
Hi.

I installed the complete recommended DVD but without kde. I have got the DVD, so are there any specific packages I should try to check?
 
Old 08-17-2011, 02:07 AM   #4
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,247

Rep: Reputation: 4273Reputation: 4273Reputation: 4273Reputation: 4273Reputation: 4273Reputation: 4273Reputation: 4273Reputation: 4273Reputation: 4273Reputation: 4273Reputation: 4273
like knudfl said, I think you should
Code:
upgradepkg --reinstall /media/cdrom/slackware64/l/gtk+2-2.24.4-x86_64-1.txz
(I guessed the path)

it contains gtk/gtk.h
Quote:
actions.c:16:21: fatal error: gtk/gtk.h: No such file or directory

Last edited by ponce; 08-17-2011 at 02:11 AM.
 
Old 08-17-2011, 04:12 AM   #5
Laxman_prodigy
Member
 
Registered: Mar 2010
Location: New Delhi, India
Distribution: Slackware64 13.37
Posts: 104

Original Poster
Rep: Reputation: 0
[QUOTE=ponce;4445245]like knudfl said, I think you should
Code:
upgradepkg --reinstall /media/cdrom/slackware64/l/gtk+2-2.24.4-x86_64-1.txz
(I guessed the path)

it contains gtk/gtk.h[/QUOTE

I reinstalled the whole DVD packages excluding KDE again changed the buildscript to point to the latest source and it worked.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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] problem installing gst-python slackbuild, not sure whats wrong Cultist Slackware 6 06-27-2011 04:45 PM
[SOLVED] Problem installing the Clementine slackbuild Cultist Slackware 8 01-02-2011 11:44 AM
[SOLVED] Transmission Slackbuild fails to compile on Slackware64 13.1 astanton Slackware 9 11-10-2010 06:21 PM
Installing VirtualBox from SlackBuild - Slackware 12 - vboxdrv problem Do7AN Slackware 9 01-22-2009 01:58 PM
Problem installing mad-wifi slackbuild on new kernel der_11 Slackware 2 08-07-2007 01:14 AM

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

All times are GMT -5. The time now is 12:13 AM.

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