You are not logged in.

#1 2014-05-13 11:10:40

cpcnw2
Member
Registered: 2009-12-01
Posts: 26

ipager build fails

src: https://aur.archlinux.org/packages/ipager/

output after patching and attempting to build ;

scons: *** [ipager] Implicit dependency `@my_libs@' not found, needed by target `ipager'.
scons: building terminated because of errors.

same thing happens using yaourt to dl / build

have search every file in package for 'my_libs' to no avail and not sure where to go next
with this.

Any tips appreciated!

Offline

#2 2014-05-13 11:26:09

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: ipager build fails

It's really old - last upstream release 2005 (!), last AUR update well over a year ago. Maybe you need to find or create a new patch.

Offline

#3 2014-05-13 11:56:18

cpcnw2
Member
Registered: 2009-12-01
Posts: 26

Re: ipager build fails

maybe there is a close alternative I havent heard of?

Offline

#4 2014-05-13 12:35:43

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: ipager build fails

Maybe - have you checked the repos/AUR?

Offline

#5 2014-06-11 01:52:56

ping
Member
Registered: 2014-06-11
Posts: 1

Re: ipager build fails

I believe the @my_libs@ is coming from the 'imlib2-config --cflags --libs' command in the SConstruct file when it tries to find the imlib2 library.  I changed it to the following and it seems to have fixed it:


imlib2_env.ParseConfig('imlib2-config --cflags --libs | sed s/@my_libs@//g')


I hope someone who knows more than me will create a patch??

in the meantime I hope that helps you get ipager back on track :-)

Last edited by ping (2014-06-11 13:37:44)

Offline

Board footer

Powered by FluxBB