[Solved... (3AM and split pkgbuild are bad)]can't build this package

I was updating my package to be splited so it could be easier to only install what the user want
but for some reason here in my machine not build.
I alone cant find a why to these error.
# Maintainer: Pablo Lezaeta <[email protected]>
pkgbase=chromeos-extra-fonts
pkgbase=("ttf-chromeosextra-font"
"ttf-lohit-font" "ttf-anjali-old-lipi" "ttf-my-paduk" "ttf-noto-font"
"ttf-ko-nanum-font" "ttf-tbt-jomolhari" "ttf-roboto-font" "ttf-droid-font"
"ttf-noto-cjk")
pkgver=2013.03.14
_crosextraver=20130214
_lohitver=2.5.0
_mlver=0.740
_paduk=2.50
_notover=20141219
_notocjk=20140912
_knanum=3.10.0
_jomol=0.0.3c
_robover=20141209
_droidver=20140815
pkgrel=1
depends=("fontconfig" "xorg-font-utils")
optdepends=("ttf-chromeos-fonts: Part of the Chromium OS fonts suite"
"otf-ipafont: Part of the Chromium OS fonts suite"
"ttf-dejavu: Part of the Chromium OS fonts suite"
"ttf-sil-fonts: Part of the Chromium OS fonts suite"
"ttf-carlito: Part of the Chromium OS fonts suite"
pkgdesc="Extra fonts from Chromium OS fonts suite by various author"
arch=("any")
provide=("ttf-font")
license=("GPL")
url="http://git.chromium.org/gitweb/00"
source=("http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/crosextrafonts-${_crosextraver}.tar.gz"
"http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/lohitfonts-cros-${_lohitver}.tar.gz"
"http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/ml-anjalioldlipi-${_mlver}.tar.gz"
"http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/my-padauk-${_paduk}.tar.gz"
"http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/notofonts-${_notover}.tar.bz2"
"http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/ko-nanumfonts-${_knanum}.tar.gz"
"http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/tibt-jomolhari-${_jomol}.tar.gz"
"http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/robotofonts-${_robover}.tar.bz2"
"http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/droidfonts-cros-${_droidver}.tar.gz"
"http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/noto-cjk-${_notocjk}.tar.bz2"
install="ttf-chromeos-extra-fonts.install"
package_ttf-chromeosextra-font() {
pkgver=${_crosextraver}
conflicts=("ttf-caladea")
license=("Apache")
pkgdesc="Caladea font for Chrom*OS by Huerta Tipografia"
install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
install -m 644 "${srcdir}/crosextrafonts-${_crosextraver}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
package_ttf-lohit-font(){
pkgver=${_lohitve}r
conflicts=("lohit-fonts")
license=("custom:OFL-1.1")
pkgdesc="6 Lohit fonts for Indic scripts"
url="http://fedorahosted.org/lohit"
install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
install -m 644 "${srcdir}/lohitfonts-cros-${_lohitver}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
install -m 644 "${srcdir}/lohitfonts-cros-${_lohitver}/LICENSE" "${pkgdir}/usr/share/doc/${pkgname}/lohitfonts-cros"
install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/lohitfonts-cros"
install -m 644 "${srcdir}/lohitfonts-cros-${_lohitver}/LICENSE" "${pkgdir}/usr/share/doc/$pkgname/lohitfonts-cros"
package_ttf-anjali-old-lipi(){
pkgver=${_mlver}
conflicts=("ttf-malayalam-font-anjalioldlipi")
license=("custom:OFL-1.1")
pkgdesc="AnjaliOldLipi font for the correct Malayalam rendering"
url="https://sites.google.com/site/cibu/anjalioldlipi-font"
install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
install -m 644 "${srcdir}/ml-anjalioldlipi-${_mlver}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/ml-anjalioldlipi"
install -m 644 "${srcdir}/ml-anjalioldlipi-${_mlver}/LICENSE" "${pkgdir}/usr/share/doc/${pkgname}/ml-anjalioldlipi"
package_ttf-my-paduk(){
pkgver=${_paduk}
conflicts=("ttf-padauk")
license=("custom:OFL-1.1")
pkgdesc="Padauk font for Myanmar/Birmania"
url="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=padauk"
install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
install -m 644 "${srcdir}/my-padauk-${_paduk}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/my-padauk"
package_ttf-noto-font(){
pkgver=${_notover}
conflicts=("ttf-noto")
license=("Apache")
pkgdesc="Noto fonts developed by Monotype"
install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
install -m 644 "${srcdir}/notofonts-${_notover}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
install -m 644 "${srcdir}/notofonts-${_notover}/*.ttc" "${pkgdir}/usr/share/fonts/TTF/"
package_ttf-ko-nanum-font(){
pkgver=${_knamum}
conflicts=("ttf-nanum-fonts")
license=("custom:OFL-1.1")
pkgdesc="Korean fonts released by Naver Inc. under OFL : NanumGothic (regular, bold), NanumMyeongjo (regular, bold)"
url="http://hangeul.naver.com/index.nhn"
install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
install -m 644 "${srcdir}/ko-nanumfonts-${_knanum}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/ko-nanumfonts"
install -m 644 "${srcdir}/ko-nanumfonts-${_knanum}/LICENSE" "${pkgdir}/usr/share/doc/${pkgname}/ko-nanumfonts"
package_ttf-tbt-jomolhari(){
pkgver=${_jomol}
conflicts=("ttf-jomolhari")
license=("custom:OFL-1.1")
pkgdesc="Jomolhari font for Tibetan"
url="https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari"
install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
install -m 644 "${srcdir}/tibt-jomolhari-${_jomol}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/tibt-jomolhari"
package_ttf-roboto-font(){
pkgver=${_robover}
conflict=("ttf-roboto")
license=("Apache")
pkgdesc="Roboto fonts by Google for Material Design"
install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
install -m 644 "${srcdir}/robotofonts-${_robover}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/robotofonts"
package_ttf-droid-font(){
pkgver=${_droidver}
conflict=("ttf-droid")
license=("Apache")
pkgdesc="DroidSansFallback and DroidSansMono"
install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
install -m 644 "${srcdir}/droidfonts-cros-$_droidver/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/droidfonts-cros"
package_ttf-noto-cjk(){
pkgver=${_notocjk}
conflicts=("ttf-noto")
license=("Apache")
pkgdesc="Noto Pan CJK fonts developed by Adobe"
install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
install -m 644 "${srcdir}/noto-cjk-${_notocjk}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
install -m 644 "${srcdir}/noto-cjk-${_notocjk}/*.ttc" "${pkgdir}/usr/share/fonts/TTF/"
# Md5? is the default in pacman -g blame Allan
md5sums=('368f114c078f94214a308a74c7e991bc'
'2626c1d45edbff72ec2667bc81c801eb'
'85a7927441264d3845f8aea874e2df98'
'da54672600f62c72bc81b08f35329024'
'd3308f4467f39c5b86bf3bdbb942ead1'
'ae8f913acbff9c0106d75c1a6106d443'
'715d38f358da74afbb6117492f3ae1b9'
'15d9d1dae252012c955fc1cc603114ee'
'cc62e181e017c9259b985dc6839160e9'
'4b03df69f12e1c8c18cb9f40623fea40')
it download, extract and verify but at package time...
mkdir: cannot create directory '/home/shelf/Proyectos/jristz/aur-pkgs/ttf-chromeo-extra-fonts/pkg/': File exists
/usr/bin/fakeroot: line 181: 19616 User defined signal 1 FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS" LD_PRELOAD="$LIB" "$@"
${pkgdir} is empty
Last edited by Jristz (2015-03-21 04:21:04)

Hi Jristz,
It seems you defined the pkgbase variable two times, you should change the first two lines to
pkgbase=chromeos-extra-fonts
pkgname=("ttf-chromeosextra-font"
"ttf-lohit-font" "ttf-anjali-old-lipi" "ttf-my-paduk" "ttf-noto-font"
"ttf-ko-nanum-font" "ttf-tbt-jomolhari" "ttf-roboto-font" "ttf-droid-font"
"ttf-noto-cjk")
--- EDIT ---
also this command will fail due to the use of the double quotes
install -m 644 "${srcdir}/crosextrafonts-${_crosextraver}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
you may want to change it to
find "${srcdir}/crosextrafonts-${_crosextraver}" -name "*.ttf"\
-exec install -m 664 {} "${pkgdir}/usr/share/fonts/TTF/" \;
Last edited by mauritiusdadd (2015-03-20 06:32:49)

Similar Messages

  • I get the following message when i try to open ALL my documents : frozen panes and split panes are not supported and were removed. my documents are blank

    i get the following message when i try to open any of my documents : frozen panes and split panes are not supported and were removed. All my documents open blanc!

    Hi Louisa,
    louisa_16_za wrote:
    i work with Numbers on my MiniMac and then save the files as Excel because the university only works with Windows.
    Numbers is not an Excel clone. Importing and exporting between Numbers and Excel will eventually build up glitches.
    If the university only works with 'Windoze' it might be better if you use Excel or a free version of Office (for example, Libre Office or Open Office).
    If your marks depend upon a professor who uses Excel, go with the flow.
    http://www.howtogeek.com/187663/openoffice-vs.-libreoffice-whats-the-difference- and-which-should-you-use/
    Regards,
    Ian

  • HT201302 Hi People! please help...I want to know how can i get photos from ipad to the computer, that were synchronized previously to ipad but from another pc that i dont have access anymore and these pics are now only found in this ipad and no other plac

    Hi People!
    Please help...I want to know how can i get photos from ipad to the computer, that were synchronized previously to ipad but from another pc that i dont have access anymore and these pics are now only found in this ipad and no other place.

    Hi Alan,
    Thanks for the help, but i've actually done that before.
    It does not help, because it only shows the photos on the camera roll and do not show the photos synchronized with that pc that i dont have access anymore.
    The photos/albums all appear on the ipad, i can see it without problems but i cant get them out of the ipad to save onto pc for backup.
    And i reaaly need it, as it is the only place that i actually have these photos now...

  • Why are holiday for Spain shown in Catalan in calendar and not SPANISH? How can I change this?

    Why are holidays for Spain shown in Catalan in calendar and not SPANISH? How can I change this?

    Try subscribing to a different calendar.
    Calendar Holidays
    Calendar Holidays (2)

  • I've bought and downloaded music from itunes, but the ends of almost all my songs are cut off and will not play, how can I fix this?

    I've bought and downloaded music from itunes, but the ends of almost all my songs are cut off and will not play, how can I fix this? Most of the music cuts off abouthalf way through the song, then it skips to the next one. Itunes also says I have not purchased the album though it is listed under my purchased albums. It's incrediabley frustrating, please help.

    go to the itunes store. select more in the bottom right select purchased. then press the cloud icon to DL striaght to the phone. Id use wifi. you can also DL into computer then synv over to phone.

  • I upgraded to OS8 for my Iphone 5 and now I have no access to e-mail and several apps. How can I address this problem? For those who have an iphone 5 I recommend not upgrading to the new OS until these bugs are resolved.

    I upgraded to OS8 for my Iphone 5 and now I have no access to e-mail and several apps. How can I address this problem? For those who have an iphone 5 I recommend not upgrading to the new OS until these bugs are resolved.

    I foolishly downloaded OS8 on my iPhone 4S. It not only greyed out my wifi button making it impossiblr to use wifi, but bluetooth connection doesn't work either. I reset the phone to factory settings but that did nothing apart from loose all my photos and contacts. OS 8 was still on after too. Apple say it is a problem but the download only brought the fact the hardware was faulty to the fore, but not being under warranty , the repair would cost £166 that I would have to pay. Totally unacceptable. If the problem was known and they knew it would cause problems on older models, why have it bob up on iTUNES for download.
    Don;t download it guys, APPLE aren't admitting culpability and it will cost you a fortune to put right!!

  • HT1620 I have been trying to download iOS 6.1 on my ipad.  It takes between 6-8 hours to download and after about 4-5 hours it send me an error message and cannot download. How can I delete this downloa? it will not let me download any apps

    I have been trying to download iOS 6.1 on my ipad.  After its been downloading for about 4 hours, I receive a message that there is an error and cannot download.  How can I delete this download from my settings?  I tried downloading other apps, but it will not let me unless I download iOS 6.1

    What iOS are you currently running?
    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.1. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom

  • My iPad does not have sound when on the Internet, including YouTube, but does have sound with iTunes and other apps.  How can I correct this?

    My iPad does not have sound when on the Internet, including YouTube, but does have sound with iTunes and other apps.  How can I correct this?

    If you are sure that you have sound in other apps - and if you can still hear keyboard clicks and get notifications, then system sounds are not muted. Try this and see if it works.
    Close all apps completely and reboot the iPad.
    Go to the home screen first by tapping the home button. Double tap the home button and the recents tray will appear with all of your recent apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • I got my iPad from my friend and he done a full restore before I got it, but know that I have put my iCloud account on here I have contacts and his too. How can I fix this problem? !!!!!

    I got my iPad from my friend and he done a full restore before I got it, but know that I have put my iCloud account on here I have contacts and his too. How can I fix this problem? !!!!!

    Welcome to the Apple community.
    Given what you've have described, your friend cannot have restored the iPad correctly. You need to decide whether you are willing to delete his contacts manually, or carry out another restore. Personally I think I would go for the restore.

  • I downloaded the new iOS 6 for my iphone 4.  I have 2 iphones on my account and after the "upgrade" text messages go to both phones.  When I send a text to my wife I recieve the same text and vise versa.  How can I fix this?

    I downloaded the new iOS 6 for my iphone 4.  I have 2 iphones on my account and after the "upgrade" text messages go to both phones.  When I send a text to my wife I recieve the same text and vise versa.  How can I fix this?

    "Sounds like you guys are using the same apple id for imessage.   You will need to create a separate id for you wife.  OR go to settings - message - receive&send and make sure your phone number is the default for both you and yoru wife.

  • I recently reset my computer to factory settings. I re-downloaded iTunes, but lost most of my music and all of my playlists in both iTunes and my 4S.  How can I get this back?

    I recently reset my computer to factory settings. I re-downloaded iTunes, but lost most of my music and all of my playlists in both iTunes and my 4S.  How can I get this back?

    Restore your media from the backup of the computer created prior to restoring the computer.
    You did create a backup, correct?  Not doing so would be extremely unintelligent.
    iOS devices are NOT backup devices.

  • HT4279 I have a Macbook Pro (late 2012) and I would like to connect it to 2 screens simultaneously (1 screen is a TV and can only take HDMI, the other is a larger computer screen and has both VGA and HDMI connections). How can I do this?

    I have a Macbook Pro (late 2012) and I would like to connect it to 2 screens simultaneously (1 screen is a TV and can only take HDMI, the other is a larger computer screen and has both VGA and HDMI connections). How can I do this?

    The article you cited refers to The Mac Pro, a 50lb silver tower -- not a notebook computer.
    Everymac.com says:
    2nd Display Support:
    Dual/Mirroring*
    2nd Max. Resolution:
    2560x1600 (x2*)
    Details:
    *This model supports a simultaneous maximum resolution up to 2560x1600 on two external displays via Thunderbolt. Alternately, it can support a single display up to 2560x1600 via Thunderbolt and a single display up to 1920x1200 via HDMI. Although it can theoretically power all three external displays, as confirmed by a helpful reader, it runs too hot with three displays connected.
    Also see: How many external displays can the Retina Display MacBook Pro models support? What is the maximum supported resolution of each? Are adapters required?
    When using other than ThunderBolt displays, the ThunderBolt port is directly compatible with Mini DisplayPort, and can be forced into compatibility (with Single-Link DVI or HDMI up to 1920 wide) with a simple adapter.
    To adapt to wider displays, an ACTIVE Dual-Link adapter is needed, about US$100.

  • In the middle of an update, it call closed. Itunes keeps saying that it's not installed, even though ive tried reinstalling multiple times. All my iphone is doing it showing the ituns symbol and a charger. How can I fix this???

    In the middle of an update, it call closed. Itunes keeps saying that it's not installed, even though ive tried reinstalling multiple times. All my iphone is doing it showing the ituns symbol and a charger. How can I fix this???

    Hi lepyykko,
    If I understand your question, you are trying to update your iPhone, but you are seeing an error message that iTunes for Windows is not installed, is that right?  The first step is to get iTunes successfully installed on your computer.  Then backup the iPhone before updating the iOS software.
    Are you seeing any error messages when you try to install iTunes for Windows?  
    If you can't install or update iTunes for Windows - Apple Support
    https://support.apple.com/en-us/HT201668
    Are you able to update your iPhone wirelessly?
    Update the iOS software on your iPhone, iPad, and iPod touch - Apple Support
    https://support.apple.com/en-us/HT204204
    Before you update
    Back up your device to iCloud.
    Update your device wirelessly
    The easiest way to update your device is wirelessly, also called “over the air.” Here’s how:
    Plug in your device to a power source.
    Tap Settings > General > Software Update.
    Tap Download and Install. Updates might download automatically while your device is connected to Wi-Fi and a power source.
    Tap Install, or tap Later to install the update later. If you use a passcode, you'll need to enter it before installing the update.
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support
    https://support.apple.com/en-us/HT201263
    I hope this information helps ....
    - Judy

  • I need block a particular site, just like in IE when i goto Privacy option I can specify and site & say Block - where can i find thi s in firefox?

    I need block a particular site, just like in IE when i goto Privacy option I can specify and site & say Block - where can i find thi s in firefox?
    I've been getting some junk websites while I am working. I need to block them completely.
    Please advise. Thanks,

    There is no equivalent in Firefox. You can use the [https://addons.mozilla.org/en-US/firefox/addon/3145/ BlockSite] extension to add a similar feature.
    If the junk sites are coming up whilst you are browsing, this may be caused by malware. You should consider scanning your computer with some malware programs. It is best to run several as each will pick up things that the others miss. Some scanners you can try are:
    * [http://www.malwarebytes.org/mbam.php Malwarebytes]
    * [http://www.superantispyware.com/ SUPERAntiSpyware]
    * [http://www.lavasoft.com/products/ad_aware_free.php Ad-Aware]
    * [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx Windows Defender]
    * [http://www.safer-networking.org/en/home/index.html Spybot S&D]

  • HT4847 my daughter and i logged onto same icloud and now i can see messages sent to her and vice versa.. how can i fix this?

    my daughter and i logged onto same icloud and now i can see her messages and vice versa.. how can i fix this?

    This isn't being caused by your iCloud account.  It's caused by using use the same Apple ID for iMessage.  To fix this you have two choices:
    On one of the phones go to Settings>Messages>Send & Receive, tap the ID, sign out, then sign back in with a different ID (so both phones are using a different ID for iMessage).  Note: you can still share the same ID for purchasing in Settings>iTunes & App Stores; or
    On both phones go to Settings>Messages>Send & Receive and uncheck the email address(es) shown under "You can be reached by iMessage at".  Also uncheck anyone else's phone number, if present.

Maybe you are looking for

  • How to replace double quotes with a single quote in a string ?

    Hi All: Can some one tell me how to replace double Quote (") in a string with a single quote (') ? I tried to use REPLACE function, but I couldn;t get it worked. My example is SELECT REPLACE('STN. "A"', '"', ''') FROM Dual --This one throws an error

  • How do I set up HP LaserJet 1022nw in wireless mode?

    I just purchased this printer and I am trying to set it up so that it will be accessible by any of our home computers via our home airport extreme base station, regardless of whether any other computer is on. Following the insructions, I can get all

  • Is there any POSSIBLE way to retrieve my sims freeplay on my ipod?

    I've been playing this game for a year and i've made SO MUCH progress and it's mostly the only reason why i have an ipod. I went to the apple store to swap my ipod because my home button was broken. And i didn't know Sims freeplay had a backup or the

  • Warning due to check scheduling date

    Dear SAP GURU I release production order & check all log. when i chen log for scheduling they give messege "START DATE IN THE PAST TODAY SCEDULING" i made all necessary setting for scheduling in routing, float,customization in scheduling" what is the

  • My shuffle cuts off audiobook files before the end.

    I have both music and books on my new (4g?) shuffle.  The only difference between the files is the book files are labeled in INFO as audiobooks.  The music plays thru to the end of the file but the books stop short.