You are not logged in.

#21 2016-10-21 17:05:49

kdaffef
Member
Registered: 2016-10-20
Posts: 22

Re: growl for linux install

kdaffef wrote:
kdaffef wrote:

after this command in terminal
root@office-call:~/growl-for-linux# ./autogen.sh

I get an error message :

libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:36: error: possibly undefined macro: AC_SUBST
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:37: error: possibly undefined macro: AC_CONFIG_FILES
autoreconf: /usr/bin/autoconf failed with exit status: 1

Thank you for help, seems easy but it's hard for me !
(thank you for helping members)


Sorry for this, but seems that no one  around ?
I also tried the @Head_on_a_Stick method with no success, :-(

Offline

#22 2016-10-21 17:17:57

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,752

Re: growl for linux install

I'd try to run autogen as NOT root. Also maybe not all requirements are met, I'd try with

 sudo apt-get install build-essential fakeroot devscripts

Last edited by brontosaurusrex (2016-10-21 17:20:53)

Online

#23 2016-10-21 18:01:15

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: growl for linux install

brontosaurusrex wrote:

I'd try to run autogen as NOT root.

+1

Never use root privileges for anything except the final `make install` step.

You could try this before running the autogen script:

libtoolize --force

Not in Debian atm so I can't test this hmm

Offline

#24 2016-10-21 21:29:23

kdaffef
Member
Registered: 2016-10-20
Posts: 22

Re: growl for linux install

Hi again, After autogen command, no success one time more after your great advices of @Head_on_a_Stick and @brontosaurusrex !
any new try ?

office@office-call:~/growl-for-linux$ ./autogen.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:36: error: possibly undefined macro: AC_SUBST
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:37: error: possibly undefined macro: AC_CONFIG_FILES
autoreconf: /usr/bin/autoconf failed with exit status: 1
office@office-call:~/growl-for-linux$ libtoolize --force
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: linking file `m4/libtool.m4'
libtoolize: linking file `m4/ltoptions.m4'
libtoolize: linking file `m4/ltsugar.m4'
libtoolize: linking file `m4/ltversion.m4'
libtoolize: linking file `m4/lt~obsolete.m4'
office@office-call:~/growl-for-linux$ ./autogen.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:36: error: possibly undefined macro: AC_SUBST
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:37: error: possibly undefined macro: AC_CONFIG_FILES
autoreconf: /usr/bin/autoconf failed with exit status: 1

Last edited by kdaffef (2016-10-21 21:54:40)

Offline

#25 2016-10-21 21:38:35

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: growl for linux install

^ Repeat: use [ code ] tags PLEASE!


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#26 2016-10-21 21:42:59

kdaffef
Member
Registered: 2016-10-20
Posts: 22

Re: growl for linux install

damo wrote:

^ Repeat: use [ code ] tags PLEASE!

hi, i used tags as explained above (put code tag at beginning and same at the end
or sorry if i understood!

Offline

#27 2016-10-21 21:50:48

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: growl for linux install

kdaffef wrote:
damo wrote:

^ Repeat: use [ code ] tags PLEASE!

hi, i used tags as explained above (put code tag at beginning and same at the end
or sorry if i understood!

You used [ quote ] tags! You can edit your posts and change the tags yourself, if you like. The advantage of [ code ] tags is that it preserves the formatting of the pasted terminal output, and it can be scrolled up/dow,n left/right - much easier to read smile


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#28 2016-10-21 21:55:33

kdaffef
Member
Registered: 2016-10-20
Posts: 22

Re: growl for linux install

damo wrote:

^ Repeat: use [ code ] tags PLEASE!

done !  smile

Offline

#29 2016-10-22 02:16:52

stevep
MX Linux Developer
Registered: 2016-08-08
Posts: 381

Re: growl for linux install

Tah-dah!

https://software.opensuse.org/download. … -for-linux

Remember the commands to add the repo key must also be run as root or with sudo.  I used the PPA source as a starting point, but there were a few problems with it, such as a missing libssl-dev build-depend, and the maintainer tediously added a bunch of package dependencies instead of letting ${shlibs:Depends} handle all that automagically.

Offline

#30 2016-10-22 05:08:16

kdaffef
Member
Registered: 2016-10-20
Posts: 22

Re: growl for linux install

stevep wrote:

Tah-dah!

https://software.opensuse.org/download. … -for-linux

Remember the commands to add the repo key must also be run as root or with sudo.  I used the PPA source as a starting point, but there were a few problems with it, such as a missing libssl-dev build-depend, and the maintainer tediously added a bunch of package dependencies instead of letting ${shlibs:Depends} handle all that automagically.


Very helpful @stevep, this is the best news for this week-end !!

Thanks to all for their help

Last edited by kdaffef (2016-10-22 05:09:17)

Offline

#31 2016-10-22 06:03:19

kdaffef
Member
Registered: 2016-10-20
Posts: 22

Re: growl for linux install

kdaffef wrote:
stevep wrote:

Tah-dah!

https://software.opensuse.org/download. … -for-linux

Remember the commands to add the repo key must also be run as root or with sudo.  I used the PPA source as a starting point, but there were a few problems with it, such as a missing libssl-dev build-depend, and the maintainer tediously added a bunch of package dependencies instead of letting ${shlibs:Depends} handle all that automagically.


Very helpful @stevep, this is the best news for this week-end !!

Thanks to all for their help


straight install, but didn't find the app in Menu  to start it, may be missing something ?

Offline

#32 2016-10-22 06:31:35

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: growl for linux install

On bunsen, you have to add stuff to the menu for yourself, right click on desktop > Preferences > Openbox > GUI Menu Editor


Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me

Offline

#33 2016-10-22 06:56:25

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: growl for linux install

kdaffef wrote:

...
straight install, but didn't find the app in Menu  to start it, may be missing something ?

Research maybe?  Menu -> Help -> Openbox ->


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#34 2016-10-22 07:11:47

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: growl for linux install

hello kdaffef, i'd like to know how you actually use growl.

Offline

#35 2016-10-22 08:28:20

kdaffef
Member
Registered: 2016-10-20
Posts: 22

Re: growl for linux install

ohnonot wrote:

hello kdaffef, i'd like to know how you actually use growl.

hi, actually growl (as client) is used to display calls notifications no my desktop, and it notified by send-to-growl module which is installed on my asterisk voip vps server.

I used it for many years with Windows desktop, but now i migrated to bunsenlabs distro which really great, but as a new comer to linux planet, it's hard to me to understand very basic things and make them working now !.

regards

Offline

#36 2016-10-22 08:58:20

kdaffef
Member
Registered: 2016-10-20
Posts: 22

Re: growl for linux install

damo wrote:
kdaffef wrote:

...
straight install, but didn't find the app in Menu  to start it, may be missing something ?

Research maybe?  Menu -> Help -> Openbox ->


Okay looked at adding items to openbox menu, but what should pout in command field ? and where i could find growl-for-linux folder ? (any equivalent to windows/program files/ ??). Thks

Offline

#37 2016-10-22 09:10:49

iMBeCil
WAAAT?
From: Edrychwch o'ch cwmpas
Registered: 2015-09-29
Posts: 767

Re: growl for linux install

Of toppic: @stevep ... thanks for taking the time to package PaleMoon for debian (and consequently for BL). Much obliged, sir wink


Postpone all your duties; if you die, you won't have to do them ..

Offline

#38 2016-10-22 09:26:08

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: growl for linux install

kdaffef wrote:

...
Okay looked at adding items to openbox menu, but what should pout in command field ? and where i could find growl-for-linux folder ? (any equivalent to windows/program files/ ??). Thks

There are many ways to find the command to use:

Most executables will be in '/usr/bin' or '/usr/local/bin';

Find an executable with commands like 'apropos', 'which' etc, so you could do

apropos growl

or

which growl<tab to complete>

When you find the path to the executable, use that in the command field in the menu editor (you can also browse from there to find it). I usually test the command in a terminal first....

There are also other utilities like the 'find' and 'locate' commands, and the catfish gui: 'Menu -> Accessories ->  Catfish File Search'


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#39 2016-10-22 09:54:31

kdaffef
Member
Registered: 2016-10-20
Posts: 22

Re: growl for linux install

kdaffef wrote:
kdaffef wrote:
stevep wrote:

Tah-dah!

https://software.opensuse.org/download. … -for-linux

Remember the commands to add the repo key must also be run as root or with sudo.  I used the PPA source as a starting point, but there were a few problems with it, such as a missing libssl-dev build-depend, and the maintainer tediously added a bunch of package dependencies instead of letting ${shlibs:Depends} handle all that automagically.


Very helpful @stevep, this is the best news for this week-end !!

Thanks to all for their help


straight install, but didn't find the app in Menu  to start it, may be missing something ?

Hi got it !!! : i saw recent installed app  in /usr/bin and discover that it's named "gol", so right in run program box, and it's finally working

Sorry for my stupid questions and insistence (expresses my frustration), and thank for your great help ...

Offline

#40 2016-10-22 10:04:02

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: growl for linux install

kdaffef wrote:

....
Sorry for my stupid questions and insistence (expresses my frustration), and thank for your great help ...

Questions aren't stupid, it is what you do with the answers that could be!

Linux can need a different mindset if you are coming from the Windows world, especially as regards terminal use, which can be easier and more efficient.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

Board footer

Powered by FluxBB