[SOLVED] make fails but makepkg works fine (when building zathura git)

Hello,
when I build the "zathura-girara-git" AUR package with makepkg everything works fine, but if I try to build zathura after cloning the git repo make fails with some errors.
make output from makepkg:
zathura build options:
CFLAGS = -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -Wall -Wno-format-zero-length -Wextra -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
LIBS = -lgirara-gtk2 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread -lm
DFLAGS = -g
CC commands.c
CC = cc
CC document.c
CC render.c
CC zathura.c
CC completion.c
CC bookmarks.c
CC utils.c
CC shortcuts.c
CC config.c
CC callbacks.c
CC print.c
CC database-plain.c
CC -o zathura
installing executable file
installing header files
installing manual pages
which: no rst2man in (/usr/lib/ccache/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/local/bin/:/home/bexie/bin)
installing desktop file
installing pkgconfig file
make output:
zathura build options:
CFLAGS = -std=c99 -pedantic -Wall -Wno-format-zero-length -Wextra -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
LIBS = -lgirara-gtk2 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lsqlite3 -ldl -lpthread -lm
DFLAGS = -g
CC = cc
CC commands.c
In file included from commands.c:3:0:
commands.h:7:20: fatal error: girara.h: No such file or directory
compilation terminated.
make: *** [commands.o] Error 1
I tried exporting the enviroment variables from /etc/makepkg.conf, to no avail. I also tried adding the girara include files to CFLAGS, but it throws the same kind of error about some gtk dependency.
I don't know if this is a general issue, but as I can compile it through makepkg I don't think this is due to zathura.
Does anyone have a clue on what could be wrong here?
Last edited by donbex (2012-01-22 12:56:59)

In the PKGBUILD, they are cloning the repo by doing :
_gitroot="git://pwmt.org/zathura.git"
_gitname="zathura"
git clone $_gitroot
cd $_gitname && git checkout --track -b develop origin/develop
Are you doing the same ?

Similar Messages

  • App does not send push notification when app gone live but was working fine when tested locally?

    Please help us to get this solved. We tested the webserice URL which works okay. Port 2195 is also open. APN certificate is also not expired. What could be the problem that app when tested before live was sending push notification and when it is live, it has stopped!?

    This would seem to be a question better posted in the App Developers forum.

  • After configuring SSL, cannot run Report Manager but ReportServer works fine

    I'm using SSRS 2014 as part of SQL Server 2014 Express. I've configured both the Web Service URL and the Report Manager URL to use a Certificate and only allow port 443 traffic. I did this by removing the port 80 identity and adding an SSL Identity.
    All is working well for https://myserver.com/ReportServer. But when I try and access report manager, I get the following error when running remote:
    The underlying connection was closed: Could not
    establish trust relationship for the SSL/TLS secure channel.
    When running directly on the server, the server, it just rejects my passwords and asks for it again.
    If I remove the SSL Indentity and add back in port 80, it works fine over https.
    Any ideas of what might be causing this problem?
    Thanks,
    Glenn
    Please mark this post as Answered if it solved your problem, otherwise you can click Vote if it helped you out. -Glenn Thimmes

    Hi Glenn,
    Per my understanding that you have added an SSL Identity and you got some errors "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel." when you logging remotely to the report manager,
    but which work fine when login report server, and it also asked for credential when you login report manager locally, right?
    The issue can be caused by many factors. Please check below points one by one to help you clarify:
    In rsreportserver.config file(Path like this:C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer), ensure that SecureConnectionLevel is set to the value 2 or 3. If disable the SSL value is set to 0.  Corrected
    line in your rsreportserver.confiog file should look like:
    <Add Key="SecureConnectionLevel" Value="3"/>
     In rsreportserver.config, add the correct value to the <URLRoot> element. the ReportServerUrl value must be the name of the server that is registered for that certificate. with a hostname that is valid for your certificate. For example, if the
    certificate is registered to https://adventure-works.com.onlinesales, the report server URL would be
    https://adventure-works.com.onlinesales/reportserver.
    <UrlRoot>
    https://adventure-works.com.onlinesales/reportserver.
    </UrlRoot>
    Ensure that your certificate exists in Trusted Root Certification Authorities in certmgr for the local machine.
    http://www.c-sharpcorner.com/uploadfile/anavijai/could-not-establish-trust-relationship-for-the-ssltls-secure-channel/ 
    This is very important. In rsreportserver.config file, add the same value to the <ReportServerUrl> element the same as that you added in step 2. 
    <ReportServerUrl>
    https://adventure-works.com.onlinesales/reportserver.
    </ReportServerUrl>
    Then restart your report server (stop & then start in Report Server Configuration Manager).
    Article related to this issue also contain the troubleshooting for your reference:
    http://msdn.microsoft.com/en-us/library/ms345223(v=sql.100).aspx
    Similar threads for your reference:
    Could not establish trust relationship for the SSL/TLS secure
    channel
    SSRS 2008- Underlying connection
    was closed – could not establish trust relationship for SSL/TLS
    If your problem still exists, please try to provide us snapshopt about the setting for the SSL Identity and also the Report Manager URL,etc.
    Regards
    Vicky Liu

  • HT1692 not able to sync exchange calendar events on iPad made from my computer or iPhone. It works fine when I make an event from iPad, it shows on computer and iPhone but not vice-versa.

    I have an iPhone, Ipad and a Laptop. They all are configured to company's exch.I am not able to sync calendar events on iPad made from my computer or iPhone. It works fine when I make an event from iPad, it shows on computer and iPhone but not vice-versa.

    -Me again - it also won't upload the few new pictures I have on the computer onto the iPad without deleting all the photos that are already there....

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • List View filtered by multiple params (one from cookie) - works fine when groups are expanded initially, but hides filtered items when collapsed and then expanded.

    Hello!
    I have a page with a list view web part. I am applying multiple filter parameters to it: I have to display documents for all US locations (general) and also filtered view of documents for user's office location. I am setting the user location Cookie and
    i have configured webpart with Param to read it. Second filter value is hard-coded (Non-specific location). It all works FINE when i set the list View to expand all groups by default.  The problem starts when I set it to be collapsed from the start: 
    Collapsed group shows correct number of items to be inside but when i expand it, the 1 extra LOCAL item filtered by {PARAM}  is missing from inside this expanded group. Only items filtered by a "hardcoded text param" are being shown.  And
    again - when i change the view and set it to be expanded by default - ALL items are being shown without any problem! Only thing that breaks it - setting of collapsed-expanded for this view groups. nothing else.
    Any suggestion on how to work with this thing?
    I can't make all groups expanded by default - too many documents, but it only time when it works.
    I tried changing view design, other characteristics, but nothing makes it change the behavior so far.
    I really want o avoid creating custom "hardcoded" views for each location where location is predefined instead of dynamically read it from cookie. For me it looks like something is connected with PARAM as only these items are affected by this weird
    behavior. Thank you in advance!

    Hi Olga
    I have tried the method you have mentioned, but the jquery function is not working to collapse the groups.
    I have tried 2 approaches, but none of them is working fully:
    1) Raising the Click event as follows
    for (var i = 0; i < links.length; i++)
                         if (links[i].href == "javascript:" && links[i].onclick.toString().indexOf("ExpCollGroup")
    > -1)
                               links[i].click();
    2) ExpCollGroup()
    Please suggest or send the correct method to collapse

  • My iPhone 4 turns off (crashes) after accesing any apps, It work fine when plugged to charger. I tried all troubleshooting steps suggested by Apple but it doesn't work. What could be the problem and what are the solutions?

    My iPhone 4 turns off (crashes) after accesing any apps, It work fine when plugged to charger (power supply). I tried all troubleshooting steps suggested by Apple but it doesn't work. I backed up my phone. I restored it several times. Even I re-installed iphone software. Also I restored it as a new iphone but doesn't work. What could be the problem and what are the availble solutions?

    We can't know if there's a "fixture" because we can't examine your phone.  But Apple can.  Make a Genius Bar appointment and get your phone evaluated.

  • TS4079 Siri used to work fine when making mobile calls in Ecuador until yesterday, when the administration of Ecuador added an aditional number in all mobile numbers existing in Ecuador. Since then Siri is unable to make any mobile calls with any new numb

    Siri used to work fine when making mobile calls in Ecuador until yesterday, when the administration of Ecuador added an aditional number in all mobile numbers existing in Ecuador. Since then Siri is unable to make any mobile calls with any new number.Help
    I`ve tried restarting, rebooting, nothing works.
    The interesting thing is that SIRI can call to previous mobile numbers (without the new digit) obviously not connecting , and, can call to any other numbers as an office or home number. So the problem is the new digit in the mobile number

    Ecuador has added an extra digit to mobile phone numbers but apple wont accept 10 digit phone numbers so we cant use facetime or apple IM or verify our new phone numbers. ( and Siri won't work either!) I have contacted apple support online but can't request a call back as the apple system says our new phone numbers are invalid. I am going to phone them tomorrow and you should complain too at http://www.apple.com/support/contact/.  . The more people that bring this to their attention the faster it will get fixed

  • HT1444 FaceTime calling FaceTime can't hear me when talking but can hear them on macbook pro  but using FaceTime iPhone works good family has mac pro same but it works fine

    face time on mac book pro 15.5 cant hear me talking but can hear them family has same computer but it works fine facetime on Iphone works good to    

    Does your mic work in System Preferences?
    System Preferences > Sound > Input
    There is an Input Level meter that should light up when you talk. Just to make sure your mic and Mac are working.
    Which mic are you using? Are  you using the built in mic on an Apple Display? I have Apple's LED display and every time I use Facetime, as in place or take a call, the mic input volume gets reset to a level so low, people can't hear me. I have to manually raise the mic volume back to where I had set it. When I end the call, Facetime resets the volume back to where I set it. If I don't reset the mic volume level on each and every call, people can't hear me.
    I called Apple on this. They downloaded a log file tool to my Mac and took some logs. Then they called me back and said this works as designed. Incredible.
    So, if you are using Apple's LED display, this may be your problem. Note that the mic volume level gets set low and reset back only during a call. If you check it before a call and then after a call, it looks fine as if nothing changed. Open up the Sound prefernces and watch it get reset in real time.

  • Mail won't send mail when in wireless mode but works fine when wired

    Ok, this happens all the time. I have several pop email accounts, all of which work fine when I am hooked in to an ethernet cable, but Apple Mail won't send any of my outgoing mail form any of my accounts when i'm am working wirelessly.
    I always get a message like:
    Cannot send message using server smtp.name.net
    I try to switch servers and I cycle through all of them, getting them same message, followed by things like:
    The server response was: 5.1.2 Bad or missing RCPT domain k39sm5757680wah
    Any advice.

    Go to Apple Menu > System Preferences > Network, choose Network Port Configurations from the Show popup menu, and make sure that the configuration used to connect to Internet appears at the top of the list. Leave checked (enabled) only the port configuration needed to connect to Internet and Built-in Ethernet (in that order if not the same), uncheck (disable) the rest of network port configurations and see whether that helps — if it doesn’t, turn ON again the ones you want enabled.
    You may use “network locations” to more easily switch between network settings if necessary, as described here:
    Using network locations in Mac OS X

  • My password works fine when I turn the computer on, but when I try to wake it from sleep mode the computer doesn't recognize my password -- the same one I used successfully when I turned the computer on.

    My password works fine when I turn the computer on, but when I try to wake it from sleep mode the computer doesn't recognize my password -- the same one I used successfully when I turned the computer on.

    Okay, I seem to have solved the problem I posted about earlier.  I noticed that the language preference in the upper right hand corner of the screen (between the date and time and the Spotlight icon) had somehow gotten switched from American English to French.  When I switched it back to American English, my password worked when waking the computer from sleep mode.  I have no idea why changing the language preference would affect the way the password works but that seems to have been the case.  I'll post again if I experience more problems.

  • The iTune Remote App has stopped finding my iTunes library when connected to wifi from my main router, but works fine when connected via second wifi router on the same network (different SSID)

    I'm running iTunes Remote App from a couple of iPhone 5's and a first generation iPod Touch. iTunes is running on a PC - Windows 7. My home network runs two Wifi Routers, each with a different SSID. I've had no problems with the Remote app running this set up for the last 8 months but recently the App can only find my iTunes library when the iPhone/iPod is connected via one specific router, when connected to the network via the other router, no iTunes library is found. I'm also running an Apple TV and it's the same as the iTunes Library, only visible via the one SSID.
    Everything else seems to work fine when connected via either router, eg Internet on the iPhones (definitely via wifi)
    I've tried renewing the lease on the iPhone wifi connection, restarting everything.....several times.....
    It used to work fine, this only seems to have been a problem in recent weeks
    Any help or advice would be much appreciated
    Thanks
    Ian

    It turned out to be the firewall settings on our router. Her machine was sending traffic that our router interpreted as a DoS attack and blacklisted her Airport's MAC address. That's why it would work fine if she switched to Ethernet.

  • My iphone 4 wont connect to my wifi, it usualy works fine, when i go to settings it says its connected but on the home screen it still says 3g and is running at 3g speeds still, please help :)

    my iphone 4 wont connect to my wifi, it usualy works fine, when i go to settings it says its connected but on the home screen it still says 3g and is running at 3g speeds still? please help

    http://support.apple.com/kb/ts1398

  • Ipod nano 5th gen - works fine when plugged in either to wall or computer and appears to be fully charged but as soon as it is unplugged screen goes blank and will not start - is the battery shot?

    Ipod nano 5th gen - works fine when plugged in either to wall or computer and appears to be fully charged but as soon as it is unplugged screen goes blank and will not start - is the battery shot?

    Yes, your battery is likely toast and in need of replacement.  Not much else for troubleshooting here.  Sorry.
    B-rock

  • After using my iPod classic in my infinity G35 a few weeks ago, I took it out of the car and it no longer works.  Just a white screen with the web address for Apple iPod support.  Worked fine when hooked up to iPod jack in car.  But wont work anywhere now

    After using my iPod classic in my infinity G35 a for the last few weeks, I took it out of the car and it no longer works.  Just a white screen with the web address for Apple iPod support.  Worked fine when hooked up to iPod jack in car.  But won't work anywhere now.  I tried re-setting but has not worked.  Any ideas would be appreciated.

    I finally resolved my problem after spending way too much time on it. I simply handed my 160GB iPod to my husband to put his fav Stones & Beatles songs on and I went back to my 80GB Microsoft Zune which has never disappointed me.
    After spending so much time trying to figure this out I did finally take it back to Apple Store who performed a diagnostic and found there was a problem with the device. They replaced it with a refurbished one which has similar issues. All I wanted to do was listen to my music. Was that too much to ask? So I am happy to be free of this problematic device. No more Apple for me!!

Maybe you are looking for

  • Itunes no longer recognizes my ipad

    connecting my ipad to itunes via mac itunes error messages and do not reconnect the ipad and it does not load how can I do. I made a restore nothing changes

  • Urgently .. import invoice to AP

    Dear guys, I Need your expertise to import invoices from other application into Oracle AP, beside this two tables (AP_INVOICES_INTERFACE, AP_INVOICE_LINES_INTERFACE) any other table i have to take a note? and also which one are the mandatory columns

  • Data Centers URL through Rest API

    Hi All, Below is the set of question: Is hitting the API https://login.eloqua.com/id is the only way to get the endpoint specific to User? Does the endpoint remains same every time or it changes? Suppose I have purchased the license. The license is v

  • Ipad iOS 6 PDF files will not open

    I can not open any PDF files in my email nor online text books. I have downloaded Adobe reader 9 for business. Verizon's nor Apples techs have been able to help. Can you help me?

  • OUTPUT TYPE  in Nace!

    What is the meaning of output type in NACE ?